External Transmission
Medium
- Category
- Data Exfiltration
- Content
Start with a simple read request before attempting writes. ```bash curl --request GET \ --url "https://services.smbcrm.com/locations/<LOCATION_ID>" \ --header "Authorization: Bearer <PRIVATE_INTEGRATION_TOKEN>" \ --header "Accept: application/json" \
- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
