mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-25 16:27:19 +00:00
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).
This commit is contained in:
parent
cba41818fb
commit
0b661d4f80
5 changed files with 87670 additions and 0 deletions
4254
clusters/ammunitions.json
Normal file
4254
clusters/ammunitions.json
Normal file
File diff suppressed because it is too large
Load diff
48902
clusters/firearms-handguns.json
Normal file
48902
clusters/firearms-handguns.json
Normal file
File diff suppressed because it is too large
Load diff
34496
clusters/firearms-shotguns.json
Normal file
34496
clusters/firearms-shotguns.json
Normal file
File diff suppressed because it is too large
Load diff
9
galaxies/ammunitions.json
Normal file
9
galaxies/ammunitions.json
Normal file
|
@ -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
|
||||||
|
}
|
9
galaxies/firearms.json
Normal file
9
galaxies/firearms.json
Normal file
|
@ -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 a new issue