mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 15:58:24 +01:00
Create DeviceCredentialDeployment.yml
This commit is contained in:
parent
7c1a4a7959
commit
d521284bb9
22
yml/OSBinaries/DeviceCredentialDeployment.yml
Normal file
22
yml/OSBinaries/DeviceCredentialDeployment.yml
Normal 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'
|
||||
---
|
Loading…
Reference in New Issue
Block a user