42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
title: Baby Shark Activity
|
|
author: Florian Roth
|
|
date: 2019/02/24
|
|
description: Detects activity that could be related to Baby Shark malware
|
|
detection:
|
|
SELECTION_1:
|
|
EventID: 1
|
|
SELECTION_2:
|
|
CommandLine: reg query "HKEY_CURRENT_USER\Software\Microsoft\Terminal Server
|
|
Client\Default"
|
|
SELECTION_3:
|
|
CommandLine: powershell.exe mshta.exe http*
|
|
SELECTION_4:
|
|
CommandLine: cmd.exe /c taskkill /im cmd.exe
|
|
condition: (SELECTION_1 and (SELECTION_2 or SELECTION_3 or SELECTION_4))
|
|
falsepositives:
|
|
- unknown
|
|
id: 2b30fa36-3a18-402f-a22d-bf4ce2189f35
|
|
level: high
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
modified: 2020/08/26
|
|
references:
|
|
- https://unit42.paloaltonetworks.com/new-babyshark-malware-targets-u-s-national-security-think-tanks/
|
|
status: experimental
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1059
|
|
- attack.t1086
|
|
- attack.t1059.003
|
|
- attack.t1059.001
|
|
- attack.discovery
|
|
- attack.t1012
|
|
- attack.defense_evasion
|
|
- attack.t1170
|
|
- attack.t1218
|
|
- attack.t1218.005
|
|
yml_filename: win_apt_babyshark.yml
|
|
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/process_creation
|
|
|