2019-02-27 21:05:27 +00:00
|
|
|
title: Baby Shark Activity
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 2b30fa36-3a18-402f-a22d-bf4ce2189f35
|
2019-02-24 13:04:37 +00:00
|
|
|
status: experimental
|
2019-02-27 21:05:27 +00:00
|
|
|
description: Detects activity that could be related to Baby Shark malware
|
2019-02-24 13:04:37 +00:00
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://unit42.paloaltonetworks.com/new-babyshark-malware-targets-u-s-national-security-think-tanks/
|
2019-03-13 09:32:10 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1059
|
|
|
|
- attack.t1086
|
|
|
|
- attack.discovery
|
|
|
|
- attack.t1012
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1170
|
2019-02-24 13:04:37 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-02-24 13:04:37 +00:00
|
|
|
author: Florian Roth
|
2019-02-27 21:05:27 +00:00
|
|
|
date: 2019/02/24
|
2019-02-24 13:04:37 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
CommandLine:
|
|
|
|
- reg query "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default"
|
|
|
|
- powershell.exe mshta.exe http*
|
|
|
|
- cmd.exe /c taskkill /im cmd.exe
|
|
|
|
condition: selection
|
2019-02-24 13:04:37 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- unknown
|
2019-02-24 13:04:37 +00:00
|
|
|
level: high
|