mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
11 lines
478 B
XML
11 lines
478 B
XML
<Sysmon schemaversion="4.30">
|
|
<EventFiltering>
|
|
<RuleGroup name="" groupRelation="or">
|
|
<CreateRemoteThread onmatch="exclude">
|
|
<!--COMMENT: Monitor for processes injecting code into other processes. Often used by malware to cloak their actions.
|
|
Exclude mostly-safe sources and log anything else.-->
|
|
<TargetImage condition="end with">Google\Chrome\Application\chrome.exe</TargetImage>
|
|
</CreateRemoteThread>
|
|
</RuleGroup>
|
|
</EventFiltering>
|
|
</Sysmon> |