Verkkokauppa.com DNS
Verkkokauppa.com is a chain of web and physical stores originating from (and limited to) Finland, akin of Amazon here if you will.
When trying to search for a USB-C computer mouse, IPvfoo1 told me that the website was accessible over IPv6, which I never noticed before.
I then queried the DNS server to see where it was hosted and:
Server: 127.0.0.53
Address: 127.0.0.53#53
Non-authoritative answer:
Name: verkkokauppa.com
Address: 34.95.73.242
Weird, no v6 there, let’s try with the www
subdomain now:
Server: 127.0.0.53
Address: 127.0.0.53#53
Non-authoritative answer:
www.verkkokauppa.com canonical name = www.verkkokauppa.com.cdn.cloudflare.net.
Name: www.verkkokauppa.com.cdn.cloudflare.net
Address: 104.18.33.183
Name: www.verkkokauppa.com.cdn.cloudflare.net
Address: 172.64.154.73
Name: www.verkkokauppa.com.cdn.cloudflare.net
Address: 2606:4700:4400::ac40:9a49
Name: www.verkkokauppa.com.cdn.cloudflare.net
Address: 2606:4700:4400::6812:21b7
Turns out the www
subdomain (which the apex redirects to) is proxied through CloudFlare, therefore offering IPv6 connectivity, and uses different nameservers.
The apex uses Netnod DNS (AS8674)
; <<>> DiG 9.20.4 <<>> NS verkkokauppa.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35173
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;verkkokauppa.com. IN NS
;; ANSWER SECTION:
verkkokauppa.com. 2986 IN NS nsu.dnsnode.net.
verkkokauppa.com. 2986 IN NS ns2.verkkokauppa.com.
verkkokauppa.com. 2986 IN NS nordic1.dnsnode.net.
verkkokauppa.com. 2986 IN NS ns1.verkkokauppa.com.
verkkokauppa.com. 2986 IN NS nsp.dnsnode.net.
;; Query time: 16 msec
;; SERVER: 192.168.1.1#53(192.168.1.1) (UDP)
;; WHEN: Sun Dec 29 17:41:39 EET 2024
;; MSG SIZE rcvd: 150
The www
subdomain uses CloudFlare (AS13335)
; <<>> DiG 9.20.4 <<>> NS www.verkkokauppa.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41779
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;www.verkkokauppa.com. IN NS
;; ANSWER SECTION:
www.verkkokauppa.com. 1020 IN CNAME www.verkkokauppa.com.cdn.cloudflare.net.
;; AUTHORITY SECTION:
cloudflare.net. 1800 IN SOA ns1.cloudflare.net. dns.cloudflare.com. 2359389931 10000 2400 604800 1800
;; Query time: 16 msec
;; SERVER: 192.168.1.1#53(192.168.1.1) (UDP)
;; WHEN: Sun Dec 29 17:42:04 EET 2024
;; MSG SIZE rcvd: 157
Now, back to finding my USB-C mouse.
-
IPvfoo on Mozilla add-ons https://addons.mozilla.org/en-US/firefox/addon/ipvfoo/ ↩︎