Toolkit for blocking phishing domains
- Integrations with UrlScan, Google Safe Browsing, VirusTotal, MetaDefender, Yandex Safe Browsing, Wayback Machine, ThreatMiner, NetCraft, Metamask, OpenPhish
- 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.txtInsert the necessary API keys into the config.py configuration file
# GOOGLE SAFE BROWSING API KEY# https://developers.google.com/safe-browsing/v4/get-startedSB_API=""# VIRUSTOTAL API KEY# https://www.virustotal.com/gui/user/<USERNAME>/apikeyVT_API=""# URLSCAN API KEY# https://urlscan.io/user/profile/US_API=""# METADEFENDER API KEY# https://metadefender.opswat.com/accountMD_API=""Run main.py
python3 main.py
