mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
373424f145
Made tests pass the new CI tests. Added further allowed lower case words in rule test.
21 lines
573 B
YAML
21 lines
573 B
YAML
title: DNS Exfiltration Tools Execution
|
|
id: 98a96a5a-64a0-4c42-92c5-489da3866cb0
|
|
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: high
|