Files
blue-team-tools/rules/network/net_mal_dns_cobaltstrike.yml
T

25 lines
605 B
YAML
Raw Normal View History

2018-05-10 14:08:05 +02:00
title: Cobalt Strike DNS Beaconing
2019-11-12 23:12:27 +01:00
id: 2975af79-28c4-4d2f-a951-9095f229df29
2018-05-10 14:08:05 +02:00
status: experimental
description: Detects suspicious DNS queries known from Cobalt Strike beacons
author: Florian Roth
date: 2018/05/10
modified: 2020/08/27
2020-09-15 07:02:30 -06:00
references:
- https://www.icebrg.io/blog/footprints-of-fin7-tracking-actor-patterns
2018-05-10 14:08:05 +02:00
logsource:
category: dns
detection:
selection:
query:
- 'aaa.stage.*'
- 'post.1*'
condition: selection
falsepositives:
- Unknown
level: high
2020-09-15 07:02:30 -06:00
tags:
- attack.command_and_control
- attack.t1071 # an old one
- attack.t1071.004