SpamCan is a spam trap management framework. Main purpose is to manage your accounts and manage back-ground processing.
Requirements: See requirements.txt
Rename accounts.json.dist to accounts.json and spamcan.cfg.dist to spamcan.cfg
Replace the dummy data in accounts.json with your accounts (one per line, for line comments use a #).
SpamCan uses ElasticSearch to parse and store spam. Before you run SpamCan make sure you have an ES instance running.
Run python spamcan.py
and point your browser to http:\\localhost:8000
- Integrate with Thug honeyclient
- Integrate with Cuckoo Sandbox or Malwr
- Better analysis of spam messages (e.g frequent keywords, correlate URLs)