mirror of
https://github.com/trustedsec/SysmonCommunityGuide/
synced 2026-06-06 19:46:57 +00:00
Configuration Example re-format
Re-formatted the configuration example to keep the lines shorter for when exported to PDF and other formats.
This commit is contained in:
+32
-14
@@ -69,21 +69,39 @@ Example where known processes that use the API call are excluded
|
||||
|
||||
```xml
|
||||
<Sysmon schemaversion="4.22">
|
||||
<CheckRevocation/>
|
||||
<CheckRevocation/>
|
||||
<EventFiltering>
|
||||
<RuleGroup name="" groupRelation="or">
|
||||
<CreateRemoteThread onmatch="exclude">
|
||||
<!--The process activity of those in the list should be monitored since an-->
|
||||
<!--attacker may host his actions in one of these to bypass detection.-->
|
||||
<TargetImage condition="end with">Google\Chrome\Application\chrome.exe</TargetImage>
|
||||
<SourceImage condition="is">C:\Windows\System32\wbem\WmiPrvSE.exe</SourceImage>
|
||||
<SourceImage condition="is">C:\Windows\System32\svchost.exe</SourceImage>
|
||||
<SourceImage condition="is">C:\Windows\System32\wininit.exe</SourceImage>
|
||||
<SourceImage condition="is">C:\Windows\System32\csrss.exe</SourceImage>
|
||||
<SourceImage condition="is">C:\Windows\System32\services.exe</SourceImage>
|
||||
<SourceImage condition="is">C:\Windows\System32\winlogon.exe</SourceImage>
|
||||
<SourceImage condition="is">C:\Windows\System32\audiodg.exe</SourceImage>
|
||||
<StartModule condition="is">C:\windows\system32\kernel32.dll</StartModule>
|
||||
<RuleGroup name="" groupRelation="or">
|
||||
<CreateRemoteThread onmatch="exclude">
|
||||
<!--The process activity of those in the list should be monitored since an-->
|
||||
<!--attacker may host his actions in one of these to bypass detection.-->
|
||||
<TargetImage condition="end with">
|
||||
Google\Chrome\Application\chrome.exe
|
||||
</TargetImage>
|
||||
<SourceImage condition="is">
|
||||
C:\Windows\System32\wbem\WmiPrvSE.exe
|
||||
</SourceImage>
|
||||
<SourceImage condition="is">
|
||||
C:\Windows\System32\svchost.exe
|
||||
</SourceImage>
|
||||
<SourceImage condition="is">
|
||||
C:\Windows\System32\wininit.exe
|
||||
</SourceImage>
|
||||
<SourceImage condition="is">
|
||||
C:\Windows\System32\csrss.exe
|
||||
</SourceImage>
|
||||
<SourceImage condition="is">
|
||||
C:\Windows\System32\services.exe
|
||||
</SourceImage>
|
||||
<SourceImage condition="is">
|
||||
C:\Windows\System32\winlogon.exe
|
||||
</SourceImage>
|
||||
<SourceImage condition="is">
|
||||
C:\Windows\System32\audiodg.exe
|
||||
</SourceImage>
|
||||
<StartModule condition="is">
|
||||
C:\windows\system32\kernel32.dll
|
||||
</StartModule>
|
||||
</CreateRemoteThread>
|
||||
</RuleGroup>
|
||||
</EventFiltering>
|
||||
|
||||
Reference in New Issue
Block a user