[Promote] Expired or Revoked Driver Loaded (#3185)
* [Promote] Expired or Revoked Driver Loaded * Update privilege_escalation_expired_driver_loaded.toml
This commit is contained in:
+2
-4
@@ -4,8 +4,7 @@ integration = ["endpoint"]
|
||||
maturity = "production"
|
||||
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
|
||||
min_stack_version = "8.3.0"
|
||||
updated_date = "2023/10/13"
|
||||
bypass_bbr_timing = true
|
||||
updated_date = "2023/10/23"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
@@ -24,10 +23,9 @@ references = [
|
||||
risk_score = 21
|
||||
rule_id = "d12bac54-ab2a-4159-933f-d7bcefa7b61d"
|
||||
severity = "low"
|
||||
tags = ["Domain: Endpoint", "OS: Windows", "Use Case: Threat Detection", "Tactic: Privilege Escalation", "Tactic: Defense Evasion", "Rule Type: BBR", "Data Source: Elastic Defend"]
|
||||
tags = ["Domain: Endpoint", "OS: Windows", "Use Case: Threat Detection", "Tactic: Privilege Escalation", "Tactic: Defense Evasion", "Data Source: Elastic Defend"]
|
||||
timestamp_override = "event.ingested"
|
||||
type = "eql"
|
||||
building_block_type = "default"
|
||||
|
||||
query = '''
|
||||
driver where host.os.type == "windows" and process.pid == 4 and
|
||||
Reference in New Issue
Block a user