elastic / detection-rules

https://www.elastic.co/guide/en/security/current/detection-engine-overview.html
Other
1.92k stars 492 forks source link

[Rule Tuning] Potential AWS S3 Bucket Ransomware Note Uploaded #3854

Closed terrancedejesus closed 3 months ago

terrancedejesus commented 3 months ago

Issues

Summary

Tunes the 'Potential AWS S3 Bucket Ransomware Note Uploaded' rule by removing the extension . from the ES|QL WHERE clause. During testing from https://rhinosecuritylabs.com/aws/s3-ransomware-part-1-attack-vector/, Isai noticed that since we do not filter for .txt, this rule did not fire, however ransom was in the file name. Therefore the changes will allow these very specific encryption strings to be allowed within the file name or extension.

Telemetry was referenced to determine if any additional tuning was necessary, however global alerts for this rule have not been observed yet.