Skip to content

Commit 6734892

Browse files
committed
updating the SPL
1 parent fd93946 commit 6734892

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

detections/application/cisco_asa___core_syslog_message_volume_drop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Cisco ASA - Core Syslog Message Volume Drop
22
id: 4b4f8fdd-1f9e-45d8-9b0f-1f64c0b297a4
3-
version: 1
4-
date: '2025-09-23'
3+
version: 2
4+
date: '2025-09-25'
55
author: Bhavin Patel, Micheal Haag, Splunk
66
status: production
77
type: Hunting
@@ -12,7 +12,7 @@ data_source:
1212
search: |
1313
`cisco_asa`
1414
| rex "%ASA-[^-]+-\d+-(?<message_id>\d+):"
15-
| search message_id IN (710005)
15+
| search message_id IN (302013,302014,609002,710005)
1616
| eval msg_desc=case(
1717
message_id="302013","Built inbound TCP connection",
1818
message_id="302014","Teardown TCP connection",

0 commit comments

Comments
 (0)