Detectionmediumtest
Automated Collection 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 Logic3 selectors
detection:
selection_ext:
CommandLine|contains:
- '.doc'
- '.docx'
- '.xls'
- '.xlsx'
- '.ppt'
- '.pptx'
- '.rtf'
- '.pdf'
- '.txt'
selection_other_dir:
CommandLine|contains|all:
- 'dir '
- ' /b '
- ' /s '
selection_other_findstr:
OriginalFileName: 'FINDSTR.EXE'
CommandLine|contains:
- ' /e '
- ' /si '
condition: selection_ext and 1 of selection_other_*False Positives
Unknown
False positive likelihood has not been assessed. Additional context may be needed during triage.
MITRE ATT&CK
Techniques
Sub-techniques
Rule Metadata
Rule ID
f576a613-2392-4067-9d1a-9345fb58d8d1
Status
test
Level
medium
Type
Detection
Created
Wed Jul 28
Modified
Fri Nov 11
Author
Path
rules/windows/process_creation/proc_creation_win_susp_automated_collection.yml
Raw Tags
attack.collectionattack.t1119attack.credential-accessattack.t1552.001