Last active
March 24, 2022 19:16
-
-
Save gregglind/cc7588865f91f145e5c76ce96d00d5c6 to your computer and use it in GitHub Desktop.
Walking Shadow DNS Gist, as seen by DYN
This file contains hidden or 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
# Dig (dns lookup has both going to the same place | |
# traceroute has both going to the same place. | |
❯ dig +noall +answer +multiline @216.146.35.35 walkingshadow.org any | |
walkingshadow.org. 3600 IN A 66.96.163.129 | |
walkingshadow.org. 1800 IN MX 10 ASPMX2.GOOGLEMAIL.COM. | |
walkingshadow.org. 1800 IN MX 10 ASPMX3.GOOGLEMAIL.COM. | |
walkingshadow.org. 1800 IN MX 1 ASPMX.L.GOOGLE.COM. | |
walkingshadow.org. 1800 IN MX 5 ALT1.ASPMX.L.GOOGLE.COM. | |
walkingshadow.org. 1800 IN MX 5 ALT2.ASPMX.L.GOOGLE.COM. | |
walkingshadow.org. 3600 IN NS ns2.mydomain.COM. | |
walkingshadow.org. 3600 IN NS ns1.mydomain.COM. | |
walkingshadow.org. 3600 IN TXT "MS=4496EEFE3D49EB11D769A781EB3C25ECEC65F308" | |
walkingshadow.org. 3600 IN TXT "v=spf1 ip4:66.96.128.0/18 ?all" | |
walkingshadow.org. 3600 IN SOA ns1.mydomain.COM. dnsadmin.mydomain.COM. ( | |
2014112276 ; serial | |
10800 ; refresh (3 hours) | |
3600 ; retry (1 hour) | |
604800 ; expire (1 week) | |
3600 ; minimum (1 hour) | |
) | |
❯ dig +noall +answer +multiline @216.146.35.35 walkingshadowcompany.org any | |
walkingshadowcompany.org. 1800 IN A 66.96.163.129 | |
walkingshadowcompany.org. 1800 IN MX 10 aspmx3.googlemail.com. | |
walkingshadowcompany.org. 1800 IN MX 1 aspmx.l.google.com. | |
walkingshadowcompany.org. 1800 IN MX 5 alt1.aspmx.l.google.com. | |
walkingshadowcompany.org. 1800 IN MX 5 alt2.aspmx.l.google.com. | |
walkingshadowcompany.org. 1800 IN MX 10 aspmx2.googlemail.com. | |
walkingshadowcompany.org. 3600 IN NS ns2.mydomain.com. | |
walkingshadowcompany.org. 3600 IN NS ns1.mydomain.com. | |
walkingshadowcompany.org. 3600 IN TXT "MS=4496EEFE3D49EB11D769A781EB3C25ECEC65F308" | |
walkingshadowcompany.org. 3600 IN TXT "v=spf1 ip4:66.96.128.0/18 ?all" | |
walkingshadowcompany.org. 3600 IN SOA ns1.mydomain.com. dnsadmin.mydomain.com. ( | |
2012080904 ; serial | |
10800 ; refresh (3 hours) | |
3600 ; retry (1 hour) | |
604800 ; expire (1 week) | |
3600 ; minimum (1 hour) | |
) | |
# Traceroute | |
❯ traceroute walkingshadow.org | |
traceroute to walkingshadow.org (66.96.163.129), 64 hops max, 52 byte packets | |
1 192.168.1.1 (192.168.1.1) 3.413 ms 3.203 ms 3.170 ms | |
2 50-93-254-1.fttp.usinternet.com (50.93.254.1) 6.071 ms 13.172 ms 4.012 ms | |
3 v98.usi-cr07-mpls.usinternet.com (207.153.5.161) 3.597 ms 3.553 ms 3.042 ms | |
4 200ge-po2.usi-cr02-mpls.usinternet.com (207.153.0.12) 3.419 ms 3.652 ms 3.533 ms | |
5 100ge-po12.usi-cr01-chi1.usinternet.com (206.55.180.38) 11.253 ms 12.238 ms 11.420 ms | |
6 200ge-po1.usi-cr02-chi.usinternet.com (206.55.176.33) 15.226 ms 11.736 ms 11.046 ms | |
7 ce-0-1-0-3.r08.chcgil09.us.bb.gin.ntt.net (129.250.203.109) 12.035 ms 20.877 ms 11.553 ms | |
8 ae-4.r23.chcgil09.us.bb.gin.ntt.net (129.250.2.205) 15.143 ms 14.816 ms 37.392 ms | |
9 ae-2.r00.bstnma07.us.bb.gin.ntt.net (129.250.4.103) 33.861 ms 31.316 ms 31.734 ms | |
10 ae-0.endurance.bstnma07.us.bb.gin.ntt.net (129.250.193.78) 32.740 ms 31.057 ms 30.896 ms | |
11 250.252.148.207.static.yourhostingaccount.com (207.148.252.250) 37.117 ms 33.448 ms 33.247 ms | |
12 129.163.96.66.static.eigbox.net (66.96.163.129) 30.962 ms 32.448 ms 31.715 ms | |
❯ traceroute walkingshadowcompany.org | |
traceroute to walkingshadowcompany.org (66.96.163.129), 64 hops max, 52 byte packets | |
1 192.168.1.1 (192.168.1.1) 3.726 ms 32.396 ms 3.115 ms | |
2 50-93-254-1.fttp.usinternet.com (50.93.254.1) 5.406 ms 4.136 ms 3.865 ms | |
3 v98.usi-cr07-mpls.usinternet.com (207.153.5.161) 3.111 ms 3.308 ms 3.542 ms | |
4 200ge-po2.usi-cr02-mpls.usinternet.com (207.153.0.12) 3.609 ms 5.014 ms 3.671 ms | |
5 100ge-po12.usi-cr01-chi1.usinternet.com (206.55.180.38) 11.030 ms 11.381 ms 11.156 ms | |
6 200ge-po1.usi-cr02-chi.usinternet.com (206.55.176.33) 11.266 ms 12.801 ms 11.425 ms | |
7 ce-0-1-0-3.r08.chcgil09.us.bb.gin.ntt.net (129.250.203.109) 12.274 ms 28.800 ms 14.090 ms | |
8 ae-4.r23.chcgil09.us.bb.gin.ntt.net (129.250.2.205) 13.513 ms 12.458 ms 11.533 ms | |
9 ae-2.r00.bstnma07.us.bb.gin.ntt.net (129.250.4.103) 31.874 ms 42.474 ms 31.322 ms | |
10 ae-0.endurance.bstnma07.us.bb.gin.ntt.net (129.250.193.78) 30.843 ms 30.027 ms 40.224 ms | |
11 250.252.148.207.static.yourhostingaccount.com (207.148.252.250) 34.098 ms 35.672 ms 33.111 ms | |
12 129.163.96.66.static.eigbox.net (66.96.163.129) 32.815 ms 33.527 ms 31.006 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment