Files
2020-06-01 22:31:40 +02:00

12 lines
562 B
XML

<Sysmon schemaversion="4.30">
<EventFiltering>
<RuleGroup name="" groupRelation="or">
<FileCreateTime onmatch="include">
<Image name="technique_id=T1099,technique_name=Timestomp" condition="begin with">C:\Temp</Image><!--Look for timestomping in temp folders-->
<Image name="technique_id=T1099,technique_name=Timestomp" condition="begin with">C:\Windows\Temp</Image>
<Image name="technique_id=T1099,technique_name=Timestomp" condition="begin with">C:\Tmp</Image>
</FileCreateTime>
</RuleGroup>
</EventFiltering>
</Sysmon>