External Transmission
Medium
- Category
- Data Exfiltration
- Content
For example, with `curl` (write the JSON to a file first, or inline it with `--data`): ```bash curl -sS -X POST https://preview.rooquiz.com/api/preview-forms \ -H 'Content-Type: application/json' \ --data-binary @/tmp/preview-form.json ```
- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
