Skip to content

Commit

Permalink
Create Conti.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tropChaud authored Mar 1, 2022
1 parent 4481446 commit 434df2b
Showing 1 changed file with 239 additions and 0 deletions.
239 changes: 239 additions & 0 deletions malware/Conti.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,239 @@
{
"name": "Conti",
"versions": {
"attack": "10",
"navigator": "4.5.5",
"layer": "4.3"
},
"domain": "enterprise-attack",
"description": "Conti ransomware TTPs sourced from ATT&CK knowledge base (ATT&CK Navigator)",
"filters": {
"platforms": [
"Linux",
"macOS",
"Windows",
"Azure AD",
"Office 365",
"SaaS",
"IaaS",
"Google Workspace",
"PRE",
"Network",
"Containers"
]
},
"sorting": 0,
"layout": {
"layout": "side",
"aggregateFunction": "sum",
"showID": false,
"showName": true,
"showAggregateScores": true,
"countUnscored": false
},
"hideDisabled": false,
"techniques": [
{
"techniqueID": "T1059.003",
"tactic": "execution",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1486",
"tactic": "impact",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1140",
"tactic": "defense-evasion",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1083",
"tactic": "discovery",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1490",
"tactic": "impact",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1106",
"tactic": "execution",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1135",
"tactic": "discovery",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1027",
"tactic": "defense-evasion",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1057",
"tactic": "discovery",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1055.001",
"tactic": "defense-evasion",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1055.001",
"tactic": "privilege-escalation",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1021.002",
"tactic": "lateral-movement",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1018",
"tactic": "discovery",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1489",
"tactic": "impact",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1016",
"tactic": "discovery",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1049",
"tactic": "discovery",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1080",
"tactic": "lateral-movement",
"score": 1,
"color": "",
"comment": "Source: ATT&CK Navigator",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
}
],
"gradient": {
"colors": [
"#599bceff",
"#004a80ff"
],
"minValue": 0,
"maxValue": 2
},
"legendItems": [],
"metadata": [],
"links": [],
"showTacticRowBackground": false,
"tacticRowBackground": "#dddddd",
"selectTechniquesAcrossTactics": true,
"selectSubtechniquesWithParent": false
}

0 comments on commit 434df2b

Please sign in to comment.