e41fe620e6
* Adding detection rules for auth ML jobs * name prefix added the prefix "auth" to the file names * Added descriptions * Adding new lines and updating license * FP text added FP metadata Co-authored-by: Craig <mailredirector36@gmail.com>
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"
|
|
|
|
[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. A user account that is normally inactive,
|
|
because the user has left the organization, which 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 an SRE or developer logging into a prod 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"
|
|
|