INFOKOM-KI/hashbd — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple threat intelligence lookup tool using the data files in this repo. There isn’t really a README, so please inspect the files and infer the format.

I want to be able to search for a hash, IP address, domain, host, or URL and quickly see if it appears in any of the included lists. Show which source file matched, the type of indicator, and the raw line so I can verify it. Please deduplicate entries, handle messy text files gracefully, and ignore obvious comments or blank lines.

Make a clean basic web interface with a search box, simple results table, and a small summary showing how many hashes, IPs, domains, and URLs were loaded. Add an import or refresh command so I can update the database when the files change. If it makes sense, include an export option for blocklists that could be used with security tools like Wazuh.

Keep it easy to run locally and include clear setup instructions.

Want more depth? Deep Reverse