mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
20 lines
534 B
YAML
20 lines
534 B
YAML
title: DNS exfiltration tools execution
|
|
description: Well-known DNS Exfiltration tools execution
|
|
status: experimental
|
|
author: Daniil Yugoslavskiy, oscd.community
|
|
date: 2019/10/24
|
|
tags:
|
|
- attack.exfiltration
|
|
- attack.t1048
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
- Image|endswith: '*\iodine.exe'
|
|
- Image|contains: '\dnscat2'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate usage of iodine or dnscat2 — DNS Exfiltration tools (unlikely)
|
|
level: medium
|