External Transmission
Medium
- Category
- Data Exfiltration
- Content
Use HTTP Basic Auth with the Razorpay API: - **Key ID**: from env `RAZORPAY_KEY_ID` - **Key Secret**: from env `RAZORPAY_KEY_SECRET` - **Base URL**: `https://api.razorpay.com/v1/` All API calls: `Authorization: Basic base64(KEY_ID:KEY_SECRET)`
- Confidence
- 50% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
