From b89a8ca7b74f624ec7719486b6fc501601db2f64 Mon Sep 17 00:00:00 2001 From: Michael Haag <“mike@redcanary.com git config --global user.name “Michael Haag> Date: Tue, 24 Apr 2018 10:31:26 -0400 Subject: [PATCH] Updated Map Updated map also fixed name --- Windows/Atomic_Red_Team.json | 44 ++++++++++++++++++- .../Privilege_Escalation/Process_Injection.md | 2 +- 2 files changed, 44 insertions(+), 2 deletions(-) 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)