Skip to content

Commit db23c2e

Browse files
adjusts MITRE ATT&CK mappings
1 parent 176b904 commit db23c2e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

rules/integrations/github/persistence_github_actions_workflow_injection_blocked.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ severity = "medium"
6363
tags = [
6464
"Domain: Cloud",
6565
"Use Case: Threat Detection",
66+
"Tractic: Initial Access",
6667
"Tactic: Persistence",
6768
"Tactic: Execution",
6869
"Data Source: Github",
@@ -95,23 +96,23 @@ name = "Compromise Software Supply Chain"
9596
reference = "https://attack.mitre.org/techniques/T1195/002/"
9697

9798

98-
[[rule.threat.technique]]
99-
id = "T1546"
100-
name = "Event Triggered Execution"
101-
reference = "https://attack.mitre.org/techniques/T1546/"
102-
10399

104100
[rule.threat.tactic]
105-
id = "TA0003"
106-
name = "Persistence"
107-
reference = "https://attack.mitre.org/tactics/TA0003/"
101+
id = "TA0001"
102+
name = "Initial Access"
103+
reference = "https://attack.mitre.org/tactics/TA0001/"
108104
[[rule.threat]]
109105
framework = "MITRE ATT&CK"
110106
[[rule.threat.technique]]
111107
id = "T1059"
112108
name = "Command and Scripting Interpreter"
113109
reference = "https://attack.mitre.org/techniques/T1059/"
114110

111+
[[rule.threat.technique]]
112+
id = "T1546"
113+
name = "Event Triggered Execution"
114+
reference = "https://attack.mitre.org/techniques/T1546/"
115+
115116

116117
[rule.threat.tactic]
117118
id = "TA0002"

0 commit comments

Comments
 (0)