External Transmission
Medium
- Category
- Data Exfiltration
- Content
### 2. Get a session token ```bash TOKEN=$(curl -s -X POST http://localhost:3000/api/auth/login \ -H "Content-Type: application/json" \ -d '{"username":"you","password":"yourpass"}' | jq -r '.token') ```- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
