Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tuning] SDH - Removing timestamp_overide for Threat Match Rules #4284

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions rules/threat_intel/threat_intel_indicator_match_address.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
creation_date = "2023/05/22"
maturity = "production"
updated_date = "2024/06/10"
updated_date = "2024/12/05"

[transform]
[[transform.osquery]]
Expand Down Expand Up @@ -123,7 +123,7 @@ labels.is_ioc_transform_source:"true"
"""
timeline_id = "495ad7a7-316e-4544-8a0f-9c098daee76e"
timeline_title = "Generic Threat Match Timeline"
timestamp_override = "event.ingested"
type = "threat_match"

query = '''
Expand Down
4 changes: 2 additions & 2 deletions rules/threat_intel/threat_intel_indicator_match_hash.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
creation_date = "2023/05/22"
maturity = "production"
updated_date = "2024/06/10"
updated_date = "2024/12/05"

[transform]
[[transform.osquery]]
Expand Down Expand Up @@ -122,7 +122,7 @@ threat.indicator.file.pe.imphash:*) and not labels.is_ioc_transform_source:"true
"""
timeline_id = "495ad7a7-316e-4544-8a0f-9c098daee76e"
timeline_title = "Generic Threat Match Timeline"
timestamp_override = "event.ingested"
type = "threat_match"

query = '''
Expand Down
4 changes: 2 additions & 2 deletions rules/threat_intel/threat_intel_indicator_match_registry.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
creation_date = "2023/05/22"
maturity = "production"
updated_date = "2024/06/10"
updated_date = "2024/12/05"

[transform]
[[transform.osquery]]
Expand Down Expand Up @@ -117,7 +117,7 @@ labels.is_ioc_transform_source:"true"
"""
timeline_id = "495ad7a7-316e-4544-8a0f-9c098daee76e"
timeline_title = "Generic Threat Match Timeline"
timestamp_override = "event.ingested"
type = "threat_match"

query = '''
Expand Down
4 changes: 2 additions & 2 deletions rules/threat_intel/threat_intel_indicator_match_url.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
creation_date = "2023/05/22"
maturity = "production"
updated_date = "2024/06/10"
updated_date = "2024/12/05"

[transform]
[[transform.osquery]]
Expand Down Expand Up @@ -126,7 +126,7 @@ labels.is_ioc_transform_source:"true"
"""
timeline_id = "495ad7a7-316e-4544-8a0f-9c098daee76e"
timeline_title = "Generic Threat Match Timeline"
timestamp_override = "event.ingested"
type = "threat_match"

query = '''
Expand Down
4 changes: 2 additions & 2 deletions rules/threat_intel/threat_intel_rapid7_threat_command.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ integration = ["ti_rapid7_threat_command"]
maturity = "production"
min_stack_comments = "Breaking change at 8.13.0 for Rapid7 Threat Command Integration"
min_stack_version = "8.13.0"
updated_date = "2024/08/06"
updated_date = "2024/12/05"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -84,7 +84,7 @@ threat_language = "kuery"
threat_query = """
@timestamp >= "now-30d/d" and vulnerability.id : * and event.module: ti_rapid7_threat_command
"""
timestamp_override = "event.ingested"
type = "threat_match"

query = '''
Expand Down
Loading