From 1551dbfde0e329783174b7aa9d1ce9fc93e8470b Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 21 Nov 2023 19:55:39 +0800 Subject: Initial commit --- aws-ipblocks-csv/index.html | 115 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 aws-ipblocks-csv/index.html (limited to 'aws-ipblocks-csv/index.html') diff --git a/aws-ipblocks-csv/index.html b/aws-ipblocks-csv/index.html new file mode 100644 index 0000000..ee81518 --- /dev/null +++ b/aws-ipblocks-csv/index.html @@ -0,0 +1,115 @@ + + + + + + AWS Public IP Address Ranges in CSV + + + + + + +

AWS Public IP Address Ranges in CSV

+

+ This tool pulls the JSON data + from the AWS and convert it to CSV, along with other calculated data + such as the size of each address block. The file can be imported to a + spreadsheet software of your choice to extract the desired data using + filters. +

+ +
+

Tool Options

+
+

+ + +

+

+ + +

+

+ + +

+
+

+ + +

+
+ +

Format

+
+IPV  REGION          NETGRP          SERVICE  NET               CIDR  SIZE
+4    af-south-1      af-south-1      AMAZON   3.2.34.0          26    64
+4    ap-northeast-2  ap-northeast-2  AMAZON   3.5.140.0         22    1024
+4    ap-southeast-4  ap-southeast-4  AMAZON   13.34.37.64       27    32
+4    il-central-1    il-central-1    AMAZON   13.34.65.64       27    32
+4    us-east-1       us-east-1       AMAZON   13.34.66.0        27    32
+4    ca-central-1    ca-central-1    AMAZON   13.34.78.160      27    32
+4    us-west-2       us-west-2       AMAZON   13.34.103.96      27    32
+
+

Where ...

+ +

For IPv6 addresses, the CIDR length can be enormous. The tool handles + them using BigInt, but your spreadsheet software can struggle + to handle it. It will most likely show the numbers in scientific + representation.

+

+ by David Timber <dxdt@dev.snart.me> (c) 2023 +

+ + -- cgit