Skip to content

clienthold/Ice-Storm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌠 Ice Storm

Toolkit for blocking phishing domains

🧩 Features

  • 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

📥 Installation

  1. Download and unpack the archive then go to the folder and install the necessary libraries
pip install -r requirements.txt
  1. 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 = ""
  1. Run main.py. After running the script, you will have a window open in your browser.

🌌 Screenshots

Index Page

Search Page