All Apps and Add-ons

Blacklist EventCode=4688 Not working with renderXml=true

seanjconnell
Explorer

I was previously using the Seckit template for windows collection given to me by professional services and I noticed that the Splunk*.exe regex they are using was not working with the new xml tags as advertised. This is also in docs as a recommended stanza.

 [WinEventLog://Security]
     renderXml = true
     disabled = false
     evt_resolve_ad_obj = true
     blacklist1 = EventCode="4662" Message="Object Type:\s+(?!groupPolicyContainer)"
     blacklist2 = EventCode="566" Message="Object Type:\s+(?!groupPolicyContainer)"
     blacklist3 = EventCode="4688" Message="New Process Name: (?i)(?:[C-F]:\Program Files\Splunk(?:UniversalForwarder)?\bin\(?:btool|splunkd|splunk|splunk-(?:MonitorNoHandle|admon|netmon|perfmon|powershell|regmon|winevtlog|winhostinfo|winprintmon|wmi)).exe)"

I figured because Message isn't the field that is there anymore so I modified it for the Xml tags and it is still not working

[WinEventLog://Security]
     renderXml = true
     disabled = false
     evt_resolve_ad_obj = true
     blacklist1 = EventCode="4662" Message="Object Type:\s+(?!groupPolicyContainer)"
     blacklist2 = EventCode="566" Message="Object Type:\s+(?!groupPolicyContainer)"
     blacklist3 = EventID="4688" NewProcessName=((?i)(?:[C-F]:\\Program Files\\(Splunk|SplunkUniversalForwarder)\\bin\\(?:btool|splunk|splunkd|splunk-(?:MonitorNoHandle|admon|netmon|perfmon|powershell|regmon|winevtlog|winhostinfo|winprintmon|wmi))\.exe)
0 Karma
1 Solution

spayneort
Contributor

dstaulcu
Builder

Any idea what version of Splunk Universal forwarder introduced the $xmlRegex option?

0 Karma

seanjconnell
Explorer
blacklist3 = $XmlRegex="<EventID>4688<\/EventID>.*<Data Name='NewProcessName'>[C-F]:\\Program Files\\Splunk(?:UniversalForwarder)?\\bin\\(?:btool|splunkd|splunk|splunk-(?:MonitorNoHandle|admon|netmon|perfmon|powershell|regmon|winevtlog|winhostinfo|winprintmon|wmi))\.exe"

 

gathered from

 

https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-blacklist-Windows-Security-Events-in-XML... 

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...