Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save benjaminlaird/97fa4bef30fcaeaec4eca1e72cae0273 to your computer and use it in GitHub Desktop.
Save benjaminlaird/97fa4bef30fcaeaec4eca1e72cae0273 to your computer and use it in GitHub Desktop.
ASN CIDR ranges
+-----+------------+--------+-----------+--------+----------+
| asn| cidr| ip_max| ip_max_str| ip_min|ip_min_str|
+-----+------------+--------+-----------+--------+----------+
|15169| 1.0.0.0/24|16777471| 1.0.0.255|16777216| 1.0.0.0|
|56203| 1.0.4.0/24|16778495| 1.0.4.255|16778240| 1.0.4.0|
|56203| 1.0.5.0/24|16778751| 1.0.5.255|16778496| 1.0.5.0|
|56203| 1.0.6.0/24|16779007| 1.0.6.255|16778752| 1.0.6.0|
|56203| 1.0.7.0/24|16779263| 1.0.7.255|16779008| 1.0.7.0|
| 2519| 1.0.20.0/23|16782847| 1.0.21.255|16782336| 1.0.20.0|
| 2519| 1.0.22.0/23|16783359| 1.0.23.255|16782848| 1.0.22.0|
| 2519| 1.0.24.0/23|16783871| 1.0.25.255|16783360| 1.0.24.0|
| 2519| 1.0.26.0/23|16784383| 1.0.27.255|16783872| 1.0.26.0|
| 2519| 1.0.28.0/22|16785407| 1.0.31.255|16784384| 1.0.28.0|
|24155| 1.0.38.0/24|16787199| 1.0.38.255|16786944| 1.0.38.0|
|24155| 1.0.39.0/24|16787455| 1.0.39.255|16787200| 1.0.39.0|
|18144| 1.0.64.0/18|16809983|1.0.127.255|16793600| 1.0.64.0|
| 9737|1.0.128.0/17|16842751|1.0.255.255|16809984| 1.0.128.0|
| 9737|1.0.128.0/18|16826367|1.0.191.255|16809984| 1.0.128.0|
| 9737|1.0.128.0/19|16818175|1.0.159.255|16809984| 1.0.128.0|
|23969|1.0.129.0/24|16810495|1.0.129.255|16810240| 1.0.129.0|
|23969|1.0.130.0/24|16810751|1.0.130.255|16810496| 1.0.130.0|
| 9737|1.0.160.0/19|16826367|1.0.191.255|16818176| 1.0.160.0|
| 9737|1.0.192.0/18|16842751|1.0.255.255|16826368| 1.0.192.0|
+-----+------------+--------+-----------+--------+----------+
only showing top 20 rows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment