Whoami.EXE Execution Anomaly
Description
Detects the execution of whoami.exe with suspicious parent processes.
Query · sigma
selection: - Image|endswith: \whoami.exe - OriginalFileName: whoami.exe filter_main_known_parents: ParentImage|endswith: - \cmd.exe - \powershell_ise.exe - \powershell.exe - \pwsh.exe filter_optional_ms_monitoring_agent: ParentImage|endswith: :\Program Files\Microsoft Monitoring Agent\Agent\MonitoringHost.exe filter_main_parent_null: ParentImage: null filter_main_parent_empty: ParentImage: - '' - '-' condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
Known false positives
- Admin activity
- Scripts and administrative tools used in the monitored environment
- Monitoring activity