FBI Watchdog is an OSINT tool that monitors domain seizures and DNS record changes in real-time. Detects law enforcement domain takeovers by watching for nameserver changes to seized indicators like ns1.fbi.seized.gov. Sends alerts via Telegram and Discord webhooks, captures screenshots of seized domains with Selenium, and stores DNS history in JSON format. Cross-platform Python tool for threat intelligence monitoring.
git clone https://github.com/DarkWebInformer/FBI_Watchdog.git
# Install
git clone https://github.com/DarkWebInformer/FBI_Watchdog
cd FBI_Watchdog
pip install -r requirements.txt
# Configure alerts
# Set TELEGRAM_BOT_TOKEN and DISCORD_WEBHOOK
# in config.json
# Run monitor
python watchdog.py --domains domains.txt