text code block:`cisco_asa` message_id IN (111008, 111010) command = "logging *" command IN ( "*asdm*", "*console*", "*history*", "*mail*", "*monitor*", "*trap*" ) NOT command IN ( "*notifications*", "*informational*", "*debugging*", "* 5*", "* 6*", "* 7*" ) | fillnull | stats count earliest(_time) as firstTime latest(_time) as lastTime values(user) as user values(action) as action values(message_id) as message_id values(command) as command values(src_ip) as src_ip values(process_name) as process_name by host | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | `cisco_asa___logging_filters_configuration_tampering_filter`
View this rule on Splunk
This rule was sourced from the official Splunk public repository. View the original rule on GitHub(external, opens in a new tab or window).