mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
12 lines
601 B
XML
12 lines
601 B
XML
<Sysmon schemaversion="4.30">
|
|
<EventFiltering>
|
|
<RuleGroup name="" groupRelation="or">
|
|
<FileCreateTime onmatch="include">
|
|
<Image name="technique_id=T1070.006,technique_name=Timestomp" condition="begin with">C:\Temp</Image> <!--Look for timestomping in temp folders-->
|
|
<Image name="technique_id=T1070.006,technique_name=Timestomp" condition="begin with">C:\Windows\Temp</Image>
|
|
<Image name="technique_id=T1070.006,technique_name=Timestomp" condition="begin with">C:\Tmp</Image>
|
|
</FileCreateTime>
|
|
</RuleGroup>
|
|
</EventFiltering>
|
|
</Sysmon>
|