mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
20 lines
536 B
YAML
20 lines
536 B
YAML
title: BabyShark Agent Pattern
|
|
id: 304810ed-8853-437f-9e36-c4975c3dfd7e
|
|
status: experimental
|
|
description: Detects Baby Shark C2 Framework communication patterns
|
|
author: Florian Roth
|
|
date: 2021/06/09
|
|
references:
|
|
- https://nasbench.medium.com/understanding-detecting-c2-frameworks-babyshark-641be4595845
|
|
logsource:
|
|
category: proxy
|
|
detection:
|
|
selection:
|
|
c-uri|contains: 'momyshark?key='
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|
|
tags:
|
|
- attack.command_and_control
|
|
- attack.t1071.001 |