Skip to content

Commit 5e23261

Browse files
authored
Update credential_access_rare_webdav_destination.toml
1 parent 776d455 commit 5e23261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/windows/credential_access_rare_webdav_destination.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ timestamp_override = "event.ingested"
5454
type = "esql"
5555

5656
query = '''
57-
from logs-endpoint.events.process-*, logs-windows.sysmon_operational-*, logs-system.security-*, logs-crowdstrike.fdr*, logs-m365_defender.event-* METADATA _id, _version, _index
57+
from logs-endpoint.events.process-*, logs-windows.sysmon_operational-*, logs-system.security-*, logs-windows.*, winlogbeat-*, logs-crowdstrike.fdr*, logs-m365_defender.event-* METADATA _id, _version, _index
5858
| where
5959
@timestamp > now() - 8 hours and
6060
event.category == "process" and

0 commit comments

Comments
 (0)