File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
rules/integrations/github Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ severity = "medium"
6363tags = [
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"
9596reference = " 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 ]]
109105framework = " MITRE ATT&CK"
110106[[rule .threat .technique ]]
111107id = " T1059"
112108name = " Command and Scripting Interpreter"
113109reference = " 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 ]
117118id = " TA0002"
You can’t perform that action at this time.
0 commit comments