Skip to content

Instantly share code, notes, and snippets.

@saqibameen
Created April 25, 2019 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saqibameen/876f4f5533cdbc94d09988546e35a133 to your computer and use it in GitHub Desktop.
Save saqibameen/876f4f5533cdbc94d09988546e35a133 to your computer and use it in GitHub Desktop.
// The response from the ASN API.
{
"asn": "AS7922",
"name": "Comcast Cable Communications, LLC",
"country": "US",
"allocated": "1997-02-14",
"registry": "arin",
"domain": "comcast.net",
"num_ips": 71220480,
"prefixes": [
{
"netblock": "104.109.53.0/24",
"id": "AKAMAI",
"name": "Akamai Technologies, Inc.",
"country": "US",
"status": "ALLOCATION",
"domain": "akamaitechnologies.com"
},
{
"netblock": "104.69.216.0/22",
"id": "AKAMAI",
"name": "Akamai Technologies, Inc.",
"country": "US",
"status": "ALLOCATION",
"domain": "akamaitechnologies.com"
},
...
// It goes upto 14k lines.
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment