IDS

Blocklists for Suricata / IDS

Intrusion detection systems can read IP reputation lists as datasets.

5compatible lists
1supported formats
10categories

Adding a blocklist to Suricata / IDS

curl -fsSL "https://www.team-cymru.org/Services/Bogons/fullbogons-ipv6.txt" -o /var/lib/suricata/data/blocklist.txt

Reference the file from a rule using a dataset:

alert ip [!$HOME_NET] any -> $HOME_NET any (msg:"Team Cymru Fullbogons (IPv6) match"; 
  ip.src; dataset:isset,blocklist, type string, load blocklist.txt; sid:1000001;)

The address shown above is an example. Every list in the directory has its own URL, which you can copy with one click.

By topic

All 5 lists for Suricata / IDS

Submit a list
5 lists < 7 days < 30 days older

Cloudflare IPv4 ranges, meant as an allowlist.

Allowlist IP / CIDR
15 entries
±0 last change
updated
FHIPSMTWRTOPN+2

Cloudflare IPv6 ranges, meant as an allowlist.

Allowlist IP / CIDR
7 entries
±0 last change
updated
FHIPSMTWRTOPN+2

Filter list covering allowlist. Format: Socks5. See the project homepage for details and inclusion criteria.

Allowlist IP / CIDR
2,211 entries
+70 -70 last change
updated
FHIPSMTWRTOPN+3

Shub’s Whitelist

by DevShubam

Filter list covering allowlist. Format: IPs (IPv4). Maintained by DevShubam. See the project homepage for details and inclusion criteria.

Allowlist IP / CIDR
114 entries
±0 last change
updated
FHIPSMTWRTOPN+3

Filter list covering allowlist. Format: IPs (IPv4). Maintained by Wu Tingfeng. See the project homepage for details and inclusion criteria.

Allowlist IP / CIDR
100 entries
+90 -90 last change
updated
FHIPSMTWRTOPN+3
Scroll to Top