Detectionmediumtest

PUA - Nmap/Zenmap Execution

Detects usage of namp/zenmap. Adversaries may attempt to get a listing of services running on remote hosts, including those that may be vulnerable to remote software exploitation

Convert In Phoenix Studio

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

Launch
François HubautCreated Fri Dec 10Updated Mon Dec 11f6ecd1cf-19b8-4488-97f6-00f0924991a3windows
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:
              - '\nmap.exe'
              - '\zennmap.exe'
        - OriginalFileName:
              - 'nmap.exe'
              - 'zennmap.exe'
    condition: selection
False Positives

Legitimate administrator activity

Rule Metadata
Rule ID
f6ecd1cf-19b8-4488-97f6-00f0924991a3
Status
test
Level
medium
Type
Detection
Created
Fri Dec 10
Modified
Mon Dec 11
Path
rules/windows/process_creation/proc_creation_win_pua_nmap_zenmap.yml
Raw Tags
attack.discoveryattack.t1046
View on GitHub