mirror of https://github.com/MISP/misp-galaxy
Added two new galaxies : An ammunition galaxy containing a list of known sold ammunitions ordered by brands, and a firearm galaxy containing two clusters (handguns, shotguns) scrapped from a famous vendor and ordered by model name (Format : Model name - SKU).
parent
cba41818fb
commit
0b661d4f80
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"description": "Common ammunitions galaxy",
|
||||
"icon": "battery-full",
|
||||
"name": "Ammunitions",
|
||||
"namespace": "Ammunitions",
|
||||
"type": "ammunitions",
|
||||
"uuid": "e7394838-65a9-4b8a-b484-b8c4c7cf49c3",
|
||||
"version": 1
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"description": "Common firearms galaxy",
|
||||
"icon": "fire",
|
||||
"name": "Firearms",
|
||||
"namespace": "Firearms",
|
||||
"type": "firearms",
|
||||
"uuid": "f5b50eaa-4509-4d24-b958-ed7a41a55482",
|
||||
"version": 1
|
||||
}
|
Loading…
Reference in New Issue