Toolkit for blocking phishing domains
- Integrations with UrlScan, Google Safe Browsing, VirusTotal, MetaDefender, Yandex Safe Browsing, Wayback Machine, ThreatMiner, NetCraft
- Automatic generation of emails for domain registrars
- Generation of csv reports based on all information
git clone https://github.com/clienthold/IceStorm.git
cd IceStorm
pip3 install -r requirements.txt
Insert the necessary API keys into the config.py
configuration file
# GOOGLE SAFE BROWSING API KEY
# https://developers.google.com/safe-browsing/v4/get-started
SB_API = ""
# VIRUSTOTAL API KEY
VT_API = ""
# URLSCAN API KEY
US_API = ""
# METADEFENDER API KEY
MD_API = ""
Run main.py
python3 main.py