Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IP range exclusion #6

Open
SleepingCrows opened this issue Apr 23, 2023 · 1 comment
Open

IP range exclusion #6

SleepingCrows opened this issue Apr 23, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@SleepingCrows
Copy link

SleepingCrows commented Apr 23, 2023

The following IP ranges are generally not going to host a minecraft server with the exception of overlay networks using a private range, and should be ignored by default.

Scanning literally everything is a great way to get blackholed off the internet.

# http://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
# http://tools.ietf.org/html/rfc5735
# "This" network
0.0.0.0/8
# Private networks
10.0.0.0/8
# Carrier-grade NAT - RFC 6598
100.64.0.0/10
# Host loopback
127.0.0.0/8
# Link local
169.254.0.0/16
# Private networks
172.16.0.0/12
# IETF Protocol Assignments
192.0.0.0/24
# DS-Lite
192.0.0.0/29
# NAT64
192.0.0.170/32
# DNS64
192.0.0.171/32
# Documentation (TEST-NET-1)
192.0.2.0/24
# 6to4 Relay Anycast
192.88.99.0/24
# Private networks
192.168.0.0/16
# Benchmarking
198.18.0.0/15
# Documentation (TEST-NET-2)
198.51.100.0/24
# Documentation (TEST-NET-3)
203.0.113.0/24
# Reserved
240.0.0.0/4
# Limited Broadcast
255.255.255.255/32
@SleepingCrows
Copy link
Author

Additional: Masscan's ignored addresses would also prove useful, since there are plenty of hosts that are abuse report happy for doing this sort of thing.

https://github.com/robertdavidgraham/masscan/blob/master/data/exclude.conf

@ErrorNoInternet ErrorNoInternet added the enhancement New feature or request label Jun 12, 2023
@ErrorNoInternet ErrorNoInternet changed the title [Suggestion] Exclude the following IP Ranges IP range exclusion Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants