Files
2022-03-15 14:13:09 +01:00

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>