Skip to content

Commit 2b277dc

Browse files
committed
chg: [chat-message] add new object
1 parent 750b333 commit 2b277dc

1 file changed

Lines changed: 109 additions & 0 deletions

File tree

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"attributes": {
3+
"address": {
4+
"description": "Optional server of the chat application. If no network is specified, the address is assumed to be reachable on the public Internet.",
5+
"misp-attribute": "text",
6+
"ui-priority": 0
7+
},
8+
"chat-id": {
9+
"description": "Identifier of the chat, room, channel, guild, or conversation containing the message.",
10+
"misp-attribute": "text",
11+
"ui-priority": 1
12+
},
13+
"content": {
14+
"description": "Content of the message.",
15+
"misp-attribute": "text",
16+
"ui-priority": 1
17+
},
18+
"forwarded-from-chat-id": {
19+
"description": "Identifier of the original chat or conversation from which the message was forwarded.",
20+
"misp-attribute": "text",
21+
"ui-priority": 0
22+
},
23+
"forwarded-from-message-id": {
24+
"description": "Identifier of the original forwarded message.",
25+
"misp-attribute": "text",
26+
"ui-priority": 0
27+
},
28+
"language": {
29+
"description": "Language of the message.",
30+
"disable_correlation": true,
31+
"misp-attribute": "text",
32+
"ui-priority": 0
33+
},
34+
"message-id": {
35+
"description": "Unique identifier of the message.",
36+
"misp-attribute": "text",
37+
"ui-priority": 1
38+
},
39+
"network": {
40+
"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.",
41+
"disable_correlation": true,
42+
"misp-attribute": "text",
43+
"ui-priority": 0
44+
},
45+
"protocol": {
46+
"description": "Name of the chat protocol or application, such as matrix, xmpp, or telegram.",
47+
"disable_correlation": true,
48+
"misp-attribute": "text",
49+
"ui-priority": 1
50+
},
51+
"protocol-instance-uuid": {
52+
"description": "UUIDv5 identifier of the chat application, generated from the protocol name and, when specified, the network and address.",
53+
"disable_correlation": true,
54+
"misp-attribute": "text",
55+
"ui-priority": 0
56+
},
57+
"reaction": {
58+
"description": "Reaction or emoji attached to the message.",
59+
"disable_correlation": true,
60+
"misp-attribute": "text",
61+
"multiple": true,
62+
"ui-priority": 0
63+
},
64+
"reply-to-channel-id": {
65+
"description": "Identifier of the channel or conversation containing the replied-to message.",
66+
"misp-attribute": "text",
67+
"ui-priority": 0
68+
},
69+
"reply-to-message-id": {
70+
"description": "Identifier of the message this message replies to.",
71+
"misp-attribute": "text",
72+
"ui-priority": 0
73+
},
74+
"subchannel-id": {
75+
"description": "Identifier of a subchannel or subchat.",
76+
"misp-attribute": "text",
77+
"ui-priority": 0
78+
},
79+
"thread-id": {
80+
"description": "Identifier of the discussion thread containing the message.",
81+
"misp-attribute": "text",
82+
"ui-priority": 0
83+
},
84+
"timestamp": {
85+
"description": "Timestamp of when the message was created or sent.",
86+
"misp-attribute": "datetime",
87+
"ui-priority": 1
88+
},
89+
"url": {
90+
"description": "Permalink or external URL pointing to the message, if available.",
91+
"misp-attribute": "url",
92+
"ui-priority": 0
93+
},
94+
"user-account-id": {
95+
"description": "Identifier of the user account that authored or posted the message.",
96+
"misp-attribute": "text",
97+
"ui-priority": 1
98+
}
99+
},
100+
"description": "A message exchanged on a chat or messaging platform",
101+
"meta-category": "misc",
102+
"name": "chat-message",
103+
"required": [
104+
"message-id",
105+
"timestamp"
106+
],
107+
"uuid": "2273e7ab-9cf7-43d3-9eb6-e69697dcc7d5",
108+
"version": 1
109+
}

0 commit comments

Comments
 (0)