Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions rules/ml/command_and_control_ml_packetbeat_dns_tunneling.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
creation_date = "2020/03/25"
integration = ["endpoint", "network_traffic"]
maturity = "production"
min_stack_version = "9.4.0"
min_stack_comments = "Use EA (Entity Analytics) fields"
updated_date = "2026/04/01"
min_stack_version = "9.5.0"
min_stack_comments = "Migrate packetbeat job to security network module"
updated_date = "2026/07/06"

[rule]
anomaly_threshold = 50
Expand All @@ -24,7 +24,7 @@ false_positives = [
from = "now-45m"
interval = "15m"
license = "Elastic License v2"
machine_learning_job_id = "packetbeat_dns_tunneling_ea"
machine_learning_job_id = "dns_tunneling_ea"
name = "DNS Tunneling"
setup = """## Setup

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
creation_date = "2020/03/25"
integration = ["endpoint", "network_traffic"]
maturity = "production"
min_stack_version = "9.4.0"
min_stack_comments = "Use EA (Entity Analytics) fields"
updated_date = "2026/04/01"
min_stack_version = "9.5.0"
min_stack_comments = "Migrate packetbeat job to security network module"
updated_date = "2026/07/06"

[rule]
anomaly_threshold = 50
Expand All @@ -27,7 +27,7 @@ false_positives = [
from = "now-45m"
interval = "15m"
license = "Elastic License v2"
machine_learning_job_id = "packetbeat_rare_dns_question_ea"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will these jobs be still available in 9.4.0 ?

machine_learning_job_id = "rare_dns_question_ea"
name = "Unusual DNS Activity"
setup = """## Setup

Expand Down
Loading