Skip to content

Commit d3745c2

Browse files
authored
[Rule Tuning] Python Startup Hook Rules (#5400)
1 parent f8f4c04 commit d3745c2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

rules/linux/persistence_pth_file_creation.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2025/02/26"
33
integration = ["endpoint"]
44
maturity = "production"
5-
updated_date = "2025/04/07"
5+
updated_date = "2025/12/03"
66

77
[rule]
88
author = ["Elastic"]
@@ -128,6 +128,11 @@ id = "T1546"
128128
name = "Event Triggered Execution"
129129
reference = "https://attack.mitre.org/techniques/T1546/"
130130

131+
[[rule.threat.technique.subtechnique]]
132+
id = "T1546.018"
133+
name = "Python Startup Hooks"
134+
reference = "https://attack.mitre.org/techniques/T1546/018/"
135+
131136
[[rule.threat.technique]]
132137
id = "T1574"
133138
name = "Hijack Execution Flow"

rules/linux/persistence_site_and_user_customize_file_creation.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2025/02/26"
33
integration = ["endpoint"]
44
maturity = "production"
5-
updated_date = "2025/04/07"
5+
updated_date = "2025/12/03"
66

77
[rule]
88
author = ["Elastic"]
@@ -123,6 +123,11 @@ id = "T1546"
123123
name = "Event Triggered Execution"
124124
reference = "https://attack.mitre.org/techniques/T1546/"
125125

126+
[[rule.threat.technique.subtechnique]]
127+
id = "T1546.018"
128+
name = "Python Startup Hooks"
129+
reference = "https://attack.mitre.org/techniques/T1546/018/"
130+
126131
[[rule.threat.technique]]
127132
id = "T1574"
128133
name = "Hijack Execution Flow"

0 commit comments

Comments
 (0)