External Transmission
Medium
- Category
- Data Exfiltration
- Content
# Telegram Bot API Field Notes ## 1) Base URL and request style - Base format: `https://api.telegram.org/bot<token>/<method>` - Use GET or POST with JSON or form-encoded payloads. - File uploads use `multipart/form-data` and `attach://` references.
- Confidence
- 50% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
