Merge pull request #74 from chrisr3d/master

Updated person & geolocation objects
pull/77/head
Alexandre Dulaunoy 2018-02-05 16:43:53 +01:00 committed by GitHub
commit 995db70a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -42,6 +42,16 @@
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "float" "misp-attribute": "float"
}, },
"address": {
"description": "Address.",
"misp-attribute": "text",
"ui-priority": 1
},
"zipcode": {
"description": "Zip Code.",
"misp-attribute": "text",
"ui-priority": 1
},
"city": { "city": {
"description": "City.", "description": "City.",
"misp-attribute": "text", "misp-attribute": "text",

View File

@ -66,6 +66,11 @@
], ],
"disable_correlation": true "disable_correlation": true
}, },
"identity-card-number": {
"description": "The identity card number of a natural person.",
"ui-priority": 0,
"misp-attribute": "identity-card-number"
},
"passport-number": { "passport-number": {
"description": "The passport number of a natural person.", "description": "The passport number of a natural person.",
"ui-priority": 0, "ui-priority": 0,
@ -102,7 +107,7 @@
} }
}, },
"version": 3, "version": 3,
"description": "An person which describes a person or an identity.", "description": "An object which describes a person or an identity.",
"meta-category": "misc", "meta-category": "misc",
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248", "uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
"name": "person" "name": "person"