External Transmission
Medium
- Category
- Data Exfiltration
- Content
Fetch ticker data using Upbit's public API: ```bash curl -s "https://api.upbit.com/v1/ticker?markets=KRW-BTC" ``` Replace `KRW-BTC` with the desired market code (e.g., `KRW-ETH`, `KRW-SUI`, `KRW-DOGE`).
- Confidence
- 50% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
