[New Rule] Anomalous Kernel Module Activity (#257)
* Create ml_linux_rare_kernel_module_arguments.toml * rare module rule * Update ml_linux_anomalous_kernel_module_arguments.toml * Update ml_linux_anomalous_kernel_module_arguments.toml * Update ml_linux_anomalous_kernel_module_arguments.toml * Update rules/ml/ml_linux_anomalous_kernel_module_arguments.toml Co-authored-by: Brent Murphy <56412096+bm11100@users.noreply.github.com> Co-authored-by: Brent Murphy <56412096+bm11100@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
14a62ae93f
commit
0a0c5986c5
@@ -0,0 +1,42 @@
|
||||
[metadata]
|
||||
creation_date = "2020/09/03"
|
||||
ecs_version = ["1.6.0"]
|
||||
maturity = "production"
|
||||
updated_date = "2020/09/03"
|
||||
|
||||
[rule]
|
||||
anomaly_threshold = 25
|
||||
author = ["Elastic"]
|
||||
description = """
|
||||
Looks for unusual kernel module activity. Kernel modules are sometimes used by malware and persistence mechanisms for
|
||||
stealth.
|
||||
"""
|
||||
false_positives = [
|
||||
"""
|
||||
A Linux host running unusual device drivers or other kinds of kernel modules could trigger this detection.
|
||||
Troubleshooting or debugging activity using unusual arguments could also trigger this detection.
|
||||
""",
|
||||
]
|
||||
from = "now-45m"
|
||||
interval = "15m"
|
||||
license = "Elastic License"
|
||||
machine_learning_job_id = "linux_rare_kernel_module_arguments"
|
||||
name = "Anomalous Kernel Module Activity"
|
||||
references = ["references"]
|
||||
risk_score = 21
|
||||
rule_id = "37b0816d-af40-40b4-885f-bb162b3c88a9"
|
||||
severity = "low"
|
||||
tags = ["Elastic", "Linux", "ML"]
|
||||
type = "machine_learning"
|
||||
[[rule.threat]]
|
||||
framework = "MITRE ATT&CK"
|
||||
[[rule.threat.technique]]
|
||||
id = "T1215"
|
||||
name = "Kernel Modules and Extensions"
|
||||
reference = "https://attack.mitre.org/techniques/T1215/"
|
||||
|
||||
|
||||
[rule.threat.tactic]
|
||||
id = "TA0003"
|
||||
name = "Persistence"
|
||||
reference = "https://attack.mitre.org/tactics/TA0003/"
|
||||
Reference in New Issue
Block a user