Windows DeviceCredentialDeployment.exe Execution for Process Stealth (T1218)
Flags Windows process execution when DeviceCredentialDeployment.exe starts.
FreeReviewedSigma · Medium · v2
- Product
- windows
- Category
- process_creation
- Author
- Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2022-08-19
- Updated
- 2026-07-31
ATT&CK techniques
Defense EvasionRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags process creation events where the executed image ends with '\DeviceCredentialDeployment.exe'. Attackers may use this binary to reduce visibility into running activity, supporting stealth techniques aligned with T1218. Detection relies on Windows process creation telemetry capturing the process image name.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
windows-process-creation-devicecredentialdeployment-exe-execution-b8b1b304
title: Windows DeviceCredentialDeployment.exe Execution for Process Stealth (T1218)
id: 74163189-85f0-4f5d-a5e2-721fbeeabf3d
status: test
description: This rule flags process creation events where the executed image ends with '\DeviceCredentialDeployment.exe'. Attackers may use this binary to reduce visibility into running activity, supporting stealth techniques aligned with T1218. Detection relies on Windows process creation telemetry capturing the process image name.
references:
- https://github.com/LOLBAS-Project/LOLBAS/pull/147
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_device_credential_deployment.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2022-08-19
tags:
- attack.stealth
- attack.t1218
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: \DeviceCredentialDeployment.exe
condition: selection
falsepositives:
- Unlikely
level: medium
license: DRL-1.1
related:
- id: b8b1b304-a60f-4999-9a6e-c547bde03ffd
type: derived