External Transmission
Medium
- Category
- Data Exfiltration
- Content
PAYLOAD=$(jq -n --arg vid "$VIDEO_ID" '{"youtubeVideoId": $vid}') # Submit scoring request RESPONSE=$(curl -s -w "\n%{http_code}" \ -X POST "$BASE/score" \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: application/json" \- Confidence
- 70% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
