mirror of https://github.com/MISP/misp-objects
chg: [person] add the ability to set the instant-messaging apps used by the person
parent
fdc6140182
commit
d6dbeaa574
|
@ -75,6 +75,31 @@
|
||||||
"misp-attribute": "identity-card-number",
|
"misp-attribute": "identity-card-number",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"instant-messaging-used": {
|
||||||
|
"description": "The IM application used by this person.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": "true",
|
||||||
|
"sane_default": [
|
||||||
|
"WhatsApp",
|
||||||
|
"Google Hangouts",
|
||||||
|
"Facebook Messenger",
|
||||||
|
"Telegram",
|
||||||
|
"Signal",
|
||||||
|
"WeChat",
|
||||||
|
"BlackBerry Messenger",
|
||||||
|
"TeamSpeak",
|
||||||
|
"TorChat",
|
||||||
|
"Tox",
|
||||||
|
"RetroShare",
|
||||||
|
"Slack",
|
||||||
|
"Wire",
|
||||||
|
"Threema",
|
||||||
|
"Discord",
|
||||||
|
"Mumble"
|
||||||
|
],
|
||||||
|
"ui-priority": 10
|
||||||
|
},
|
||||||
"last-name": {
|
"last-name": {
|
||||||
"description": "Last name of a natural person.",
|
"description": "Last name of a natural person.",
|
||||||
"misp-attribute": "last-name",
|
"misp-attribute": "last-name",
|
||||||
|
@ -215,5 +240,5 @@
|
||||||
"alias"
|
"alias"
|
||||||
],
|
],
|
||||||
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
||||||
"version": 14
|
"version": 16
|
||||||
}
|
}
|
Loading…
Reference in New Issue