translate ipaddr to whois subnet ranges
763
docker run --rm siomiz/whois-subnet $ipaddr returns a newline-delimited list of whois subnets.
Example usage: blackhole entire subnets of ssh brute force attacker $ipaddr.
docker run --rm siomiz/whois-subnet $ipaddr | while read subnet; do ip route add blackhole $subnet; done
Content type
Image
Digest
sha256:2c8d5979b…
Size
271.5 MB
Last updated
almost 11 years ago
docker pull siomiz/whois-subnet