ed57d46d15
(cherry picked from commit 5e4a7e67df)
35 lines
1.3 KiB
TOML
35 lines
1.3 KiB
TOML
[metadata]
|
|
creation_date = "2021/06/10"
|
|
maturity = "production"
|
|
updated_date = "2021/06/10"
|
|
min_stack_version = "7.14.0"
|
|
|
|
[rule]
|
|
anomaly_threshold = 75
|
|
author = ["Elastic"]
|
|
description = """
|
|
A machine learning job found an unusual user name in the authentication logs. An unusual user name is one way of
|
|
detecting credentialed access by means of a new or dormant user account. An inactive user account (because the user
|
|
has left the organization) that becomes active may be due to credentialed access using a compromised account password.
|
|
Threat actors will sometimes also create new users as a means of persisting in a compromised web application.
|
|
"""
|
|
false_positives = [
|
|
"""
|
|
User accounts that are rarely active, such as a site reliability engineer (SRE) or developer logging into a
|
|
production server for troubleshooting, may trigger this alert. Under some conditions, a newly created user account
|
|
may briefly trigger this alert while the model is learning.
|
|
""",
|
|
]
|
|
from = "now-30m"
|
|
interval = "15m"
|
|
license = "Elastic License v2"
|
|
machine_learning_job_id = "auth_rare_user"
|
|
name = "Rare User Logon"
|
|
references = ["https://www.elastic.co/guide/en/security/current/prebuilt-ml-jobs.html"]
|
|
risk_score = 21
|
|
rule_id = "138c5dd5-838b-446e-b1ac-c995c7f8108a"
|
|
severity = "low"
|
|
tags = ["Elastic", "Authentication", "Threat Detection", "ML"]
|
|
type = "machine_learning"
|
|
|