Ny central normalisering
This commit is contained in:
@@ -18,7 +18,7 @@ def event_detector_categories(event: LogEvent) -> tuple[str, ...]:
|
||||
categories: list[str] = []
|
||||
if action in {"fail", "failed", "failure", "login_failed", "logon_failed", "authentication_failed"} or event_id == "4625":
|
||||
categories.append("auth_failure")
|
||||
if fields.get("query_domain") or fields.get("qh") or fields.get("dns_query"):
|
||||
if fields.get("dns_query"):
|
||||
categories.append("dns_query")
|
||||
if action in THREAT_ACTIONS:
|
||||
categories.append("deny_action")
|
||||
|
||||
Reference in New Issue
Block a user