External Transmission
Medium
- Category
- Data Exfiltration
- Content
### List Active Tasks ```bash curl -H "Authorization: Bearer $TODOIST_API_TOKEN" https://api.todoist.com/rest/v2/tasks | jq . ``` *Note: If rest/v2 returns 410, use `api/v1/tasks` (see below).*
- Confidence
- 50% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
