mirror of https://github.com/MISP/misp-objects
new: [telegram-bot] new object to describe Telegram bots
parent
06df368890
commit
82c699cc5f
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"attributes": {
|
||||||
|
"chat-id": {
|
||||||
|
"description": "Telegram chat id",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"comment": {
|
||||||
|
"description": "Phone associated with the telegram user",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"description": "Telegram bot name",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
|
"token": {
|
||||||
|
"description": "Telegram Token",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": "Information related to a telegram bot",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"name": "telegram-bot",
|
||||||
|
"requiredOneOf": [
|
||||||
|
"token",
|
||||||
|
"chat-id",
|
||||||
|
"name",
|
||||||
|
"comment"
|
||||||
|
],
|
||||||
|
"uuid": "e2cb6c8f-45fa-429d-9cdb-05298ab21f46",
|
||||||
|
"version": 1
|
||||||
|
}
|
Loading…
Reference in New Issue