Check phishstats API for keywors, ASN...
| LICENSE | Initial commit | |
| phishstats.py | fail and exit on exception | |
| README.md | Update README.md | |
| template-phishstats.conf | add configuration file support | |
phishstats
This python script check https://phishstats.info API for domains, keywords, ASN...
It keeps track of findings in a sqlite database and warn you only ONCE for each new discovery
So you can crontab this script and get notified only for new security incidents
Usage
phishstats.py [full path to config file]
Configuration file
The configuration file contains your phiststats API requests, and keywords you want to hightlight in results
#phishstats search patterns like (url,like,~YourDomainName~) separated by ,;,
searches: (url,like,~your.domain.com~),;,(title,like,~domain.com~)
#specific keywords to look for in results like specific@email.domain separated by ,;,
keywords: support@domain.com,;,vip@domain.com
#path to the database
db_file: /tmp/phishstats.sqlite