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

43 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"attributes": {
"duree": {
"description": "Duree de l'incident en hh : mm",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"nombre-utilisateurs-touches": {
"description": "Nombre dutilisateurs touches par l'incident",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"pourcentage-utilisateurs-touches": {
"description": "Pourcentage d'utilisateurs du service touches par l'incident",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"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
}
},
"description": "Institut Luxembourgeois de Regulation - Impact",
"meta-category": "misc",
"name": "ilr-impact",
"required": [
"service"
],
"uuid": "b995af48-39b2-11e9-b2ab-b77adfee75d1",
"version": 1
}