Suspicious Execution of DeviceCredentialDeployment (via process_creation)

This rule detects the execution of DeviceCredentialDeployment to hide a process from view.

SigmamediumWindowsv1
sigma
title: Suspicious Execution of DeviceCredentialDeployment (via process_creation)
id: 1897580b-e1a9-564d-a740-1af1efde67bb
status: stable
description: This rule detects the execution of DeviceCredentialDeployment to hide a process from view.
references:
    - https://attack.mitre.org/techniques/T1218/
    - https://github.com/LOLBAS-Project/LOLBAS/pull/147
author: Huntrule Team
date: 2026-02-11
tags:
    - attack.stealth
    - attack.t1218
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|endswith: '\DeviceCredentialDeployment.exe'
    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.