Created
June 6, 2016 18:49
-
-
Save giantpune/0cfd28da6ba40195ae5e22f326e3de6e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hosts": [ | |
{ | |
"host": "tapi.rvonthego.com", | |
"ip": [ | |
{ | |
"addr": "67.202.233.234", | |
"geo": {}, | |
"sa_family": "AF_INET" | |
} | |
] | |
}, | |
{ | |
"host": "67.202.233.234", | |
"ip": [ | |
{ | |
"addr": "67.202.233.234", | |
"geo": {}, | |
"sa_family": "AF_INET" | |
}, | |
{ | |
"addr": "67.202.233.234", | |
"geo": {}, | |
"sa_family": "AF_INET" | |
} | |
] | |
}, | |
{ | |
"host": "ssl.google-analytics.com", | |
"ip": [ | |
{ | |
"addr": "74.125.141.97", | |
"geo": {}, | |
"sa_family": "AF_INET" | |
} | |
] | |
}, | |
{ | |
"host": "www.rvonthego.com", | |
"ip": [ | |
{ | |
"addr": "67.202.233.227", | |
"geo": {}, | |
"sa_family": "AF_INET" | |
} | |
] | |
} | |
], | |
"connections": [ | |
{ | |
"port": 443, | |
"addr": "::ffff:67.202.233.234", | |
"sa_family": "AF_INET6" | |
}, | |
{ | |
"port": 443, | |
"addr": "::ffff:74.125.141.97", | |
"sa_family": "AF_INET6" | |
}, | |
{ | |
"port": 443, | |
"addr": "::ffff:67.202.233.227", | |
"sa_family": "AF_INET6" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment