mirror of https://github.com/MISP/misp-objects
Merge pull request #291 from MISP/chrisr3d_patch
Normalisation of the object relations for some object + small change on an attribute of the ip-port objectpull/293/head
commit
ceefcddf80
|
@ -1,11 +1,5 @@
|
|||
{
|
||||
"attributes": {
|
||||
"Nom entreprise": {
|
||||
"description": "Nom de l’entreprise notifiee",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"actions-corrective": {
|
||||
"description": "Actions correctives a long terme",
|
||||
"disable_correlation": true,
|
||||
|
@ -105,6 +99,12 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"nom-entreprise": {
|
||||
"description": "Nom de l’entreprise notifiee",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"remarques": {
|
||||
"description": "Remarque(s), notamment les experiences gagnees et les leçons tirees de l’incident",
|
||||
"disable_correlation": true,
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"country code": {
|
||||
"country-code": {
|
||||
"description": "Country code ",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
|
@ -71,7 +71,7 @@
|
|||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"region code": {
|
||||
"region-code": {
|
||||
"description": "Region code. example: CA",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
|
|
|
@ -80,6 +80,7 @@
|
|||
],
|
||||
"description": "Source port",
|
||||
"misp-attribute": "port",
|
||||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"text": {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"multiple": false,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"internal reference": {
|
||||
"internal-reference": {
|
||||
"categories": [
|
||||
"Internal reference"
|
||||
],
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"internal reference": {
|
||||
"internal-reference": {
|
||||
"categories": [
|
||||
"Internal reference"
|
||||
],
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"exterior color": {
|
||||
"exterior-color": {
|
||||
"description": "Exterior color of the vehicule",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"interior color": {
|
||||
"interior-color": {
|
||||
"description": "Interior color of the vehicule",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
|
|
Loading…
Reference in New Issue