mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
15 lines
796 B
XML
15 lines
796 B
XML
<Sysmon schemaversion="4.30">
|
|
<!-- special thanks to @SwiftOnSecurity for this -->
|
|
<EventFiltering>
|
|
<RuleGroup name="" groupRelation="or">
|
|
<DnsQuery onmatch="exclude">
|
|
<QueryName condition="end with">.arpa.</QueryName> <!--Design decision to not log reverse DNS lookups. You will need to decide.-->
|
|
<QueryName condition="end with">.arpa</QueryName> <!--Design decision to not log reverse DNS lookups. You will need to decide.-->
|
|
<QueryName condition="end with">.msftncsi.com</QueryName> <!--Microsoft proxy detection | Microsoft default exclusion-->
|
|
<QueryName condition="end with">.localmachine</QueryName>
|
|
<QueryName condition="is">localhost</QueryName>
|
|
</DnsQuery>
|
|
</RuleGroup>
|
|
</EventFiltering>
|
|
</Sysmon>
|