Can AWS S3 detect uploads of malicious .exe files?
What if we have an app that has an upload file function and files are uploaded to s3. What if attacker renames .exe file to .jpg file or insert a hidden file inside an image file (Steganography).
Is S3 capable of detecting this? or can this be done via bucket policy? if not, whats the solution you can recommend.