01 15 sources, one verdict
VirusTotal, AbuseIPDB, GreyNoise, URLhaus, ThreatFox, MalwareBazaar, OTX, Shodan, IPinfo, SecurityTrails, Pulsedive, MalShare, RDAP, crt.sh and the Tor exit list — aggregated into one explainable 0–100 score.
host-checker is a self-hosted IOC checker. Throw it IPs, domains, URLs and file hashes — it asks 15 threat-intel sources at once and hands you one verdict, with the receipts. CLI, HTTP API, and a web UI. Your targets never leave your machine.
(no key for half of it · bring your own keys for the rest · no telemetry, ever)
Started as a way to stop pasting IPs into ten browser tabs. Turned into a small threat-intel workbench that runs entirely on your side of the wire.
VirusTotal, AbuseIPDB, GreyNoise, URLhaus, ThreatFox, MalwareBazaar, OTX, Shodan, IPinfo, SecurityTrails, Pulsedive, MalShare, RDAP, crt.sh and the Tor exit list — aggregated into one explainable 0–100 score.
IPv4, IPv6, CIDR, domains, URLs, MD5/SHA1/SHA256. Auto-refangs evil[.]com and hxxp:// so you can paste straight from a report.
Check a domain and it follows the DNS to the resolved IPs and checks those too — catching the "clean domain, dirty IP" case automatically.
Same engine behind hostchecker check for scripts and CI, a JSON HTTP API for automation, and an interactive web UI for live triage.
One click (or one flag) to a MISP event or a STIX 2.1 bundle with deterministic indicator IDs. Drop it straight into your platform.
The web UI keeps a local history of recent checks and lets you put IOCs side by side in a matrix to see exactly where the sources disagree.
hostchecker doctor probes every source live with your keys and tells you what actually works — no more silent "this provider returned nothing".
One toggle for live-infrastructure work: query only passive intel databases, never resolve or scan the IOC, never tip off the target. Runs locally against your own keys; a local allowlist keeps your own infrastructure off third-party servers entirely.
Colour-coded verdicts, per-provider breakdowns, pivoted IPs — at the terminal or in the browser.
The four ● work with no registration at all. The rest unlock as you add keys — every one has a free tier.
Every IOC lookup tool I reached for was either a hosted service that wanted my indicators on someone else's server, or a single-source CLI that only answered half the question. Checking one IP meant a dozen tabs and a mental note to remember which source said what.
So host-checker got built piece by piece: one query, many sources, one verdict you can explain — and all of it running locally, so the things you're investigating never leave your machine. The more sources it learned to ask, the less the browser-tab ritual made sense.
It's open source and MIT licensed. No hosted tier, no account, no catch. If you want to point it at paid APIs you have keys for, great. If you want to run it entirely on the free, keyless sources, that works too.
Install from PyPI and run your first check in under a minute.
pip install ioc-hostchecker && hostchecker check 8.8.8.8 evil[.]com
Prefer Docker? docker run -p 8000:8000 ghcr.io/kukitzz/host-checker:latest
Python 3.11+ · MIT licensed · see the README for keys and config.