1
0
Fork
You've already forked phishstats.py
0
Check phishstats API for keywors, ASN...
  • Python 100%
Find a file
2020年09月21日 15:27:24 +02:00
LICENSE Initial commit 2020年08月20日 15:45:16 +02:00
phishstats.py fail and exit on exception 2020年09月21日 15:27:24 +02:00
README.md Update README.md 2020年08月21日 10:53:48 +02:00
template-phishstats.conf add configuration file support 2020年08月21日 10:48:14 +02:00

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