Detectionhightest

DNS Exfiltration and Tunneling Tools Execution

Well-known DNS Exfiltration tools execution

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Daniil Yugoslavskiy, oscd.communityCreated Thu Oct 24Updated Sat Nov 2798a96a5a-64a0-4c42-92c5-489da3866cb0windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        - Image|endswith: '\iodine.exe'
        - Image|contains: '\dnscat2'
    condition: selection
False Positives
Unlikely

False positives are unlikely for most environments. High confidence detection.

Rule Metadata
Rule ID
98a96a5a-64a0-4c42-92c5-489da3866cb0
Status
test
Level
high
Type
Detection
Created
Thu Oct 24
Modified
Sat Nov 27
Path
rules/windows/process_creation/proc_creation_win_dns_exfiltration_tools_execution.yml
Raw Tags
attack.exfiltrationattack.t1048.001attack.command-and-controlattack.t1071.004attack.t1132.001
View on GitHub