mirror of https://github.com/MISP/misp-objects
disable correlations on ilr-impact attributes
parent
ec2851d4eb
commit
bc05eca2b6
|
@ -19,16 +19,19 @@
|
|||
"Nombre d'utilisateurs touches": {
|
||||
"description": "Nombre d’utilisateurs touches par l'incident",
|
||||
"ui-priority": 0,
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"Pourcentage d'utilisateurs touches": {
|
||||
"description": "Pourcentage d'utilisateurs du service touches par l'incident",
|
||||
"ui-priority": 0,
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"Durée": {
|
||||
"description": "Durée de l'incident en hh : mm",
|
||||
"ui-priority": 0,
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue