From c4355a24f3a4f5ae59c48f48a2b14eb2e2e78f83 Mon Sep 17 00:00:00 2001 From: Michael Carenzo Date: Mon, 12 Jun 2023 02:59:06 -0400 Subject: [PATCH] add missing tactics --- .../src/assets/configuration/properties/Tactic.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cti_authoring_tool/src/assets/configuration/properties/Tactic.ts b/src/cti_authoring_tool/src/assets/configuration/properties/Tactic.ts index 7a79fda..3f32913 100644 --- a/src/cti_authoring_tool/src/assets/configuration/properties/Tactic.ts +++ b/src/cti_authoring_tool/src/assets/configuration/properties/Tactic.ts @@ -16,6 +16,8 @@ export const Tactic = { { value: "TA0009", text: "TA0009 - Collection" }, { value: "TA0010", text: "TA0010 - Exfiltration" }, { value: "TA0011", text: "TA0011 - Command and Control" }, - { value: "TA0040", text: "TA0040 - Impact" } + { value: "TA0040", text: "TA0040 - Impact" }, + { value: "TA0042", text: "TA0042 - Resource Development" }, + { value: "TA0043", text: "TA0043 - Reconnaissance" } ] }