Skip to content

Commit 61f5451

Browse files
Update detections/network/cisco_sa___automated_web_reconnaissance_via_http_access_errors.yml
Co-authored-by: Nasreddine Bencherchali <nasreddineb@splunk.com>
1 parent 7f415f9 commit 61f5451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

detections/network/cisco_sa___automated_web_reconnaissance_via_http_access_errors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ search: |-
2020
| eval status=tonumber(status)
2121
| eval domain=replace(url, "^https?://([^/]+).*$", "\\1")
2222
| eval user_agent=coalesce(http_user_agent, user_agent)
23-
| where status IN (401, 403, 404)
23+
| where status IN (400, 401, 403, 404, 405, 407, 414, 429, 431)
2424
| bucket _time span=10m
2525
| stats count as errors dc(url) as unique_urls values(status) as statuses values(user_agent) as user_agent values(host) as host values(user) as user by src_ip domain _time
2626
| where errors > 100 AND unique_urls > 50

0 commit comments

Comments
 (0)