├── .github └── FUNDING.yml ├── Last-Checked-At ├── License.md ├── README.md ├── asn_drop.json ├── asn_drop.txt ├── drop.txt ├── drop_ipv6.txt └── edrop.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platformbuilds/SpamhausIPLists/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Last-Checked-At: -------------------------------------------------------------------------------- 1 | Tue Feb 27 09:25:55 IST 2024 2 | -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platformbuilds/SpamhausIPLists/HEAD/License.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platformbuilds/SpamhausIPLists/HEAD/README.md -------------------------------------------------------------------------------- /asn_drop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platformbuilds/SpamhausIPLists/HEAD/asn_drop.json -------------------------------------------------------------------------------- /asn_drop.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /drop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platformbuilds/SpamhausIPLists/HEAD/drop.txt -------------------------------------------------------------------------------- /drop_ipv6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platformbuilds/SpamhausIPLists/HEAD/drop_ipv6.txt -------------------------------------------------------------------------------- /edrop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/platformbuilds/SpamhausIPLists/HEAD/edrop.txt --------------------------------------------------------------------------------