External Transmission
Medium
- Category
- Data Exfiltration
- Content
### Currency Conversion ```bash curl -X POST https://convert.agentutil.net/v1/currency \ -H "Content-Type: application/json" \ -d '{"value": 100, "from": "USD", "to": "NZD"}' ```- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
