mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
17 lines
818 B
XML
17 lines
818 B
XML
<Sysmon schemaversion="4.30">
|
|
<EventFiltering>
|
|
<RuleGroup name="" groupRelation="or">
|
|
<FileCreate onmatch="exclude">
|
|
<Rule groupRelation="and">
|
|
<Image condition="is">C:\Windows\system32\wsmprovhost.exe</Image>
|
|
<TargetFilename condition="contains all">C:\Users\;\AppData\Local\Temp;__PSScriptPolicyTest;.ps1</TargetFilename>
|
|
</Rule>
|
|
<Rule groupRelation="and">
|
|
<Image condition="is">C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe</Image>
|
|
<TargetFilename condition="contains all">C:\Windows\Temp;__PSScriptPolicyTest;.ps1</TargetFilename>
|
|
<User condition="is">NT AUTHORITY\SYSTEM</User>
|
|
</Rule>
|
|
</FileCreate>
|
|
</RuleGroup>
|
|
</EventFiltering>
|
|
</Sysmon> |