include `ip-src` in Person

update Person object template to include any src IP addresses
pull/445/head
Michael Davis 2024-11-06 13:18:23 -06:00 committed by GitHub
parent 50f23ac1db
commit a9ec855686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -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
}
}