From 85ed2b8b814d40cd99bede9f3fca90453c1d1c58 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 26 May 2023 09:57:17 +0200 Subject: [PATCH] chg: [galaxy] fixed icons Ref: https://github.com/MISP/MISP/issues/3990#issuecomment-1563916147 --- galaxies/malpedia.json | 4 ++-- galaxies/preventive-measure.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/galaxies/malpedia.json b/galaxies/malpedia.json index 9d99858..135f8dc 100644 --- a/galaxies/malpedia.json +++ b/galaxies/malpedia.json @@ -1,9 +1,9 @@ { "description": "Malware galaxy based on Malpedia archive.", - "icon": "shield", + "icon": "shield-virus", "name": "Malpedia", "namespace": "misp", "type": "malpedia", "uuid": "1d1c9af9-37fa-4deb-a928-f9b0abc7354a", - "version": 1 + "version": 2 } diff --git a/galaxies/preventive-measure.json b/galaxies/preventive-measure.json index 7739089..fc23447 100644 --- a/galaxies/preventive-measure.json +++ b/galaxies/preventive-measure.json @@ -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.", - "icon": "shield", + "icon": "shield-alt", "name": "Preventive Measure", "namespace": "misp", "type": "preventive-measure", "uuid": "8168995b-adcd-4684-9e37-206c5771505a", - "version": 3 + "version": 4 }