mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +01:00
update Mofcomp.yml
Correction to path's
This commit is contained in:
parent
9814c950c8
commit
2d95c1a9d4
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
Name: Mofcomp.exe
|
Name: mofcomp.exe
|
||||||
Description: A compiler that parses a file containing MOF statements and adds the classes and class instances defined in the file to the WMI repository.
|
Description: Compiler that parses a file containing MOF statements and adds the classes and class instances defined in the file to the WMI repository. Threat actors can leverage this binary to install malicious MOF scripts
|
||||||
|
Author: Daniel Gott
|
||||||
Created: 2022-07-19
|
Created: 2022-07-19
|
||||||
Commands:
|
Commands:
|
||||||
- Command: mofcomp.exe C:\Windows\SERVIC~1\MSSQL$~1\AppData\Local\Temp\xitmf
|
- Command: mofcomp.exe C:\Windows\SERVIC~1\MSSQL$~1\AppData\Local\Temp\xitmf
|
||||||
@ -19,12 +20,12 @@ Commands:
|
|||||||
MitreID: T1047 & T1546.003
|
MitreID: T1047 & T1546.003
|
||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10 & Windows Server 2008 and above
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10 & Windows Server 2008 and above
|
||||||
Full_Path:
|
Full_Path:
|
||||||
- Path: c:\windows\system32\mofcomp.exe
|
- Path: C:\Windows\System32\wbem\mofcomp.exe
|
||||||
- Path: c:\windows\syswow64\mofcomp.exe
|
- Path: C:\Windows\SysWOW64\wbem\mofcomp.exe
|
||||||
Code_Sample:
|
Code_Sample:
|
||||||
- Code:
|
- Code:
|
||||||
Detection:
|
Detection:
|
||||||
- IOC: Strange parent processes spawning mofcomp.exe like cmd.exe or powershell.exe
|
- IOC: strange parent processes spawning mofcomp.exe like cmd.exe or powershell.exe
|
||||||
- Sigma: https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_susp_mofcomp_execution.yml
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_susp_mofcomp_execution.yml
|
||||||
- Sigma: https://github.com/The-DFIR-Report/Sigma-Rules/blob/75260568a7ffe61b2458ca05f6f25914efb44337/win_mofcomp_execution.yml
|
- Sigma: https://github.com/The-DFIR-Report/Sigma-Rules/blob/75260568a7ffe61b2458ca05f6f25914efb44337/win_mofcomp_execution.yml
|
||||||
Resources:
|
Resources:
|
||||||
|
Loading…
Reference in New Issue
Block a user