Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 908 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 908 Bytes

SpamCan test

SpamCan is a spam trap management framework. Main purpose is to manage your accounts and manage back-ground processing.

Set-up

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 #).

Running SpamCan

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

TODO

  • Integrate with Thug honeyclient
  • Integrate with Cuckoo Sandbox or Malwr
  • Better analysis of spam messages (e.g frequent keywords, correlate URLs)