mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
25 lines
605 B
YAML
25 lines
605 B
YAML
title: Cobalt Strike DNS Beaconing
|
|
id: 2975af79-28c4-4d2f-a951-9095f229df29
|
|
status: experimental
|
|
description: Detects suspicious DNS queries known from Cobalt Strike beacons
|
|
author: Florian Roth
|
|
date: 2018/05/10
|
|
modified: 2020/08/27
|
|
references:
|
|
- https://www.icebrg.io/blog/footprints-of-fin7-tracking-actor-patterns
|
|
logsource:
|
|
category: dns
|
|
detection:
|
|
selection:
|
|
query:
|
|
- 'aaa.stage.*'
|
|
- 'post.1*'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|
|
tags:
|
|
- attack.command_and_control
|
|
- attack.t1071 # an old one
|
|
- attack.t1071.004
|