From b09f0453abc1c1c4735b3ec05c0faa61fdfea8a4 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Mon, 5 Feb 2018 09:26:50 +0100 Subject: [PATCH 1/4] chg: Added identity card number --- objects/person/definition.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/objects/person/definition.json b/objects/person/definition.json index 484cc99..6e25459 100644 --- a/objects/person/definition.json +++ b/objects/person/definition.json @@ -66,6 +66,11 @@ ], "disable_correlation": true }, + "id-card-number": { + "description": "The identity card number of a natural person.", + "ui-priority": 0, + "misp-attribute": "id-card-number" + }, "passport-number": { "description": "The passport number of a natural person.", "ui-priority": 0, From f169fbee36050e51056313235c8e07100ae7998d Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Mon, 5 Feb 2018 14:18:21 +0100 Subject: [PATCH 2/4] chg: updated name of the new attribute --- objects/person/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/person/definition.json b/objects/person/definition.json index 6e25459..a882dc8 100644 --- a/objects/person/definition.json +++ b/objects/person/definition.json @@ -66,10 +66,10 @@ ], "disable_correlation": true }, - "id-card-number": { + "identity-card-number": { "description": "The identity card number of a natural person.", "ui-priority": 0, - "misp-attribute": "id-card-number" + "misp-attribute": "identity-card-number" }, "passport-number": { "description": "The passport number of a natural person.", From c11c4a28ab1c6bbe666b4f80be34d21a3a472332 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Mon, 5 Feb 2018 14:19:58 +0100 Subject: [PATCH 3/4] chg: Added address and zip code attributes --- objects/geolocation/definition.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/objects/geolocation/definition.json b/objects/geolocation/definition.json index ab6ee46..7a4902b 100644 --- a/objects/geolocation/definition.json +++ b/objects/geolocation/definition.json @@ -42,6 +42,16 @@ "ui-priority": 0, "misp-attribute": "float" }, + "address": { + "description": "Address.", + "misp-attribute": "text", + "ui-priority": 1 + }, + "zipcode": { + "description": "Zip Code.", + "misp-attribute": "text", + "ui-priority": 1 + }, "city": { "description": "City.", "misp-attribute": "text", From b92d92764b897bf40ccc83a750b9199679d81c8d Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Mon, 5 Feb 2018 16:10:23 +0100 Subject: [PATCH 4/4] description typo --- objects/person/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/person/definition.json b/objects/person/definition.json index a882dc8..a041ede 100644 --- a/objects/person/definition.json +++ b/objects/person/definition.json @@ -107,7 +107,7 @@ } }, "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", "uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248", "name": "person"