SigmaHQ/rules/network/net_susp_telegram_api.yml

26 lines
1.0 KiB
YAML
Raw Normal View History

2018-06-05 14:25:43 +00:00
title: Telegram Bot API Request
2019-11-12 22:12:27 +00:00
id: c64c5175-5189-431b-a55e-6d9882158251
2018-06-05 14:25:43 +00:00
status: experimental
description: Detects suspicious DNS queries to api.telegram.org used by Telegram Bots of any kind
references:
- https://core.telegram.org/bots/faq
- https://researchcenter.paloaltonetworks.com/2018/03/unit42-telerat-another-android-trojan-leveraging-telegrams-bot-api-to-target-iranian-users/
- https://blog.malwarebytes.com/threat-analysis/2016/11/telecrypt-the-ransomware-abusing-telegram-api-defeated/
- https://www.welivesecurity.com/2016/12/13/rise-telebots-analyzing-disruptive-killdisk-attacks/
author: Florian Roth
date: 2018/06/05
modified: 2020/08/27
tags:
- attack.command_and_control
- attack.t1102 # an old one
- attack.t1102.002
2018-06-05 14:25:43 +00:00
logsource:
category: dns
detection:
selection:
query:
- 'api.telegram.org' # Telegram Bot API Request https://core.telegram.org/bots/faq
condition: selection
falsepositives:
- Legitimate use of Telegram bots in the company
level: medium