Skip to content

Commit 09376f4

Browse files
author
Oleksandr Volha
committed
commit files
1 parent 791b994 commit 09376f4

File tree

3 files changed

+3836
-5
lines changed

3 files changed

+3836
-5
lines changed

translator/.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,4 @@ keys/
196196
test_data
197197

198198
# backup_logs
199-
.backup_logs
200-
201-
# sigmac tests stuff
202-
tactics.json
203-
techniques.json
199+
.backup_logs
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"credential_access": {
3+
"external_id": "TA0006",
4+
"url": "https://attack.mitre.org/tactics/TA0006",
5+
"tactic": "Credential Access"
6+
},
7+
"execution": {
8+
"external_id": "TA0002",
9+
"url": "https://attack.mitre.org/tactics/TA0002",
10+
"tactic": "Execution"
11+
},
12+
"impact": {
13+
"external_id": "TA0040",
14+
"url": "https://attack.mitre.org/tactics/TA0040",
15+
"tactic": "Impact"
16+
},
17+
"persistence": {
18+
"external_id": "TA0003",
19+
"url": "https://attack.mitre.org/tactics/TA0003",
20+
"tactic": "Persistence"
21+
},
22+
"privilege_escalation": {
23+
"external_id": "TA0004",
24+
"url": "https://attack.mitre.org/tactics/TA0004",
25+
"tactic": "Privilege Escalation"
26+
},
27+
"lateral_movement": {
28+
"external_id": "TA0008",
29+
"url": "https://attack.mitre.org/tactics/TA0008",
30+
"tactic": "Lateral Movement"
31+
},
32+
"defense_evasion": {
33+
"external_id": "TA0005",
34+
"url": "https://attack.mitre.org/tactics/TA0005",
35+
"tactic": "Defense Evasion"
36+
},
37+
"exfiltration": {
38+
"external_id": "TA0010",
39+
"url": "https://attack.mitre.org/tactics/TA0010",
40+
"tactic": "Exfiltration"
41+
},
42+
"discovery": {
43+
"external_id": "TA0007",
44+
"url": "https://attack.mitre.org/tactics/TA0007",
45+
"tactic": "Discovery"
46+
},
47+
"collection": {
48+
"external_id": "TA0009",
49+
"url": "https://attack.mitre.org/tactics/TA0009",
50+
"tactic": "Collection"
51+
},
52+
"resource_development": {
53+
"external_id": "TA0042",
54+
"url": "https://attack.mitre.org/tactics/TA0042",
55+
"tactic": "Resource Development"
56+
},
57+
"reconnaissance": {
58+
"external_id": "TA0043",
59+
"url": "https://attack.mitre.org/tactics/TA0043",
60+
"tactic": "Reconnaissance"
61+
},
62+
"command_and_control": {
63+
"external_id": "TA0011",
64+
"url": "https://attack.mitre.org/tactics/TA0011",
65+
"tactic": "Command and Control"
66+
},
67+
"initial_access": {
68+
"external_id": "TA0001",
69+
"url": "https://attack.mitre.org/tactics/TA0001",
70+
"tactic": "Initial Access"
71+
}
72+
}

0 commit comments

Comments
 (0)