mirror of https://github.com/MISP/misp-galaxy
fix: Duplicate values, typos.
parent
36f317b4a8
commit
988586fde0
|
@ -168,16 +168,6 @@
|
|||
"uuid": "6bec22cb-9aed-426a-bffc-b0a78db6527a",
|
||||
"value": "ATM Black Box Attack"
|
||||
},
|
||||
{
|
||||
"description": "Account-Checking Services",
|
||||
"meta": {
|
||||
"kill_chain": [
|
||||
"fraud-tactics:Target Compromise"
|
||||
]
|
||||
},
|
||||
"uuid": "824bccd3-9dea-4579-8642-8dd15afcfacc",
|
||||
"value": "Account-Checking Services"
|
||||
},
|
||||
{
|
||||
"description": "Insider Trading",
|
||||
"meta": {
|
||||
|
@ -272,7 +262,8 @@
|
|||
"description": "Fund Transfer",
|
||||
"meta": {
|
||||
"kill_chain": [
|
||||
"fraud-tactics:Assets Transfer"
|
||||
"fraud-tactics:Assets Transfer",
|
||||
"fraud-tactics:Monetisation"
|
||||
]
|
||||
},
|
||||
"uuid": "72ffa97e-d128-4c41-b323-0297b43d8a1b",
|
||||
|
@ -308,16 +299,6 @@
|
|||
"uuid": "f1243265-d50a-42fb-a83c-4696f95636e9",
|
||||
"value": "Money Mules"
|
||||
},
|
||||
{
|
||||
"description": "Fund Transfer",
|
||||
"meta": {
|
||||
"kill_chain": [
|
||||
"fraud-tactics:Monetisation"
|
||||
]
|
||||
},
|
||||
"uuid": "a8913af2-8f22-44b2-b6bc-32b7489d8f96",
|
||||
"value": "Fund Transfer"
|
||||
},
|
||||
{
|
||||
"description": "Prepaid Cards",
|
||||
"meta": {
|
||||
|
@ -349,5 +330,5 @@
|
|||
"value": "ATM Explosive Attack"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
],
|
||||
"category": "actor",
|
||||
"description": "Name of ATT&CK Group",
|
||||
"name": "Enterprise Attack -intrusion Set",
|
||||
"name": "Enterprise Attack - Intrusion Set",
|
||||
"source": "https://github.com/mitre/cti",
|
||||
"type": "mitre-enterprise-attack-intrusion-set",
|
||||
"uuid": "01f18402-1708-11e8-ac1c-1ffb3c4a7775",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
],
|
||||
"category": "actor",
|
||||
"description": "Name of ATT&CK Group",
|
||||
"name": "intrusion Set",
|
||||
"name": "Intrusion Set",
|
||||
"source": "https://github.com/mitre/cti",
|
||||
"type": "mitre-intrusion-set",
|
||||
"uuid": "10df003c-7831-11e7-bdb9-971cdd1218df",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
],
|
||||
"category": "actor",
|
||||
"description": "Name of ATT&CK Group",
|
||||
"name": "Mobile Attack - intrusion Set",
|
||||
"name": "Mobile Attack - Intrusion Set",
|
||||
"source": "https://github.com/mitre/cti",
|
||||
"type": "mitre-mobile-attack-intrusion-set",
|
||||
"uuid": "02ab4018-1708-11e8-8f9d-e735aabdfa53",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
],
|
||||
"category": "actor",
|
||||
"description": "Name of ATT&CK Group",
|
||||
"name": "Pre Attack - intrusion Set",
|
||||
"name": "Pre Attack - Intrusion Set",
|
||||
"source": "https://github.com/mitre/cti",
|
||||
"type": "mitre-pre-attack-intrusion-set",
|
||||
"uuid": "1fdc8fa2-1708-11e8-99a3-67b4efc13c4f",
|
||||
|
|
|
@ -305,10 +305,6 @@
|
|||
"uuid": "a26ae91b-df10-4c6f-b7bc-14c7ba13f21d",
|
||||
"value": "Retail"
|
||||
},
|
||||
{
|
||||
"uuid": "6ce2374c-2c81-4298-a941-666bf4258c00",
|
||||
"value": "Retail"
|
||||
},
|
||||
{
|
||||
"uuid": "ff403f0f-67d0-494c-aff9-1d748b7e7d8d",
|
||||
"value": "Technology"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
],
|
||||
"category": "actor",
|
||||
"description": "Known or estimated adversary groups targeting organizations and employees. Adversary groups are regularly confused with their initial operation or campaign.",
|
||||
"name": "Threat actor",
|
||||
"name": "Threat Actor",
|
||||
"source": "MISP Project",
|
||||
"type": "threat-actor",
|
||||
"uuid": "7cdff317-a673-4474-84ec-4f1754947823",
|
||||
|
|
Loading…
Reference in New Issue