SigmaHQ/rules/windows/process_creation/win_apt_babyshark.yml

35 lines
1000 B
YAML
Raw Normal View History

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:
- 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 # an old one
- attack.t1086 # an old one
- attack.t1059.003
- attack.t1059.001
2019-03-13 09:32:10 +00:00
- attack.discovery
- attack.t1012
- attack.defense_evasion
- attack.t1170 # an old one
- attack.t1218 # an old one
- attack.t1218.005
2019-02-24 13:04:37 +00:00
logsource:
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
modified: 2020/08/26
2019-02-24 13:04:37 +00:00
detection:
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:
- unknown
2019-02-24 13:04:37 +00:00
level: high