Add some Splunk nullQueues for noisy events

This commit is contained in:
Chris Long
2020-04-18 15:59:54 -07:00
parent c238b8e21f
commit d1d0566773
2 changed files with 15 additions and 1 deletions

View File

@@ -21,4 +21,8 @@ TIME_FORMAT = %s
TRUNCATE = 0
[osquery:status]
TRANSFORMS-null = setnull
TRANSFORMS-null = setnull
[WinEventLog]
TRANSFORMS-null = osqueryd_wineventlog_null
TRANSFORMS-null = autoruns_wineventlog_null

View File

@@ -17,4 +17,14 @@ FORMAT = host::$1
[setnull]
REGEX = Error\scasting
DEST_KEY = queue
FORMAT = nullQueue
[osqueryd_wineventlog_null]
REGEX = "Process_Name=C:\\Program Files\\osquery\\osqueryd\\osqueryd.exe"
DEST_KEY = queue
FORMAT = nullQueue
[autoruns_wineventlog_null]
REGEX = "Script\sName\s=\sC\:\\Program Files\\AutorunsToWinEventLog\\AutorunsToWinEventLog.ps1"
DEST_KEY = queue
FORMAT = nullQueue