Detectionmediumtest
Recon Information for Export with Command Prompt
Once established within a system or network, an adversary may use automated techniques for collecting internal data.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
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 Logic2 selectors
detection:
selection_image:
- Image|endswith:
- '\tree.com'
- '\WMIC.exe'
- '\doskey.exe'
- '\sc.exe'
- OriginalFileName:
- 'wmic.exe'
- 'DOSKEY.EXE'
- 'sc.exe'
selection_redirect:
ParentCommandLine|contains:
- ' > %TEMP%\'
- ' > %TMP%\'
condition: all of selection*False Positives
Unknown
False positive likelihood has not been assessed. Additional context may be needed during triage.
References
MITRE ATT&CK
Tactics
Techniques
Rule Metadata
Rule ID
aa2efee7-34dd-446e-8a37-40790a66efd7
Status
test
Level
medium
Type
Detection
Created
Fri Jul 30
Modified
Tue Sep 13
Author
Path
rules/windows/process_creation/proc_creation_win_susp_recon.yml
Raw Tags
attack.collectionattack.t1119