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/web/citrix_adc_exploitation_cve_2023_3519.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: Citrix ADC Exploitation CVE-2023-3519
2
2
id: 76ac2dcb-333c-4a77-8ae9-2720cfae47a8
3
-
version: 1
3
+
version: 2
4
4
date: '2023-07-21'
5
5
author: Michael Haag, Splunk
6
6
status: production
@@ -14,7 +14,7 @@ description: This analytic is designed to assist in hunting for potential exploi
14
14
15
15
Please be aware that this analytic is based on current understanding of the vulnerability, and adjustments may be required as more information becomes available.
16
16
search: '| tstats count min(_time) as firstTime max(_time)
17
-
as lastTime from datamodel=Web where Web.url IN ("*/saml/login","/cgi/samlauth","*/saml/activelogin","/cgi/samlart?samlart=*","*/cgi/logout") Web.http_method=POST
17
+
as lastTime from datamodel=Web where Web.url IN ("*/saml/login","/cgi/samlauth","*/saml/activelogin","/cgi/samlart?samlart=*","*/cgi/logout","/gwtest/formssso?event=start&target=*","/netscaler/ns_gui/vpn/*") Web.http_method=POST
18
18
by Web.http_user_agent, Web.status Web.http_method, Web.url, Web.url_length, Web.src, Web.dest, sourcetype
19
19
| `drop_dm_object_name("Web")`
20
20
| `security_content_ctime(firstTime)`
@@ -26,6 +26,8 @@ known_false_positives: False positives may be present based on organization use
0 commit comments