Automated Malware Analysis: mail server -> Cuckoo, V2.0
Quite some time ago I slapped together a couple of scripts to submit quarantined attachments from my mail server to Cuckoo (Article here). I have finally found time to re-write this to use a Postfix content filter: extracting any attachments from an email processed by Postfix, then submitting to Cuckoo (on a different box) via… leer más
Location-aware bushfire SMS alerts
I’ve put together a small Python script which can be used to subscribe to a CAP (Common Alerting Protocol) feed, analyse basic information and push it out my SMS Gateway if the alert fits certain location criteria. [](/content/images/2015/01/Screen-Shot-2015-01-13-at-11.12.01-pm.png)SMS… leer más
Home-brew Email-to-SMS Gateway
I’ve built an Email to SMS gateway using a spare Arduino, a GSM shield and a $30 Optus pre-paid SIM card. It can do the following: Convert Email to an SMS (Obviously) Rudimentary access control using a list of allowed senders Feedback if SMS conversion failed (Not authorised, incorrect number format, etc) Source files… leer más