Detectionmediumtest
Suspicious Recursive Takeown
Adversaries can interact with the DACLs using built-in Windows commands takeown which can grant adversaries higher permissions on specific files and folders
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 Logic1 selector
detection:
selection:
Image|endswith: '\takeown.exe'
CommandLine|contains|all:
- '/f '
- '/r'
condition: selectionFalse Positives
Scripts created by developers and admins
Administrative activity
MITRE ATT&CK
Tactics
Other
attack.t1222.001
Rule Metadata
Rule ID
554601fb-9b71-4bcc-abf4-21a611be4fde
Status
test
Level
medium
Type
Detection
Created
Sun Jan 30
Modified
Mon Nov 21
Author
Path
rules/windows/process_creation/proc_creation_win_takeown_recursive_own.yml
Raw Tags
attack.defense-evasionattack.t1222.001