External Transmission
Medium
- Category
- Data Exfiltration
- Content
### DNS Lookup ```bash curl -X POST https://dns.agentutil.net/v1/lookup \ -H "Content-Type: application/json" \ -d '{"domain": "example.com", "type": "MX"}' ```- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
