Detectionmediumtest

Sysprep on AppData Folder

Detects suspicious sysprep process start with AppData folder as target (as used by Trojan Syndicasec in Thrip report by Symantec)

Convert In Phoenix Studio

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

Launch
Florian Roth (Nextron Systems)Created Fri Jun 22Updated Sat Nov 27d5b9ae7a-e6fc-405e-80ff-2ff9dcc64e7ewindows
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: '\sysprep.exe'
        CommandLine|contains: '\AppData\'
    condition: selection
False Positives

False positives depend on scripts and administrative tools used in the monitored environment

Rule Metadata
Rule ID
d5b9ae7a-e6fc-405e-80ff-2ff9dcc64e7e
Status
test
Level
medium
Type
Detection
Created
Fri Jun 22
Modified
Sat Nov 27
Path
rules/windows/process_creation/proc_creation_win_sysprep_appdata.yml
Raw Tags
attack.executionattack.t1059
View on GitHub