From 95baee85fdc21131dbddda346a9a02ad8f2a0602 Mon Sep 17 00:00:00 2001 From: Elliot Killick Date: Mon, 16 Aug 2021 19:42:32 -0400 Subject: [PATCH] Create WorkFolders.yml --- yml/OSBinaries/WorkFolders.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 yml/OSBinaries/WorkFolders.yml diff --git a/yml/OSBinaries/WorkFolders.yml b/yml/OSBinaries/WorkFolders.yml new file mode 100644 index 0000000..564af66 --- /dev/null +++ b/yml/OSBinaries/WorkFolders.yml @@ -0,0 +1,22 @@ +--- +Name: WorkFolders.exe +Description: Work Folders +Author: 'Elliot Killick' +Created: '2021-08-16' +Commands: + - Command: WorkFolders.exe + Description: Execute control.exe in the current 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 +Acknowledgement: + - Person: Elliot Killick + Handle: '@elliotkillick' +---