External Transmission
Medium
- Category
- Data Exfiltration
- Content
HEADERS = {"Authorization": f"Bearer {API_KEY}"} # 1. Resolve the handle ONCE (2 credits), then work by id found = requests.post(f"{BASE}/api/v1/threads/search/users", headers=HEADERS, json={"query": "national geographic"}).json() user_id = "63625256886" # taken from the search result, then reused- Confidence
- 70% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
