External Transmission
Medium
- Category
- Data Exfiltration
- Content
For example, create a thread-scoped webhook with: ```bash curl -X POST <apiUrl>/v1/bot/groups/{group_no}/threads/{short_id}/incoming-webhooks \ -H "Authorization: Bearer YOUR_BOT_TOKEN" \ -H "Content-Type: application/json" \ -d '{"name": "thread-ci-alerts"}'- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
