From a9ec8556860e90ea2ce24d1ee2bf5abb8d9de150 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Wed, 6 Nov 2024 13:18:23 -0600 Subject: [PATCH] include `ip-src` in Person update Person object template to include any src IP addresses --- objects/person/definition.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/objects/person/definition.json b/objects/person/definition.json index 295d9a7..5a4ba0e 100644 --- a/objects/person/definition.json +++ b/objects/person/definition.json @@ -108,6 +108,12 @@ ], "ui-priority": 10 }, + "ip-src": { + "description": "Source IP address used by this person.", + "misp-attribute": "ip-src", + "multiple": true, + "ui-priority": 10 + }, "last-name": { "description": "Last name of a natural person.", "misp-attribute": "last-name", @@ -257,4 +263,4 @@ ], "uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248", "version": 20 -} \ No newline at end of file +}