Files
blue-team-tools/rules/apt/apt_babyshark.yml
T

30 lines
839 B
YAML
Raw Normal View History

2019-02-27 22:05:27 +01:00
title: Baby Shark Activity
2019-11-12 23:12:27 +01:00
id: 2b30fa36-3a18-402f-a22d-bf4ce2189f35
2019-02-24 14:04:37 +01:00
status: experimental
2019-02-27 22:05:27 +01:00
description: Detects activity that could be related to Baby Shark malware
2019-02-24 14:04:37 +01:00
references:
2019-03-02 00:14:20 +01: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 14:04:37 +01:00
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
2019-02-24 14:04:37 +01:00
author: Florian Roth
2019-02-27 22:05:27 +01:00
date: 2019/02/24
2019-02-24 14:04:37 +01:00
detection:
2019-03-02 00:14:20 +01: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 14:04:37 +01:00
falsepositives:
2019-03-02 00:14:20 +01:00
- unknown
2019-02-24 14:04:37 +01:00
level: high