mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
13 lines
494 B
XML
13 lines
494 B
XML
<Sysmon schemaversion="4.30">
|
|
<EventFiltering>
|
|
<RuleGroup name="" groupRelation="or">
|
|
<ProcessCreate onmatch="include">
|
|
<Rule name="technique_id=T1021.003,technique_name=Distributed Component Object Model" groupRelation="and">
|
|
<ParentCommandLine condition="contains">-Embedding</ParentCommandLine>
|
|
<ParentImage condition="is">c:\windows\system32\mmc.exe</ParentImage>
|
|
</Rule>
|
|
</ProcessCreate>
|
|
</RuleGroup>
|
|
</EventFiltering>
|
|
</Sysmon>
|