misp-objects/objects/ilr-impact/definition.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2019-02-26 13:57:31 +01:00
{
"attributes": {
"duree": {
"description": "Duree de l'incident en hh : mm",
2019-02-26 13:57:31 +01:00
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2019-02-26 13:57:31 +01:00
},
2019-02-26 14:26:29 +01:00
"nombre-utilisateurs-touches": {
2019-02-26 13:57:31 +01:00
"description": "Nombre dutilisateurs touches par l'incident",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2019-02-26 13:57:31 +01:00
},
2019-02-26 14:26:29 +01:00
"pourcentage-utilisateurs-touches": {
2019-02-26 13:57:31 +01:00
"description": "Pourcentage d'utilisateurs du service touches par l'incident",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2019-02-26 13:57:31 +01:00
},
"service": {
"description": "Service impacte par l'incident",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"Telephonie fixe",
"Acces Internet fixe",
"Telephonie mobile",
"Acces Internet mobile"
],
"ui-priority": 0
2019-02-26 13:57:31 +01:00
}
},
2019-02-26 15:57:58 +01:00
"description": "Institut Luxembourgeois de Regulation - Impact",
2019-02-26 13:57:31 +01:00
"meta-category": "misc",
"name": "ilr-impact",
"required": [
"service"
],
2019-02-26 13:57:31 +01:00
"uuid": "b995af48-39b2-11e9-b2ab-b77adfee75d1",
"version": 1
}