You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: detections/application/cisco_ai_defense_security_alerts_by_application_name.yml
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
name: Cisco AI Defense Security Alerts by Application Name
2
2
id: 105e4a69-ec55-49fc-be1f-902467435ea8
3
-
version: 1
4
-
date: '2025-02-14'
3
+
version: 2
4
+
date: '2025-03-21'
5
5
author: Bhavin Patel, Splunk
6
-
status: experimental
6
+
status: production
7
7
type: Anomaly
8
8
description: The search surfaces alerts from the Cisco AI Defense product for potential attacks against the AI models running in your environment. This analytic identifies security events within Cisco AI Defense by examining event messages, actions, and policy names. It focuses on connections and applications associated with specific guardrail entities and ruleset types. By aggregating and analyzing these elements, the search helps detect potential policy violations and security threats, enabling proactive defense measures and ensuring network integrity.
- name: View risk events for the last 7 days for - "$application_name$"
51
+
search: '| from datamodel Risk.All_Risk | search normalized_risk_object IN ("$application_name$") starthoursago=168 | stats count min(_time)
48
52
as firstTime max(_time) as lastTime values(search_name) as "Search Name" values(risk_message)
49
53
as "Risk Message" values(analyticstories) as "Analytic Stories" values(annotations._all)
50
54
as "Annotations" values(annotations.mitre_attack.mitre_tactic) as "ATT&CK Tactics"
@@ -67,9 +71,10 @@ tags:
67
71
- Splunk Enterprise Security
68
72
- Splunk Cloud
69
73
security_domain: endpoint
74
+
manual_test: We are dynamically creating the risk_score field based on the severity of the alert in the SPL and that supersedes the risk score set in the detection.
0 commit comments