List References

This section contains a set of list references for use in the β€œlistrunner” configuration.

These may be modified to suit the needs of the system, but the are provided as examples.

Static Lists

This list uses a specific file which contains a list of networks and bitmasks. The file has a local storage reference, but this can be updated by any automated means available.

listrunner structure
 listrunner:
   lists:
     - ident: STATIC
       descr: Static Network List
       file: /etc/static.txt
       type: v4_host_mask
       tag: 6661
       auto:
static list text file
 # 2020-12-09 - Ticket 12313
 52.188.145.215/32
 # 2021-02-06 - Ticket 31245
 94.147.140.0/23

How the list is updated is up to the administrator. This can be run via a full CI/CD process, or in a periodic pull from an internal repository.

Free Address Lists

This section highlights some free address lists that may be suitable for blocking.

3Corsec Blacklist

3Coresec publishes a subset of the Emerging Threats list called the Blacklist. This is a very dynamic list and often has large changes while the list updates.

listrunner structure
 listrunner:
   lists:
    - ident: 3CORESEC
      descr: 3CoreSec Open Blacklist
      url: https://blacklist.3coresec.net/lists/et-open.txt
      type: v4_host
      tag: 6664
      auto:
3CoreSec ET-Open Text
1.117.87.94
1.12.247.13
1.14.20.119
...

Team Cymru IPv4 Bogon List

Team Cymru provides a full reference to the Bogons with HTTP service. The last updated time is provided in a comment at the top of the remote file, but this is not used.

The full bogon list is free and is updated every four hours.

listrunner structure
 listrunner:
   lists:
    - ident: V4BOGON
      descr: Team Cymru IPv4 Bogon List
      url: https://team-cymru.org/Services/Bogons/fullbogons-ipv4.txt
      type: v4_host_mask
      tag: 6663
      auto:
Team Cymru IPv4 Full BOGONs
# last updated 1701536101 (Sat Dec  2 16:55:01 2023 GMT)
# Know your network!  Please rigorously test all filters!
0.0.0.0/8
10.0.0.0/8
23.135.225.0/24
23.151.160.0/24
23.154.233.0/24
...

πŸ§… TOR Exit Node List

The TOR Project publicises its Exit Node list every few hours. It is freely available for anyone to use. The Abuse FAQ advises against blocking the exit nodes, but high-value institutions may find benefit from blocking anonymous access to their networks.

listrunner structure
 listrunner:
   lists:
     - ident: TORXN
       descr: TOR Exit Node List
       url: https://check.torproject.org/torbulkexitlist
       type: v4_host
       tag: 6662
       auto:
TOR Exit Node text file
 185.241.208.232
 194.26.192.64
 171.25.193.25
 80.67.167.81
 192.42.116.187
 ...