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
François HubautCreated Sun Jan 30Updated Mon Nov 21554601fb-9b71-4bcc-abf4-21a611be4fdewindows
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: selection
False Positives

Scripts created by developers and admins

Administrative activity

MITRE ATT&CK

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
Path
rules/windows/process_creation/proc_creation_win_takeown_recursive_own.yml
Raw Tags
attack.defense-evasionattack.t1222.001
View on GitHub