mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
25 lines
2.0 KiB
XML
25 lines
2.0 KiB
XML
<Sysmon schemaversion="4.30">
|
|
<EventFiltering>
|
|
<RuleGroup name="" groupRelation="or">
|
|
<ProcessAccess onmatch="include">
|
|
<Rule groupRelation="and">
|
|
<TargetImage name="technique_id=T1003,technique_name=Credential Dumping" condition="is">C:\Windows\system32\csrss.exe</TargetImage> <!--Mitre T1098--> <!--Mitre T1550.002--> <!--Mitre T1003--> <!-- depending on what you're running on your host, this might be noisy-->
|
|
<GrantedAccess>0x1F1FFF</GrantedAccess>
|
|
</Rule>
|
|
<Rule groupRelation="and">
|
|
<TargetImage name="technique_id=T1003,technique_name=Credential Dumping" condition="is">C:\Windows\system32\wininit.exe</TargetImage> <!--Mitre T1098--> <!--Mitre T1550.002--> <!--Mitre T1003--> <!-- depending on what you're running on your host, this might be noisy-->
|
|
<GrantedAccess>0x1F1FFF</GrantedAccess>
|
|
</Rule>
|
|
<Rule groupRelation="and">
|
|
<TargetImage name="technique_id=T1003,technique_name=Credential Dumping" condition="is">C:\Windows\system32\winlogon.exe</TargetImage> <!--Mitre T1098--> <!--Mitre T1550.002--> <!--Mitre T1003--> <!-- depending on what you're running on your host, this might be noisy-->
|
|
<GrantedAccess>0x1F1FFF</GrantedAccess>
|
|
</Rule>
|
|
<Rule groupRelation="and">
|
|
<TargetImage name="technique_id=T1003,technique_name=Credential Dumping" condition="is">C:\Windows\system32\services.exe</TargetImage> <!--Mitre T1098--> <!--Mitre T1550.002--> <!--Mitre T1003--> <!-- depending on what you're running on your host, this might be noisy-->
|
|
<GrantedAccess>0x1F1FFF</GrantedAccess>
|
|
</Rule>
|
|
</ProcessAccess>
|
|
</RuleGroup>
|
|
</EventFiltering>
|
|
</Sysmon>
|