zeek/testing/btest/Files/mmdb
2024-01-25 23:43:34 -08:00
..
.gitignore btest/files: Add mmdb testing databases and generator code 2023-10-24 11:11:02 +02:00
GeoLite2-ASN.mmdb Add an IPv6 range to the test MMDB DBs 2024-01-25 23:43:34 -08:00
GeoLite2-City.mmdb Add an IPv6 range to the test MMDB DBs 2024-01-25 23:43:34 -08:00
go.mod btest/files: Add mmdb testing databases and generator code 2023-10-24 11:11:02 +02:00
go.sum btest/files: Add mmdb testing databases and generator code 2023-10-24 11:11:02 +02:00
main.go Add an IPv6 range to the test MMDB DBs 2024-01-25 23:43:34 -08:00
README Add an IPv6 range to the test MMDB DBs 2024-01-25 23:43:34 -08:00

These .mmdb databases were created with the mmdbwriter from MaxMind [1] for
testing purposes. See the main.go file. They only contain information about
the following LBL/Berkeley network ranges:

    128.3.0.0/16
    131.243.0.0/16
    2607:f140::/32

Rebuild with:

    go build
    ./testmmdb

[1] https://github.com/maxmind/mmdbwriter