LOLBAS/yml/OSBinaries/WorkFolders.yml

23 lines
694 B
YAML
Raw Normal View History

2021-08-17 01:42:32 +02:00
---
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
2021-08-17 01:42:32 +02:00
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
Acknowledgement:
- Person: Elliot Killick
Handle: '@elliotkillick'
---