diff --git a/editor/src/data/software.json b/editor/src/data/software.json index a683509..c292a03 100644 --- a/editor/src/data/software.json +++ b/editor/src/data/software.json @@ -3616,5 +3616,53 @@ "Network" ], "autosuggest": "S0519 - SYNful Knock" + }, + { + "software_id": "S0521", + "software_name": "BloodHound", + "platforms": [ + "Windows" + ], + "autosuggest": "S0521 - BloodHound" + }, + { + "software_id": "S0552", + "software_name": "AdFind", + "platforms": [ + "Windows" + ], + "autosuggest": "S0552 - AdFind" + }, + { + "software_id": "S0559", + "software_name": "Sunburst", + "platforms": [ + "Windows" + ], + "autosuggest": "S0559 - Sunburst" + }, + { + "software_id": "S0560", + "software_name": "Teardrop", + "platforms": [ + "Windows" + ], + "autosuggest": "S0560 - Teardrop" + }, + { + "software_id": "S0562", + "software_name": "Sunspot", + "platforms": [ + "Windows" + ], + "autosuggest": "S0562 - Sunspot" + }, + { + "software_id": "S0565", + "software_name": "Raindrop", + "platforms": [ + "Windows" + ], + "autosuggest": "S0565 - Raindrop" } ] \ No newline at end of file diff --git a/editor/src/data/techniques.json b/editor/src/data/techniques.json index 0066209..b7a7f1b 100644 --- a/editor/src/data/techniques.json +++ b/editor/src/data/techniques.json @@ -2428,6 +2428,23 @@ ], "autosuggest": "T1484 - Group Policy Modification" }, + { + "technique_id": "T1484.001", + "technique_name": "Group Policy Modification", + "platforms": [ + "Windows" + ], + "autosuggest": "T1484.001 - Group Policy Modification" + }, + { + "technique_id": "T1484.002", + "technique_name": "Domain Trust Modification", + "platforms": [ + "Azure AD", + "Windows" + ], + "autosuggest": "T1484.002 - Domain Trust Modification" + }, { "technique_id": "T1485", "technique_name": "Data Destruction", @@ -4921,5 +4938,40 @@ "Network" ], "autosuggest": "T1602.002 - Network Device Configuration Dump" + }, + { + "technique_id": "T1606", + "technique_name": "Forge Web Credentials", + "platforms": [ + "Azure AD", + "Linux", + "Office 365", + "SaaS", + "Windows", + "macOS" + ], + "autosuggest": "T1606 - Forge Web Credentials" + }, + { + "technique_id": "T1606.001", + "technique_name": "Web Cookies", + "platforms": [ + "Linux", + "SaaS", + "Windows", + "macOS" + ], + "autosuggest": "T1606.001 - Web Cookies" + }, + { + "technique_id": "T1606.002", + "technique_name": "SAML Tokens", + "platforms": [ + "Azure AD", + "Office 365", + "SaaS", + "Windows" + ], + "autosuggest": "T1606.002 - SAML Tokens" } ] \ No newline at end of file