mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
chg: [galaxy] fixed icons
Ref: https://github.com/MISP/MISP/issues/3990#issuecomment-1563916147
This commit is contained in:
parent
14301a9c4c
commit
85ed2b8b81
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"description": "Malware galaxy based on Malpedia archive.",
|
"description": "Malware galaxy based on Malpedia archive.",
|
||||||
"icon": "shield",
|
"icon": "shield-virus",
|
||||||
"name": "Malpedia",
|
"name": "Malpedia",
|
||||||
"namespace": "misp",
|
"namespace": "misp",
|
||||||
"type": "malpedia",
|
"type": "malpedia",
|
||||||
"uuid": "1d1c9af9-37fa-4deb-a928-f9b0abc7354a",
|
"uuid": "1d1c9af9-37fa-4deb-a928-f9b0abc7354a",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"description": "Preventive measures based on the ransomware document overview as published in https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pubhtml# . The preventive measures are quite generic and can fit any standard Windows infrastructure and their security measures.",
|
"description": "Preventive measures based on the ransomware document overview as published in https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pubhtml# . The preventive measures are quite generic and can fit any standard Windows infrastructure and their security measures.",
|
||||||
"icon": "shield",
|
"icon": "shield-alt",
|
||||||
"name": "Preventive Measure",
|
"name": "Preventive Measure",
|
||||||
"namespace": "misp",
|
"namespace": "misp",
|
||||||
"type": "preventive-measure",
|
"type": "preventive-measure",
|
||||||
"uuid": "8168995b-adcd-4684-9e37-206c5771505a",
|
"uuid": "8168995b-adcd-4684-9e37-206c5771505a",
|
||||||
"version": 3
|
"version": 4
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue