mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 06:47:18 +00:00
add sector vocabulary
This commit is contained in:
parent
5ee2001391
commit
5ff524b48f
1 changed files with 94 additions and 0 deletions
94
vocabularies/common/sector.json
Normal file
94
vocabularies/common/sector.json
Normal file
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"values": [
|
||||
{
|
||||
"value": "agriculture"
|
||||
},
|
||||
{
|
||||
"value": "aerospace"
|
||||
},
|
||||
{
|
||||
"value": "automotive"
|
||||
},
|
||||
{
|
||||
"value": "communications"
|
||||
},
|
||||
{
|
||||
"value": "construction"
|
||||
},
|
||||
{
|
||||
"value": "defence"
|
||||
},
|
||||
{
|
||||
"value": "education"
|
||||
},
|
||||
{
|
||||
"value": "energy"
|
||||
},
|
||||
{
|
||||
"value": "engineering"
|
||||
},
|
||||
{
|
||||
"value": "entertainment"
|
||||
},
|
||||
{
|
||||
"value": "financialservices"
|
||||
},
|
||||
{
|
||||
"value": "governmentnational"
|
||||
},
|
||||
{
|
||||
"value": "governmentregional"
|
||||
},
|
||||
{
|
||||
"value": "governmentlocal"
|
||||
},
|
||||
{
|
||||
"value": "governmentpublicservices"
|
||||
},
|
||||
{
|
||||
"value": "healthcare"
|
||||
},
|
||||
{
|
||||
"value": "hospitalityleisure"
|
||||
},
|
||||
{
|
||||
"value": "infrastructure"
|
||||
},
|
||||
{
|
||||
"value": "insurance"
|
||||
},
|
||||
{
|
||||
"value": "manufacturing"
|
||||
},
|
||||
{
|
||||
"value": "mining"
|
||||
},
|
||||
{
|
||||
"value": "nonprofit"
|
||||
},
|
||||
{
|
||||
"value": "pharmaceuticals"
|
||||
},
|
||||
{
|
||||
"value": "retail"
|
||||
},
|
||||
{
|
||||
"value": "technology"
|
||||
},
|
||||
{
|
||||
"value": "telecommunications"
|
||||
},
|
||||
{
|
||||
"value": "transportation"
|
||||
},
|
||||
{
|
||||
"value": "utilities"
|
||||
}
|
||||
],
|
||||
"version" : 1,
|
||||
"description": "List of activity sectors",
|
||||
"source": "MISP Project",
|
||||
"author": ["MISP"],
|
||||
"uuid": "dab720f8-c474-11e7-8079-e3e1db7d15e4",
|
||||
"type": "sector"
|
||||
}
|
Loading…
Reference in a new issue