File tree Expand file tree Collapse file tree
rules/windows/process_creation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- title : Potential Suspicious Mofcomp Execution
1+ title : Potentially Suspicious Mofcomp Execution
22id : 1dd05363-104e-4b4a-b963-196a534b03a1
33status : test
44description : |
@@ -11,7 +11,7 @@ references:
1111 - https://learn.microsoft.com/en-us/windows/win32/wmisdk/mofcomp
1212author : Nasreddine Bencherchali (Nextron Systems)
1313date : 2022-07-12
14- modified : 2023-04-11
14+ modified : 2026-08-06
1515tags :
1616 - attack.stealth
1717 - attack.t1218
@@ -32,19 +32,29 @@ detection:
3232 - ' \cscript.exe'
3333 - CommandLine|contains :
3434 - ' \AppData\Local\Temp'
35+ - ' \Contacts\'
36+ - ' \Favorites\'
37+ - ' \Favourites\'
38+ - ' \Music\'
39+ - ' \Pictures\'
3540 - ' \Users\Public\'
41+ - ' \Videos\'
3642 - ' \WINDOWS\Temp\'
43+ - ' %appdata%'
3744 - ' %temp%'
3845 - ' %tmp%'
39- - ' %appdata%'
4046 filter_main_wmiprvse :
4147 ParentImage : ' C:\Windows\System32\wbem\WmiPrvSE.exe'
4248 CommandLine|contains : ' C:\Windows\TEMP\'
4349 CommandLine|endswith : ' .mof'
50+ filter_main_installutil :
51+ ParentCommandLine|endswith : ' \InstallUtil.exe /Uninstall C:\Windows\CCM\Microsoft.ConfigurationManager.SVProvider.dll'
52+ ParentImage|endswith : ' \InstallUtil.exe'
53+ CommandLine|contains|all :
54+ - ' C:\Windows\TEMP'
55+ - ' .tmp'
4456 filter_optional_null_parent :
45- # Sometimes the parent information isn't available from the Microsoft-Windows-Security-Auditing provider.
46- CommandLine|contains : ' C:\Windows\TEMP\'
47- CommandLine|endswith : ' .mof'
57+ ParentCommandLine : null
4858 condition : all of selection_* and not 1 of filter_main_* and not 1 of filter_optional_*
4959falsepositives :
5060 - Unknown
You can’t perform that action at this time.
0 commit comments