Home

Awesome

mailgun2thehive

Create alerts in The Hive from emails sent to your Mailgun account, to be turned into Hive cases.

Simple Python flask app that runs as a web server, and accepts POST requests from your Mailgun routes.

git clone https://github.com/ReconInfoSec/mailgun2thehive.git /opt/mailgun2thehive

Get up and running:

pip install -r requirements.txt
cp init.d/mailgun2thehive.service /etc/systemd/system/mailgun2thehive.service
systemctl enable mailgun2thehive
systemctl start mailgun2thehive