SigmaHQ/rules/windows/process_creation/win_dns_exfiltration_tools_execution.yml

21 lines
573 B
YAML
Raw Normal View History

2019-10-25 02:30:55 +00:00
title: DNS exfiltration 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
tags:
- attack.exfiltration
- attack.t1048
logsource:
category: process_creation
product: windows
detection:
selection:
2019-11-10 17:27:21 +00:00
- Image|endswith: '*\iodine.exe'
- 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