Skip to content

Telegram#

README

Telegram responder#

Data required for the work of the responder#
  • api_token How to create a telegram bot and get API token read here

  • chat_id How to get a group or channal chat ID read here

  • date_format Make the date and time format convenient for you or use the default. About date and time code formats here

  • tag If you want a tag to be attached to the case when executing the responder, specify its name (optional)

Telegram#

Author: Alex Kolnik, PS Cloud Services, @ps_kz
License: AGPL-V3
Version: 1.0
Supported data types:
- thehive:case
Registration required: True
Subscription required: False
Free subscription: True
Third party service: https://www.telegram.org

Description#

Send a message to Telegram with information from TheHive case

Configuration#

api_token The token is a string, like 110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw, which is required to authorize the bot and send requests to the Bot API
Default value if not configured N/A
Type of the configuration item string
The configuration item can contain multiple values False
Is required True
chat_id ID of the chat or channel to which the message will be sent
Default value if not configured N/A
Type of the configuration item number
The configuration item can contain multiple values False
Is required True
date_format https://www.geeksforgeeks.org/python-datetime-strptime-function/
Default value if not configured %d.%m.%Y %H:%M
Type of the configuration item string
The configuration item can contain multiple values False
Is required True
tag Tag name to be assigned to the case
Default value if not configured N/A
Type of the configuration item string
The configuration item can contain multiple values False
Is required False