FBI_Watchdog: Real-time OSINT for Domain Seizures and DNS Monitoring
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
FBI_Watchdog is a powerful OSINT tool designed for real-time monitoring of domain DNS changes and law enforcement seizures. It provides instant alerts via Telegram and Discord, capturing screenshots of affected sites. This Python-based project helps users stay informed about critical domain modifications and takedowns.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
FBI_Watchdog is an advanced Open-Source Intelligence (OSINT) tool developed in Python, specifically engineered to monitor domain DNS changes and detect law enforcement seizures in real-time. This project is crucial for cybersecurity professionals, OSINT researchers, and anyone needing to track domain status proactively. It identifies changes in various DNS records, including A, AAAA, CNAME, MX, NS, SOA, and TXT, and specifically flags known law enforcement seizure nameservers like ns1.fbi.seized.gov.
Key features include real-time monitoring, comprehensive seizure detection, instant alerts via Telegram and Discord, and automated screenshot capture of affected domains. FBI_Watchdog also boasts a rich command-line interface output, auto-saves DNS history, and is cross-platform compatible. For more detailed information and the latest updates, visit the official GitHub repository.
Installation
Setting up FBI_Watchdog is straightforward. Follow these steps to get the tool running on your system:
Clone the Repository:
git clone https://github.com/DarkWebInformer/FBI_Watchdog.git cd FBI_WatchdogInstall Dependencies:
Ensure you have Python 3.x installed. Then, install the required Python packages:
pip install -r requirements.txtSetup Environment Variables:
Create a
.envfile in the root directory and add your Discord Webhook, Telegram API key, and Telegram Channel ID:WEBHOOK=<your_discord_webhook> TELEGRAM_BOT_TOKEN=<your_telegram_bot_token> TELEGRAM_CHAT_ID=<your_telegram_chat_id>Add Domains to Monitor:
Modify the script to include the domains you wish to monitor for DNS and seizure changes:
domains = ["example.com", "example1.com", "example2.com"]Run the Script:
Start FBI_Watchdog with the following command:
python fbi_watchdog.pyFor a complete and detailed installation guide, please refer to the GitHub repository.
Examples
FBI_Watchdog operates by continuously checking the DNS records of specified domains. When a change is detected, or a domain's nameservers match those associated with law enforcement seizures, the tool springs into action. It captures screenshots of the affected website, providing visual evidence of the change or takedown.
Users receive immediate notifications through their configured Telegram and Discord channels. These alerts include details about the DNS modification or seizure, along with the captured screenshot, ensuring that critical information is delivered promptly. The tool's rich CLI output also provides clear, colored logs for easy monitoring directly from the terminal. Visual examples of DNS checking, seizure detection, and notification alerts are available in the project's README.
Why Use FBI_Watchdog?
FBI_Watchdog offers significant value for anyone involved in cybersecurity or threat intelligence:
- Proactive Threat Detection: Get early warnings about domain takedowns or suspicious DNS changes that could indicate malicious activity or law enforcement intervention.
- Comprehensive Monitoring: Tracks a wide array of DNS record types and specific seizure indicators.
- Instant Alerts: Receive timely notifications on popular platforms like Telegram and Discord, ensuring you never miss a critical event.
- Evidentiary Support: Automated screenshot capture provides concrete proof of domain status at the time of an event.
- OSINT Enhancement: A powerful addition to any OSINT toolkit, providing automated, real-time data collection.
- Cross-Platform Compatibility: Works seamlessly across Windows, Linux, and macOS environments.
Links
- GitHub Repository: DarkWebInformer/FBI_Watchdog
- VirusTotal Report (v2.0): Check the latest scan
- Live Monitoring on Telegram: TheDarkWebInformer Channel
- Cyber Threat Intelligence Insights: DarkWebInformer.com
Related repositories
Similar repositories that may be relevant next.

GHunt: An Offensive Google Framework for OSINT and Data Collection
May 16, 2026
GHunt is a powerful Python-based offensive Google framework primarily focused on Open-Source Intelligence (OSINT), designed for efficient evolution. It offers robust CLI usage, Python library integration, and fully asynchronous operations, making it a versatile tool for gathering information related to Google services. With features like JSON export and a companion browser extension for streamlined login, GHunt simplifies the process of digital data collection.
awesome-osint: A Curated List of Open Source Intelligence Tools and Resources
February 23, 2026
The `awesome-osint` repository is a comprehensive, curated list of tools and resources for Open Source Intelligence (OSINT). It serves as an invaluable guide for anyone involved in Cyber Threat Intelligence (CTI), threat hunting, or general OSINT practices. From beginners to advanced practitioners, this list provides a wide array of resources to aid in gathering publicly available information.

Darkus: An Onion Websites Searcher for Deep and Dark Web Exploration
January 23, 2026
Darkus is a powerful Python-based tool designed to search onion websites using various deep/dark web search engines. It provides a command-line interface to find specific keywords and retrieve relevant links. This project is intended for research and educational purposes only, emphasizing responsible usage.
Mitaka: A Browser Extension for Streamlined OSINT Search
January 16, 2026
Mitaka is a powerful browser extension designed to simplify Open Source Intelligence (OSINT) searches. It automates the selection of Indicators of Compromise (IoCs) and supports over 65 services for comprehensive threat intelligence gathering. This tool is essential for security professionals and researchers looking to enhance their investigative workflows directly from their browser.
Source repository
Open the original repository on GitHub.
31 counted GitHub visits