Files
olafhartong-sysmon-modular/11_file_create/exclude_microsoft_windows_recent_files.xml
2021-04-24 20:22:10 +02:00

10 lines
365 B
XML

<Sysmon schemaversion="4.30">
<EventFiltering>
<RuleGroup name="" groupRelation="or">
<FileCreate onmatch="exclude">
<TargetFilename condition="contains">\AppData\Roaming\Microsoft\Windows\Recent\</TargetFilename> <!--Microsoft:Windows:RecentFiles-->
</FileCreate>
</RuleGroup>
</EventFiltering>
</Sysmon>