Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tropChaud authored Mar 1, 2022
1 parent f2971ab commit c1a6c5c
Showing 1 changed file with 206 additions and 0 deletions.
206 changes: 206 additions & 0 deletions malware/Cyclops Blink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,206 @@
{
"name": "Cyclops Blink",
"versions": {
"attack": "10",
"navigator": "4.5.5",
"layer": "4.3"
},
"domain": "enterprise-attack",
"description": "Cyclops Blink TTPs sourced from UK NCSC / CISA joint advisory: https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"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": "T1071.001",
"tactic": "command-and-control",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1037.004",
"tactic": "persistence",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1037.004",
"tactic": "privilege-escalation",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1059.004",
"tactic": "execution",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1132.002",
"tactic": "command-and-control",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1573.002",
"tactic": "command-and-control",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1041",
"tactic": "exfiltration",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1008",
"tactic": "command-and-control",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1562.004",
"tactic": "defense-evasion",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1036.005",
"tactic": "defense-evasion",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1571",
"tactic": "command-and-control",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1542.001",
"tactic": "persistence",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1542.001",
"tactic": "defense-evasion",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"enabled": true,
"metadata": [],
"links": [],
"showSubtechniques": false
},
{
"techniqueID": "T1082",
"tactic": "discovery",
"score": 1,
"color": "",
"comment": "Source: NCSC - https://www.ncsc.gov.uk/files/Cyclops-Blink-Malware-Analysis-Report.pdf",
"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 c1a6c5c

Please sign in to comment.