Suspicious X509Enrollment - Process Creation (via process_creation)

This rule detects use of X509Enrollment

SigmamediumWindowsv1
sigma
title: Suspicious X509Enrollment - Process Creation (via process_creation)
id: 5bc4f25f-0252-5db3-9ece-792f890edace
status: stable
description: This rule detects use of X509Enrollment
references:
    - https://attack.mitre.org/techniques/T1553/004/
    - https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=42
    - https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=41
    - https://learn.microsoft.com/en-us/dotnet/api/microsoft.hpc.scheduler.store.cx509enrollmentwebclassfactoryclass?view=hpc-sdk-5.1.6115
author: Huntrule Team
date: 2026-05-08
tags:
    - attack.defense-impairment
    - attack.t1553.004
logsource:
    product: windows
    category: process_creation
detection:
    selection:
        CommandLine|contains:
            - 'X509Enrollment.CBinaryConverter'
            - '884e2002-217d-11da-b2a4-000e7bbb2b09'
    condition: selection
falsepositives:
    - Unknown
level: medium

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.