Skip to content

Commit 2cef36d

Browse files
authored
Update rules/linux/initial_access_successful_ssh_authentication_by_unusual_ip.toml
1 parent e2c2272 commit 2cef36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/linux/initial_access_successful_ssh_authentication_by_unusual_ip.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ address that has not been authenticated in the last 10 days. This behavior may i
1212
attacker attempting to gain access to the system using a valid account.
1313
"""
1414
from = "now-9m"
15-
index = ["logs-system.auth-*"]
15+
index = ["logs-system.auth-*", "filebeat-*"]
1616
language = "kuery"
1717
license = "Elastic License v2"
1818
name = "Successful SSH Authentication from Unusual IP Address"

0 commit comments

Comments
 (0)