External Transmission
Medium
- Category
- Data Exfiltration
- Content
### Check Market Status ```bash curl -s https://api.hyperliquid.xyz/info -X POST \ -H "Content-Type: application/json" \ -d '{"type": "metaAndAssetCtxs"}' | jq '.[0:4]' ```- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
