Splunk Enterprise

Denylisting events for windows

lclayton95
Loves-to-Learn Everything

I am current denying chrome and edge processes from being indexed with the following regex

 

blacklist7 = EventCode="4673" Message="Audit\sFailure[\W\w]+Process\sName:[^\n]+(chrome.exe|msedge.exe)"

 

 This works on majority of the forwarders. However some stragglers still send these events in event though they have the updated inputs deploy on their systems. My work around is to nullqueue the events in transforms.conf in the /etc/system/local directory. I believe this should be working at the forwarder level. Any ideas as to why this is happening. 

 

Some perspective is i have 400 windows machines and only 5 of the systems still send in the events even after a deploy server reload.

 

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

I suspect two possibilities, although there may be others.

1) The five UFs do not have the right settings.  Confirm using btool.

2) The regex is failing to match on the five UFs because of some difference(s) in the event log.

---
If this reply helps you, Karma would be appreciated.
0 Karma

lclayton95
Loves-to-Learn Everything

looks like they all have the same settings as the others. The logs look identical to the already ones that are blacklisted.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...