Skip to content

Commit 553b502

Browse files
authored
Merge pull request #445 from mdavis332/patch-1
include `ip-src` in Person
2 parents 50f23ac + af5c7c8 commit 553b502

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

objects/person/definition.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@
108108
],
109109
"ui-priority": 10
110110
},
111+
"ip-src": {
112+
"description": "Source IP address used by this person.",
113+
"misp-attribute": "ip-src",
114+
"multiple": true,
115+
"ui-priority": 10
116+
},
111117
"last-name": {
112118
"description": "Last name of a natural person.",
113119
"misp-attribute": "last-name",
@@ -256,5 +262,5 @@
256262
"handle"
257263
],
258264
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
259-
"version": 20
265+
"version": 21
260266
}

0 commit comments

Comments
 (0)