diff --git a/Windows/Atomic_Red_Team.json b/Windows/Atomic_Red_Team.json index 9522ca1b..589037d7 100644 --- a/Windows/Atomic_Red_Team.json +++ b/Windows/Atomic_Red_Team.json @@ -15,6 +15,48 @@ "viewFullTable": true, "hideDisabled": false, "techniques": [ + { + "techniqueID": "T1179", + "score": 100, + "color": "", + "comment": "", + "enabled": true + }, + { + "techniqueID": "T1183", + "score": 100, + "color": "", + "comment": "", + "enabled": true + }, + { + "techniqueID": "T1138", + "score": 100, + "color": "", + "comment": "", + "enabled": true + }, + { + "techniqueID": "T1191", + "score": 100, + "color": "", + "comment": "", + "enabled": true + }, + { + "techniqueID": "T1083", + "score": 100, + "color": "", + "comment": "", + "enabled": true + }, + { + "techniqueID": "T1003", + "score": 100, + "color": "", + "comment": "", + "enabled": true + }, { "techniqueID": "T1015", "score": 100, @@ -409,4 +451,4 @@ "minValue": 0, "maxValue": 100 } -} \ No newline at end of file +} diff --git a/Windows/Privilege_Escalation/Process_Injection.md b/Windows/Privilege_Escalation/Process_Injection.md index 3334569d..723ca961 100644 --- a/Windows/Privilege_Escalation/Process_Injection.md +++ b/Windows/Privilege_Escalation/Process_Injection.md @@ -1,4 +1,4 @@ -## DLL Injection +## Process Injection MITRE ATT&CK Technique: [T1055](https://attack.mitre.org/wiki/Technique/T1055)