Merge pull request #149 from elliotkillick/WorkFolders

Create WorkFolders.yml
This commit is contained in:
Oddvar Moe 2021-10-22 16:26:50 +02:00 committed by GitHub
commit c04d90c533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,27 @@
---
Name: WorkFolders.exe
Description: Work Folders
Author: 'Elliot Killick'
Created: '2021-08-16'
Commands:
- Command: WorkFolders
Description: Execute control.exe in the current working directory
Usecase: Can be used to evade defensive countermeasures or to hide as a persistence mechanism
Category: Execute
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218/
OperatingSystem: Windows 8, Windows 8.1, Windows 10
Full_Path:
- Path: C:\Windows\System32\WorkFolders.exe
Detection:
- IOC: WorkFolders.exe should not be run on a normal workstation
Resources:
- Link: https://www.ctus.io/2021/04/12/exploading/
- Link: https://twitter.com/ElliotKillick/status/1449812843772227588
Acknowledgement:
- Person: John Carroll
Handle: '@YoSignals'
- Person: Elliot Killick
Handle: '@elliotkillick'
---