kaifhoda1/threat-intelligence-aggregator — reverse-engineered prompt
Reverse engineered prompt
Build me a Python threat intelligence aggregator for a small blue team.
I want to drop threat feed files into a feeds folder, in TXT, CSV, or JSON, then run one command to parse them, clean them up, remove duplicates, validate IPs, domains, URLs, hashes, and emails, and score each indicator from 0 to 100. If the same indicator shows up in more than one feed, mark it as correlated and make it higher priority.
Generate ready to use blocklists for firewalls, web filters, EDR hash blocking, and email blocking, with TXT, CSV, and JSON versions. Also create a simple report with totals, severity counts, and top risky indicators.
Please include a Flask web dashboard where I can see live stat cards, charts by indicator type, a searchable table, filters for HIGH, MEDIUM, LOW, and correlated items, plus a button to rerun the analysis. Keep it easy to run locally with clear setup steps. Look up current docs online if you need to.
Want more depth? Deep Reverse