Detectionmediumtest

Suspicious X509Enrollment - Process Creation

Detect use of X509Enrollment

Convert In Phoenix Studio

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

Launch
François HubautCreated Fri Dec 23114de787-4eb2-48cc-abdb-c0b449f93ea4windows
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:
            - 'X509Enrollment.CBinaryConverter'
            - '884e2002-217d-11da-b2a4-000e7bbb2b09'
    condition: selection
False Positives

Legitimate administrative script

Rule Metadata
Rule ID
114de787-4eb2-48cc-abdb-c0b449f93ea4
Status
test
Level
medium
Type
Detection
Created
Fri Dec 23
Path
rules/windows/process_creation/proc_creation_win_powershell_x509enrollment.yml
Raw Tags
attack.defense-evasionattack.t1553.004
View on GitHub