Skip to content

Commit f7929a7

Browse files
committed
Update multiple_alerts_elastic_defend_panw_fortigate_by_host.toml
1 parent 10b7b6e commit f7929a7

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-endpoint.alerts-default-*, logs-panw.panos-default-*, logs-fortinet_fo
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") or network.application in ("dns-over-https", "ms-dc-replication")) or
3838
3939
// Fortigate suspicious events
4040
(event.dataset == "fortinet_fortigate.log" and

0 commit comments

Comments
 (0)