SigmaHQ/rules/windows/process_creation/win_dns_exfiltration_tools_execution.yml

28 lines
789 B
YAML
Raw Normal View History

2020-08-29 19:34:20 +00:00
title: DNS Exfiltration and Tunneling Tools Execution
id: 98a96a5a-64a0-4c42-92c5-489da3866cb0
2019-10-25 02:30:55 +00:00
description: Well-known DNS Exfiltration tools execution
status: experimental
author: Daniil Yugoslavskiy, oscd.community
date: 2019/10/24
modified: 2020/08/29
2019-10-25 02:30:55 +00:00
tags:
- attack.exfiltration
- attack.t1048.001
- attack.t1048 # an old one
- attack.command_and_control
- attack.t1071.004
- attack.t1071 # an old one
- attack.t1132.001
- attack.t1132 # an old one
2019-10-25 02:30:55 +00:00
logsource:
category: process_creation
product: windows
detection:
selection:
- Image|endswith: '\iodine.exe'
2019-11-10 17:27:21 +00:00
- Image|contains: '\dnscat2'
2019-10-25 02:30:55 +00:00
condition: selection
falsepositives:
- Legitimate usage of iodine or dnscat2 — DNS Exfiltration tools (unlikely)
2020-01-19 21:34:16 +00:00
level: high