A very fast threat intel aggregator.
IP-Enrich takes a single IP target and concurrently fetches real-time intel from public sources.
Download a pre-compiled binary for your OS from the Releases Page.
go install github.com/dalryan/ip-enrich@v0.1.0git clone https://github.com/dalryan/ip-enrich.git
cd ip-enrich
go build -o ip-enrich .Scan an IP using all providers
ip-enrich 8.8.8.8ip-enrich listScan an IP using only specific providers (comma-separated):
ip-enrich 1.1.1.1 --providers shodan,greynoiseOutputs valid, raw JSON for use with tools like jq:
ip-enrich 1.1.1.1 --output json | jq '.results[] | select(.status_code == 200)'- shodan
- ipapi
- ipwhois
- stopforumspam
- greynoise
- Add support for domain translation
- Add support for API Keys / Tokens
- Add support for bulk enrichment
- Add support for local DB integration
- Add an optional "summary"
- BGPView API
- Team Cymru
- Be responsible when using this tool.
- Always respect the rate-limits and ToS defined by the downstream services. Don't abuse them.
