Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion objects/chat-message/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,21 @@
"description": "Optional network used to access the chat application, such as Tor or I2P. It is only used when the service is not reachable on the public Internet.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Tor",
"I2P"
],
"ui-priority": 0
},
"protocol": {
"description": "Name of the chat protocol or application, such as matrix, xmpp, or telegram.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Discord",
"Matrix",
"Teleram"
],
"ui-priority": 1
},
"protocol-instance-uuid": {
Expand Down Expand Up @@ -105,5 +114,5 @@
"timestamp"
],
"uuid": "2273e7ab-9cf7-43d3-9eb6-e69697dcc7d5",
"version": 1
"version": 2
}
Loading