Fake LockBit, Real Damage: Ransomware Samples Abuse AWS S3 to Steal Data

Fake LockBit, Real Damage: Ransomware Samples Abuse AWS S3 to Steal Data

October 16, 2024 at 07:39AM

The analyzed Golang ransomware exploits Amazon S3 Transfer Acceleration to exfiltrate files to attacker-controlled buckets, utilizing hard-coded AWS credentials. It mimics LockBit ransomware to manipulate victims. AWS confirmed these actions violated its policies and suspended the implicated account. Monitoring AWS credentials can serve as potential Indicators of Compromise (IOCs).

### Key Takeaways from the Meeting Notes

1. **Discovery of Golang Ransomware**: Researchers identified Golang ransomware samples that exploit Amazon S3’s Transfer Acceleration feature to exfiltrate files to attacker-controlled S3 buckets.

2. **Use of Hard-Coded AWS Credentials**: The ransomware contained hard-coded AWS credentials, which were analyzed to track AWS Account IDs linked to the malicious activities. These credentials serve as valuable Indicators of Compromise (IOCs).

3. **Disguising as LockBit**: The ransomware attempted to masquerade as LockBit to leverage its notorious reputation, potentially increasing pressure on victims to pay ransoms.

4. **Communication with AWS Security**: Findings were shared with AWS Security, confirming that the observed malicious behavior violated AWS’s acceptable use policy, leading to the suspension of the reported access keys and accounts.

5. **Cloud Service Exploitation**: This case highlights the trend of threat actors abusing cloud service providers for malicious purposes, using techniques specific to the threat actor.

6. **Ransomware Development**: The analysis revealed over 30 samples possibly from the same author, indicating active development and testing before AWS action was taken.

7. **Technical Mechanisms**: The ransomware utilizes AES-CTR for encryption and incorporates a process for creating and managing encrypted files, which includes a unique naming convention for encrypted files.

8. **File Encryption and Upload Process**: The malware encrypts files based on specified extensions and uploads them to S3 buckets with S3TA enabled to facilitate faster data transfer, highlighting a sophisticated exfiltration method.

9. **Implications and Recommendations**: Organizations are advised to monitor AWS resources for suspicious activities and utilize security solutions like Vision One to detect and mitigate threats effectively.

10. **AWS Security Recommendation**: AWS encourages users to report suspicious activity through their abuse form or security contact, reinforcing the importance of vigilance in cloud service security.

### Conclusion
The increasing sophistication of ransomware, particularly with its use of cloud services like AWS, necessitates enhanced monitoring and security practices. Stakeholders are urged to recognize the implications of such threats and employ robust strategies to safeguard against evolving malware tactics.

Full Article