Skip to content

Instantly share code, notes, and snippets.

@cturra
Created November 4, 2014 22:12
Show Gist options
  • Save cturra/0ff66435d426ab7f39d1 to your computer and use it in GitHub Desktop.
Save cturra/0ff66435d426ab7f39d1 to your computer and use it in GitHub Desktop.
$ whois firefox10.org | grep "Name Server:N"
Name Server:NS-1323.AWSDNS-37.ORG
Name Server:NS-1652.AWSDNS-14.CO.UK
Name Server:NS-664.AWSDNS-19.NET
Name Server:NS-463.AWSDNS-57.COM
$ dig @NS-1323.AWSDNS-37.ORG +short firefox10.org
54.230.69.128
54.230.68.203
54.240.188.200
54.230.71.194
54.240.188.96
54.230.68.192
54.230.71.76
54.230.70.191
$ curl -I 54.230.69.128 -H "Host: firefox10.org"
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 13939
Connection: keep-alive
Date: Tue, 04 Nov 2014 03:45:43 GMT
Last-Modified: Mon, 03 Nov 2014 10:52:55 GMT
ETag: "b153896b92271742b4b4ec177ba8ed26"
Accept-Ranges: bytes
Server: AmazonS3
Age: 66402
X-Cache: Hit from cloudfront
Via: 1.1 3eba2edeb6a3fbc0a0269cbc838ddf0b.cloudfront.net (CloudFront)
X-Amz-Cf-Id: rjFxyxdhOWFi9YAT7lnAZ-vY-ehnhjfWSrhIIJ890KZsEpVtt77h4g==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment