Skip to content

Commit 0c680db

Browse files
committed
freeipa: filter out service principals from kerberos brute-force rule
1 parent 48a9393 commit 0c680db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rules/integrations/freeipa/credential_access_freeipa_kerberos_brute_force.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ type = "esql"
8080
query = '''
8181
from logs-freeipa.kdc-*
8282
| where event.outcome == "failure"
83+
and freeipa.kdc.client_principal not like "*/*"
8384
| stats Esql.failure_count = count(*) by freeipa.kdc.client_principal, source.ip
8485
| where Esql.failure_count >= 25
8586
'''

0 commit comments

Comments
 (0)