From 82c699cc5f139e7d991b5c76099c0cde88dbf806 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 13 Oct 2022 10:32:58 +0200 Subject: [PATCH] new: [telegram-bot] new object to describe Telegram bots --- objects/telegram-bot/definition.json | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 objects/telegram-bot/definition.json diff --git a/objects/telegram-bot/definition.json b/objects/telegram-bot/definition.json new file mode 100644 index 0000000..47d6518 --- /dev/null +++ b/objects/telegram-bot/definition.json @@ -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 +} \ No newline at end of file