Cloud Storage Exfiltration
Medium
- Category
- Data Exfiltration
- Content
### Upload a local file ```python oss.upload_file(key="data/sample.txt", file_path="./sample.txt") ``` ### Upload text content
- Confidence
- 55% confidence
- Finding
- Data is uploaded to cloud storage (S3 / GCS / Azure Blob). This may be a legitimate backup or exfiltration to an external bucket. Manual review is recommended.
