[New Rule] Unusual Process Calling the Metadata Service [Windows] (#323)
* Create ml_windows_anomalous_metadata_process.toml rule create * Update rules/ml/ml_windows_anomalous_metadata_process.toml Co-authored-by: Brent Murphy <56412096+bm11100@users.noreply.github.com> * Update ml_windows_anomalous_metadata_process.toml * Update ml_windows_anomalous_metadata_process.toml Co-authored-by: Brent Murphy <56412096+bm11100@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dd65dad9dc
commit
1e43896cf1
@@ -0,0 +1,30 @@
|
||||
[metadata]
|
||||
creation_date = "2020/09/22"
|
||||
ecs_version = ["1.6.0"]
|
||||
maturity = "production"
|
||||
updated_date = "2020/09/22"
|
||||
|
||||
[rule]
|
||||
anomaly_threshold = 50
|
||||
author = ["Elastic"]
|
||||
description = """
|
||||
Looks for anomalous access to the metadata service by an unusual process. The metadata service may be targeted in order
|
||||
to harvest credentials or user data scripts containing secrets.
|
||||
"""
|
||||
false_positives = [
|
||||
"""
|
||||
A newly installed program or one that runs very rarely as part of a monthly or quarterly workflow could trigger this
|
||||
detection rule.
|
||||
""",
|
||||
]
|
||||
from = "now-45m"
|
||||
interval = "15m"
|
||||
license = "Elastic License"
|
||||
machine_learning_job_id = "windows_rare_metadata_process"
|
||||
name = "Unusual Windows Process Calling the Metadata Service"
|
||||
risk_score = 21
|
||||
rule_id = "abae61a8-c560-4dbd-acca-1e1438bff36b"
|
||||
severity = "low"
|
||||
tags = ["Elastic", "ML", "Windows"]
|
||||
type = "machine_learning"
|
||||
|
||||
Reference in New Issue
Block a user