Does AWS Network Firewall Detect Base64 Encoded Payloads?

0
9
Asked By CuriousCoder42 On

I'm curious whether the malware scanning feature on AWS Network Firewall can handle base64 encoded payloads, such as images. Would I need to look into investing in a Marketplace AMI for this functionality?

2 Answers

Answered By TechSavvyDude On

I can't speak to the specifics of that, but I'm interested in your workflow. I've previously worked on a project involving S3 presigned URLs for uploads and using a staging bucket. We relied on something called GuardDuty for checking for malicious content. Are you using API Gateway along with some compute resources like EC2, ECS, or Lambda?

Answered By NetworkNerd89 On

Yes, I believe Suricata can decode base64 data. However, while Suricata with managed rules can do quite a bit, it may not be as efficient for detecting malware in uploaded files as a dedicated malware scanner. Consider implementing a workflow where uploads are scanned, possibly utilizing S3 or a custom solution.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.