mirror of https://github.com/MISP/misp-objects
chg: [geolocation] countrycode added as requested for the VarIOT.
parent
b0eb0779df
commit
960a03be22
|
@ -27,6 +27,11 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"countrycode": {
|
||||||
|
"description": "Country code in ISO 3166-1 alpha-2",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"epsg": {
|
"epsg": {
|
||||||
"description": "EPSG Geodetic Parameter value. This is an integer value of the EPSG.",
|
"description": "EPSG Geodetic Parameter value. This is an integer value of the EPSG.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -98,8 +103,9 @@
|
||||||
"city",
|
"city",
|
||||||
"region",
|
"region",
|
||||||
"country",
|
"country",
|
||||||
|
"countrycode",
|
||||||
"epsg"
|
"epsg"
|
||||||
],
|
],
|
||||||
"uuid": "cd6f2238-ba55-4888-82c4-104e6e1acf21",
|
"uuid": "cd6f2238-ba55-4888-82c4-104e6e1acf21",
|
||||||
"version": 6
|
"version": 7
|
||||||
}
|
}
|
Loading…
Reference in New Issue