mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
10 lines
394 B
XML
10 lines
394 B
XML
<Sysmon schemaversion="4.30"> <!-- Taken from SwiftOnSecurity rules-->
|
|
<EventFiltering>
|
|
<RuleGroup name="" groupRelation="or">
|
|
<FileCreateTime onmatch="include">
|
|
<TargetFilename name="technique_id=T1099,technique_name=Timestomp" condition="end with">.exe</TargetFilename> <!--Look for backdated executables anywhere-->
|
|
</FileCreateTime>
|
|
</RuleGroup>
|
|
</EventFiltering>
|
|
</Sysmon>
|