Skip to content

Commit 0bea5f8

Browse files
committed
Update multiple_alerts_elastic_defend_panw_fortigate_by_host.toml
1 parent 405d89d commit 0bea5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/cross-platform/multiple_alerts_elastic_defend_panw_fortigate_by_host.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FROM logs-* metadata _id
3434
| WHERE
3535
// PANW suspicious events
3636
(event.dataset == "panw.panos" and
37-
event.action in ("virus_detected", "wildfire_virus_detected", "c2_communication", "spyware_detected", "large_upload", "denied")) or
37+
event.action in ("virus_detected", "wildfire_virus_detected", "c2_communication", "spyware_detected", "large_upload", "denied", "exploit_detected")) or
3838
3939
// Fortigate suspicious events
4040
(event.dataset == "fortinet_fortigate.log" and

0 commit comments

Comments
 (0)