Everything you need to point a firewall at a HubIPList feed and keep it updated automatically.
Create a list in the console, pick your firewall vendor, and copy the URL it gives you. The feed refreshes on its own; your firewall pulls it on the schedule you set.
Replace YOUR-LIST with the identifier shown in the console.
External Dynamic List
Feed URL
https://hubiplist.com/feeds/YOUR-LIST/paloalto.txt
External IP Feed (Threat Feed)
Feed URL
https://hubiplist.com/feeds/YOUR-LIST/fortigate.txt
Dynamic External Address Group (DEAG)
Feed URL
https://hubiplist.com/feeds/YOUR-LIST/sonicwall.txt
External Network Feed
Feed URL
https://hubiplist.com/feeds/YOUR-LIST/checkpoint.txt
set import
curl on a schedule (cron or a systemd timer).Feed URL
https://hubiplist.com/feeds/YOUR-LIST/nftables.txt
Every list is served in several formats. The extension decides what you get.
.txt | One address or CIDR per line. Works with every vendor above. |
.csv | Address, source and first seen date. For spreadsheets and reports. |
.json | Structured output with provenance for automation. |
Fifty provider ranges are published without an account — Cloudflare, AWS, Azure, Google Cloud, Fastly and more. Use them to allow legitimate infrastructure instead of blocking it by accident.
https://hubiplist.com/lists/cloudflare
https://hubiplist.com/lists/fastly
https://hubiplist.com/lists/bunny
Read-only endpoints, no authentication required.
GET | /api/search?ip=1.1.1.1 | Full investigation of one address. |
GET | /api/providers | Public provider catalogue. |
GET | /api/my-ip | The caller’s own public address. |
GET | /api/intel/summary | Indicator counts per source. |
Feeds allow 20 requests per 10 seconds per IP. A firewall pulling every 5–60 minutes is far below that. Searches are limited to 30 per minute.