Files
sigma-rules/rules/ml/ml_linux_anomalous_network_service.toml
T
Justin Ibarra 79a0dfefbe Add ECS 1.6.0 schema for validation testing (#220)
* Add ecs 1.6.0 and refresh master ecs (2.0.0)
* update rule metadata to use ecs_version 1.6.0
2020-08-27 11:54:49 -05:00

27 lines
838 B
TOML

[metadata]
creation_date = "2020/03/25"
ecs_version = ["1.6.0"]
maturity = "production"
updated_date = "2020/03/25"
[rule]
anomaly_threshold = 50
author = ["Elastic"]
description = """
Identifies unusual listening ports on Linux instances that can indicate execution of unauthorized services, backdoors,
or persistence mechanisms.
"""
false_positives = ["A newly installed program or one that rarely uses the network could trigger this alert."]
from = "now-45m"
interval = "15m"
license = "Elastic License"
machine_learning_job_id = "linux_anomalous_network_service"
name = "Unusual Linux Network Service"
references = ["https://www.elastic.co/guide/en/security/current/prebuilt-ml-jobs.html"]
risk_score = 21
rule_id = "52afbdc5-db15-596e-bc35-f5707f820c4b"
severity = "low"
tags = ["Elastic", "Linux", "ML"]
type = "machine_learning"