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
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