Skip to content

Commit 8deb2be

Browse files
Update rules/windows/impact_high_freq_file_renames_by_kernel.toml
Co-authored-by: Terrance DeJesus <[email protected]>
1 parent 9a360c2 commit 8deb2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/windows/impact_high_freq_file_renames_by_kernel.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ from logs-endpoint.events.file-* metadata _id, _version, _index
7878
| keep user.id, user.name, file.path, file.name, process.entity_id, Esql.time_window_date_trunc, host.name, host.ip
7979
8080
// filter for same file name dropped in at least 3 unique paths by the System virtual process
81-
| stats Esql.file_path_count_distinct = COUNT_DISTINCT(file.path), Esql.file_path_values = VALUES(file.path), Esql.host_ips = values(host.ip) by host.name, user.name, user.id, process.entity_id , file.name, Esql.time_window_date_trunc
81+
| stats Esql.file_path_count_distinct = COUNT_DISTINCT(file.path), Esql.file_path_values = VALUES(file.path), Esql.host_ip_values = values(host.ip) by host.name, user.name, user.id, process.entity_id , file.name, Esql.time_window_date_trunc
8282
| where Esql.file_path_count_distinct >= 3
8383
'''
8484

0 commit comments

Comments
 (0)