Skip to content

Commit

Permalink
Merge pull request #445 from mdavis332/patch-1
Browse files Browse the repository at this point in the history
include `ip-src` in Person
  • Loading branch information
adulau authored Nov 7, 2024
2 parents 50f23ac + af5c7c8 commit 553b502
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion objects/person/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -256,5 +262,5 @@
"handle"
],
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
"version": 20
"version": 21
}

0 comments on commit 553b502

Please sign in to comment.