Detectionlowtest

PUA - Adidnsdump Execution

This tool enables enumeration and exporting of all DNS records in the zone for recon purposes of internal networks Python 3 and python.exe must be installed, Usee to Query/modify DNS records for Active Directory integrated DNS via LDAP

Convert In Phoenix Studio

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

Launch
François HubautCreated Sat Jan 01Updated Tue Feb 2126d3f0a2-f514-4a3f-a8a7-e7e48a8d9160windows
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: '\python.exe'
        CommandLine|contains: 'adidnsdump'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
26d3f0a2-f514-4a3f-a8a7-e7e48a8d9160
Status
test
Level
low
Type
Detection
Created
Sat Jan 01
Modified
Tue Feb 21
Path
rules/windows/process_creation/proc_creation_win_python_adidnsdump.yml
Raw Tags
attack.discoveryattack.t1018
View on GitHub