From 1fb650d6a1a2701ff12a53adc662464e88e5463b Mon Sep 17 00:00:00 2001 From: Allison Robbins Date: Tue, 9 Jul 2024 12:37:54 -0400 Subject: [PATCH] feat(TAT-135): update ransomware list to match latest spreadsheet update (#27) Co-authored-by: arobbins --- src/stores/calculator.store.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/stores/calculator.store.ts b/src/stores/calculator.store.ts index c169507..fd46845 100644 --- a/src/stores/calculator.store.ts +++ b/src/stores/calculator.store.ts @@ -47,16 +47,16 @@ export const useCalculatorStore = defineStore("calculator", { name: "Ransomware", description: "This is the Ransomware list", techniques: [ - "T1486", - "T1490", - "T1027", "T1059", - "T1036", - "T1112", + "T1078", + "T1021.001", "T1047", - "T1562.001", - "T1204", - "T1059.001", + "T1490", + "T1105", + "T1083", + "T1486", + "T1190", + "T1489", ], }, // {