mirror of https://github.com/MISP/misp-objects
include `ip-src` in Person
update Person object template to include any src IP addressespull/445/head
parent
50f23ac1db
commit
a9ec855686
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue