DarkWebInformer/FBI_Watchdog — GitHub Repository Preview
Security & Pentesting ★ 466 Python

DarkWebInformer/FBI_Watchdog

by @DarkWebInformer ·

466 Stars
64 Forks
0 Issues
Python Language

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.

DarkWebInformer
@DarkWebInformer Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/DarkWebInformer/FBI_Watchdog.git

Quick Start Example

bash
# 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

Tags

#osint#dns-monitoring#domain-seizure#telegram#threat-intelligence#python

Related Projects