Cuckoo Sandbox email attachment reader/scanner
Today we will create a simple script in python able to read emails then submit attachments to Cuckoo Sandbox. This script will adopt a custom flow of work. He will be able to connect to a specific mail server, check attachments in all emails received today, download them and then will submit to Cuckoo Sandbox. This approach is nice to be used in a internal network where is not possible to integrate email server directly Read more…