Merge pull request #147 from elliotkillick/DeviceCredentialDeployment

Create DeviceCredentialDeployment.yml
This commit is contained in:
Conor Richard 2022-09-17 07:52:29 -04:00 committed by GitHub
commit f5c797a888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
---
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: Conceal
Privileges: User
MitreID: T1564
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'