DarkWebInformer/FBI_Watchdog — reverse-engineered prompt

Reverse engineered prompt

Build me a Python watchdog tool that monitors normal domains and Tor onion sites for signs they have been seized or otherwise changed. I want it to keep a baseline, then keep checking DNS records, site fingerprints, WHOIS details, and IP changes, and flag suspicious things like seizure banners, redirects to government pages, law enforcement keywords, registrar changes, weird nameservers, or hosting moves.

If any single check looks like a seizure, have it immediately run a full audit across the other checks, capture a screenshot of the page, and send one clear alert with all the evidence to Discord, Telegram, or both. It should also log everything to the console and keep a rolling JSON event feed.

Please make it support silent first runs so it does not spam alerts while learning the baseline, reload the monitored sites list from disk every scan cycle, support a proxy for normal web requests, and use Tor for onion checks. I also want a simple command line way to add sites. Look up current docs online if you need to.

Want more depth? Deep Reverse