Create DeviceCredentialDeployment.yml

This commit is contained in:
Elliot Killick 2021-08-16 20:21:48 -04:00
parent 7c1a4a7959
commit d521284bb9
No known key found for this signature in database
GPG Key ID: F9B90D44F83DD5F2

View File

@ -0,0 +1,22 @@
---
Name: DeviceCredentialDeployment.exe
Description: Device Credential Deployment
Author: 'Elliot Killick'
Created: '2021-08-16'
Commands:
- Command: DeviceCredentialDeployment
Description: Grab the console window handle and set it to hidden
Usecase: Can be used to stealthily run a console application (e.g. cmd.exe) in the background
Category: Hide window
Privileges: User
MitreID: T1564
MitreLink: https://attack.mitre.org/techniques/T1564/003/
OperatingSystem: Windows 10
Full_Path:
- Path: C:\Windows\System32\DeviceCredentialDeployment.exe
Detection:
- IOC: DeviceCredentialDeployment.exe should not be run on a normal workstation
Acknowledgement:
- Person: Elliot Killick
Handle: '@elliotkillick'
---