SigmaHQ/rules/apt/apt_babyshark.yml

21 lines
607 B
YAML
Raw Normal View History

2019-02-27 21:05:27 +00:00
title: Baby Shark Activity
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-02-27 21:05:27 +00:00
- https://unit42.paloaltonetworks.com/new-babyshark-malware-targets-u-s-national-security-think-tanks/
2019-02-24 13:04:37 +00:00
logsource:
2019-02-27 21:05:27 +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-02-27 21:05:27 +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-02-27 21:05:27 +00:00
- unknown
2019-02-24 13:04:37 +00:00
level: high