Detectionlowtest

Potential Execution of Sysinternals Tools

Detects command lines that contain the 'accepteula' flag which could be a sign of execution of one of the Sysinternals tools

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Markus NeisCreated Mon Aug 28Updated Wed Mar 137cccd811-7ae9-4ebe-9afd-cb5c406b824bwindows
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:
        CommandLine|contains|windash: ' -accepteula'
    condition: selection
False Positives

Legitimate use of SysInternals tools

Programs that use the same command line flag

MITRE ATT&CK
Rule Metadata
Rule ID
7cccd811-7ae9-4ebe-9afd-cb5c406b824b
Status
test
Level
low
Type
Detection
Created
Mon Aug 28
Modified
Wed Mar 13
Path
rules/windows/process_creation/proc_creation_win_sysinternals_eula_accepted.yml
Raw Tags
attack.resource-developmentattack.t1588.002
View on GitHub