Just a guy in Vermont trying to connect all the dots...
Author's posts
Jul 03
Google IPv6 Stats Pass 4% Globally, 20% in Belgium, 8% in USA, 11% in Switzerland
It seems that Belgium is beating the USA in more than just World Cup Soccer (What an amazing game!)… they are also doing it in IPv6 deployment! In looking at Google’s latest IPv6 statistics, my colleague Phil Roberts noted that IPv6 deployment globally has doubled in 9 months and is now over 4%. It’s great to see a chart that goes up and to the right like this one:
But while Google is measuring 4% IPv6 availability globally, I like looking at Google’s “Per-Country IPv6 adoption” page that gives a view into how diverse the IPv6 deployment really is. Here’s the global map (click/tap the map to go to the site) as of today:
And if you hover over the green spots you can easily see some of the various numbers:
- 8.09% – United States
- 4.59% – Peru
- 5.14% – France
- 8.69% – Germany
- 5.67% – Romania
If you click on the “Europe” link at the bottom of the image you can zoom in a bit more and see these great stats (you could get this from the global map, too, if your hand is good enough to hover over the smaller countries):
- 20.07% – Belgium
- 10.68% – Switzerland
- 7.99% – Luxembourg
VERY cool to see this high level of IPv6 availability in Belgium and indeed in all these countries!
Obviously these are just one set of measurements from Google, but there are a range of other IPv6 statistics sites, including the World IPv6 Launch measurements site, that also continue to show the increased global growth of IPv6 – great to see!
P.S. if you want to get started with IPv6, please visit our “Start Here” page to find resources targeted at your type of organization so that you can get started today!
Jul 02
No, DNSSEC Would NOT Help Prevent Microsoft’s Seizure Of Domains
With a great bit of the tech media’s attention this week on Microsoft’s court-sanctioned seizure of 23 domains from dynamic DNS provider No-IP.com, multiple people have asked me if deploying DNSSEC would have helped prevent this seizure of domains by Microsoft. Knowing my advocacy of DNSSEC the people asking the question have seemed to want me to be able to say that yes, they would be protected. They express the concern that a court somewhere in the world could issue a ruling transferring their domain to someone else – and are seeking some form of technical protection. But the answer is:
No, DNSSEC would NOT help prevent this kind of domain seizure.
DNSSEC does one task extremely well – but it does only this one task:
DNSSEC ensures that the information the operator of a domain[1] put into DNS is the exact same information that a user gets out of DNS when they request info for a domain.
To provide a bit more concrete of an example:
If I enter “www.internetsociety.org” into my web browser, my browser will ask the DNS resolver on my computer for the IP address of “www.internetsociety.org”. My DNS resolver will query DNS and get back the IP address. Because my local DNS resolver validates with DNSSEC, and because internetsociety.org is signed with DNSSEC, my resolver will verify that the IP address I receive is in fact the one that was entered into DNS by the operator of the “internetsociety.org” domain. If the IP address fails DNSSEC validation, I will not be able to get to the website. With this system, I can be sure that I am indeed reaching the correct web server at that IP address.
The beautiful thing about DNSSEC is that it ensures that I am reaching the correct addresses. It protects me from being redirected to phishing websites or to other sites that are seeking to do “man-in-the-middle” attacks to, for instance, monitor all my traffic or insert targeted advertising or steal my information. (This animated video may help explain a bit more.)
DNSSEC allows me to trust that the information entered into DNS for a domain is the same information I am receiving. Communication can be even more secure by using the DANE protocol with DNSSEC to include in DNS information about the TLS (SSL) certificate that a domain operator wants to use. This can ensure that when I am connecting to a web server or email server I am using the exact TLS certificate that the domain operator wants me to use. DANE with DNSSEC adds an extra layer of trust to TLS that can make the Internet much more secure – and people are already using DANE in email, IM, VoIP and more services.
For all of these reasons, DNSSEC is a much needed upgrade to DNS to allow us to trust the information we are receiving back from DNS. It is critical and will strengthen the Internet and make our communication more secure.
BUT…
… let us go back to my original statement about what DNSSEC does:
DNSSEC ensures that the information the OPERATOR of a domain put into DNS is the exact same information that a user gets out of DNS when they request info for a domain.
Note my emphasis on the “operator” of a domain. This is the key point.
Whoever operates the domain controls the security via DNSSEC of the domain.
And by “operates” I mean that they provide the “authoritative name servers” for the domain. They ultimately answer all queries for information about that domain. The entity operating as the DNS authority for a domain controls what IP addresses are provide – and controls what DNSSEC signatures are provided. The operator of a domain can even remove DNSSEC if the domain was previously signed.
The operator of the authoritative name servers for a domain has total control over that domain.
Now, let’s jump to Microsoft’s statement about the domain name seizures where I want to highlight one critical piece:
On June 19, Microsoft filed for an ex parte temporary restraining order (TRO) from the U.S. District Court for Nevada against No-IP. On June 26, the court granted our request and made Microsoft the DNS authority for the company’s 23 free No-IP domains, allowing us to identify and route all known bad traffic to the Microsoft sinkhole and classify the identified threats.
See what happened there? The court ordered that Microsoft be the operator of the domains in question. I don’t know the precise mechanics of what happened, but my assumption is that the court ordered the registrars of the 23 domains to change the name servers (“NS records” in DNS-speak) to point to Microsoft’s servers. They may have in fact transferred ownership of the domains to Microsoft – I don’t know the specifics.
Microsoft Is In Control
The key point is that Microsoft now operates the authoritative name servers for the 23 domains. They control whatever information is put into DNS for those domains. This is how they can redirect all traffic to those domains to their own infrastructure where they can scan it and perform other actions.
If the domains were signed with DNSSEC, DNSSEC would ensure that I was getting the correct information for the domains out of DNS.
But it would be the information that Microsoft put into DNS for those domains, because the control has been transferred to them.
DNSSEC secures the integrity of the information coming out of DNS. It protects the information from modifications by attackers in the middle. It does not protect against modifications by the operator of the domain.
The Larger Issue Of DNS Insecurity
This recent case is not alone. Here Microsoft obtained a court order that legally allowed them to seize the domains from the current operators. But there have been any number of “domain name hijackings” over the past few years that have had a similar mode of operation – someone has obtained control of the operation of a domain name and has redirected requests to a different site. Sometimes this control has been obtained by attacking the name servers at a DNS hosting providing and compromising the systems. Once the attackers are in the name servers they can modify information for a domain (“zone files”) and cause this new information to be published. Sometimes the control has been obtained by “social engineering” – tricking the DNS hosting operator into letting the attacker login to the account, or tricking the registrar for the domain into believing that the attacker is now the operator of the domain and transferring control.
Believe me, as a DNSSEC advocate I have jumped every time I see “domain hijacking” in media / social media to see if the new incident might show a solid example of where DNSSEC can help.
Almost always… it is not. It’s something like a system administrator didn’t update software on a web server and an attacker compromised the system. Or the attackers convinced the registrar to transfer the operation of the domain to them.
It is attacks on the “weak points” of the DNS: the humans reading the email and granting requests, the servers that aren’t updated, etc.
How DNSSEC Could Help
Now, deploying DNSSEC potentially could help against some of these attacks – specifically the ones where attackers break into systems at a DNS hosting provider. If the attackers convince the registrar to transfer the domain to them, then they are in total control of the operations of the domain, but if the attackers break into name servers there are a couple of more layers of defense that may help thwart the attack.
Validation Failures
If an attacker broke into a DNS name server and modified the DNS info to have different information and did not (or could not) re-sign the zone with DNSSEC, then any user out there who used a validating DNS resolver would not be able to get to the page. They would be protected against this attack. (This is why we need to get DNSSEC validation deployed everywhere.)
Note, though, that if the DNS name servers were set to do automatic signing of the zone files, the attackers may be able to modify the files with their false information and then have their new information signed by DNSSEC. Again, if the attackers can get control of the operations of the domain, including DNSSEC signing, they can modify the info as much as they want.
DS Record
When a DNS resolver “validates” the DNSSEC signatures on DNS information, it uses a “global chain of trust” that goes all the way up to the root of DNS to ensure that the information has not been compromised. When a DNS operator signs a “zone” with DNSSEC, the “fingerprint” of the key used in the signing is given to the “parent” zone in the form of a “DS record” (where “DS” is “Delegation Signer”). So if I am a DNS operator and I sign “example.com”, I would provide a DS record to the DNS operator of “.com” that has a fingerprint of the key I used. If I signed “example.org”, I would provide a DS record to the DNS operator of “.org”, etc. (More info in this DS record tutorial.)
If an attacker broke into a DNS name server and tried to remove the DNSSEC signatures from a zone file, the existence of the DS record in the parent zone would cause a DNSSEC-validating DNS resolver to realize there was an error and not give the user the bogus information. The users would be protected against this attack. (This is why we need to get DNSSEC validation deployed everywhere.)
Similarly, if an attacker were able to get the registrar to change the NS records for the authoritative DNS servers for a domain to point to the attacker’s name servers, but was NOT able to get the registrar to update (or remove) the DS record in the parent zone, then even if the attacker signed the domain with a DNSSEC key, it would not be the key that would match up with the DS record. People using DNSSEC-validating DNS resolvers would be protected against this kind of attack. (This is why we need to get DNSSEC validation deployed everywhere.)
Of course, if an attacker is able to get the registrar to give them control of the domain, then the attacker can provide a new DS record if the attacker signs with a new key – or can remove the DS record and downgrade the domain to an unsigned state.
DNSSEC, though, can help prevent a number of the potential attacks where an attacker compromises some servers in the infrastructure but does not have total control of the domain.
BUT…
… in this case with Microsoft the transfer of operations of the domain was legally sanctioned by a court in Nevada. Microsoft assumed total control of the operations of the domains.
DNSSEC would not help users know they are not getting to the original web site. Nor would DNSSEC prevent the transfer in any way. Nor would really any existing technical solution. This issue goes outside the technical realm and into the legal/political realm. As Dan Kaminsky himself said in a tweet:
@marca56 @ErrataRob @danyork There's likely no real world solution to making legal domain interdiction impossible.
— Dan Kaminsky (@dakami) July 1, 2014
“There’s likely no real world solution to making legal domain interdiction impossible.”
This is a space where we in the technical community must defer to our peers in the legal and public policy communities – or get involved directly in those communities – as our existing technical solutions offer no help here.
[1] To be completely accurate I should technically talk about a “zone” versus a “domain”. In DNS-speak, you operate a “zone” and serve out (and sign) “zone files”. I do realize that… but I am trying to keep this article aimed at more non-technical audiences for whom the domain/zone nuance is not clear.
UPDATE #1 – There is a good discussion of this article happening over on Hacker News (as well as in the comments below).
Jul 01
TDYR #160 – Congrats To Team USA On A Great World Cup
Jul 01
A Three Year Cancerversary
And then somewhere in the midst of all that jetlagged weariness the dark side of the date infiltrated my wife's consciousness and she posted a simple message to Facebook:
Today I am a three year survivor! July 1 is the cancerversary of my surgery and the start of 18 months of breast cancer treatment....
It was indeed three years ago today that we spent the day at Dartmouth Hitchcock Medical Center up in Lebanon, NH, as she underwent a dual mastectomy. It was, unbelievably to me, simply day surgery. She was back at home that night, albeit in severe pain and not up and around for quite some time.
It's been a long, strange road since then.
Some parts of that journey I've written about here in my many posts on the topic. Other parts I've not shared.
Mostly, we just go on.
I'm constantly amazed by the strength my wife shows through it all, and her willingness to be more open about it than many are. She is an inspiration to me - and I know to others.
Sadly, we've certainly come to know that she is not alone... and that even as we celebrate a three year anniversary, others are being diagnosed and treated now... while others are celebrating longer anniversaries... and others are passing away. Cancer is indeed the scourge that keeps on taking.
Hopefully some day we won't need to be marking anniversaries like this one.
Jul 01
Skype Shuts Down SkypeKit and the Skype Developer Website
Leaving aside the bizarre way to end the warning banner ("... to integrate with" and then nothing more), I went to the site because I received an email from Skype in the form of a "SkypeKit License Termination Notice". The email says in full:
Dear Dan ,In July 2013, we notified you of our intention to end support for our SkypeKit SDK at the end of July 2014. With this date now approaching, this email serves as 30 days’ official notice of termination of the SkypeKit Licence Agreement (“Agreement”) pursuant to Section 13.2.4 of the Agreement. The Agreement will end on July 31st 2014. Upon termination of the Agreement you must promptly destroy all copies of the SkypeKit SDK in your possession or control, except that if you have already entered into the SkypeKit Distribution Terms and have received a commercialization keypair for your SkypeKit Product(s) then you may continue to distribute these SkypeKit Products(s).
Skype will not be issuing any new keypairs and we remind you that keypairs may only be used in connection with the SkypeKit Product for which they were issued. In addition, for hardware, keypairs may only be used for the specific version of the SkypeKit Product that was certified through our hardware certification program. Our hardware certification program for SkypeKit Products has now closed and no new hardware (including new models or versions of previously certified hardware) can be distributed.
Key investments in Skype’s application and service architecture may cause the Skype features to stop working without notice in SkypeKit products. As a result, we encourage you to end any further distribution of SkypeKit products.
We would also like to draw to your attention to the obligations that survive termination of the Agreement as described in Section 16.3 of the SkypeKit Licence Agreement.
The Skype Developer website will also close on July 31st, 2014. If you have any queries please contact Skype Developer Support.
Kind regards
Skype Developer Team
Looking back, I don't see the email from July 2013, but in truth I probably deleted it or it wound up in a spam folder. Sadly, I long ago lost much of my interest in Skype's latest developer follies.
If we jump back in time a bit, Skype first released a "preview" of their "SkypeKit" Software Development Kit (SDK) back in early 2011. Jim Courtney had a great writeup of their release of the public beta at eComm 2011. Like many others, I signed up and paid my $10 to see what was under the hood. I didn't do much with it but I remember looking at the python SDK a bit. Later in October 2011 I wrote about Skype's renaming of their public APIs and provided some clarification about what SkypeKit was all about.
And then I pretty much wrote nothing else about it... and much of the program gradually started fading away. In all my many posts about Skype, the only subsequent mention I find of SkypeKit was in a September 2010 post about Grandstream adding in Skype video to their IP phones.
In fairness, this was all happening before and then during the Microsoft acquisition of Skype in 2011 and so it was not surprising to see APIs created before Microsoft's acquisition being phased out.
What continues to surprise me is that there has never been any real replacement. Skype's 5th, 6th or 7th attempt (I lost track) at a developer program finally... just... died...
The folks at Skype wrote last November about the demise of the Desktop API and the need to support mobile devices. With that API's demise they also killed off their App Directory, which was their latest incarnation of a way to help developers get their apps out to Skype users.
Now Skype's entire "developer support" seems to be a category of pages on their support site, most of which seem to have answers about how the Skype Developer Program is no longer accepting registrations... or about why certain systems no longer work.
I get it... applications evolve. And Skype certainly has evolved away from its roots. It's just too bad, because once upon a time there seemed to be such promise for Skype as a communication platform that could be used widely by other companies and applications.
R.I.P. SkypeKit.
R.I.P. Skype Developer Program.
If you found this post interesting or useful, please consider either:
- following me on Twitter;
- adding me to a circle on Google+;
- subscribing to my email newsletter; or
- subscribing to the RSS feed
Jun 30
FIR #762 – 6/30/14 – For Immediate Release
Jun 25
ICANN 50 DNSSEC Workshop Streaming Live TODAY From London
As we mentioned last week, the DNSSEC Workshop at ICANN50 will take place from 8:30 – 14:45 London time TODAY, June 25, 2013 and will be streamed live via audio or via Adobe Connect (combined audio, slides and video). More info can be found at:
http://london50.icann.org/en/schedule/wed-dnssec
The links for remote listening can be found there, as can the presentation slides. The session will be recorded for later viewing if you can’t see it live. This is the week’s big session on DNSSEC and covers topics such as:
- Introduction and DNSSEC Deployment Around the World
- DNSSEC Activities in the European region
- The Operational Realities of Running DNSSEC
- DANE and DNSSEC Applications
- DNSSEC Automation
- Panel Discussion/Demonstrations on Hardware Security Modules (HSMs)
We’ll also have a presentation from CDN provider Cloudflare about their plans for DNSSEC, a session about key rollovers and some great demos of new tools and services. It should be quite an interesting and educational day!
Getting to the room for the DNSSEC Workshop
If you are here in London it turns out that finding the room where the DNSSEC Workshop will be held is a bit of a challenge. The location is “Hilton 1-6″ on the third floor of the Tower Wing (the wing in the middle). The directions are as follows:
- Go right after exiting the elevators on the third floor and take an immediate right again (there will be a sign on the wall for Hilton rooms 1-17)
- Take a left at the next corridor.
- Take a right at a wide corridor where there are some tables on the right (there will be a sign on the wall for Hilton rooms 1-17)
- Go down the stairs under the sign “Hilton Meeting Room Business Center”
From this point there are two ways to enter at the back of the room (there is a third way but it is harder to describe):
- Go straight ahead through the ICANN staff breakfast/lunch area to the door marked Hilton 1.
- Go down the left-hand corridor to the door on the right marked Hilton 3
When in doubt, ask any Hilton staff person or ICANN staff person. We hope to see you there!
More information
All the slides for today’s session can be found on the ICANN web page for the session.
To learn more about DNSSEC, please visit our “Start Here” page to find resources tailored to your type of organization.
Jun 23
Reminder – “DNSSEC For Everybody” Streamed Live From ICANN 50 Today
Just a quick reminder that, as we mentioned last week, the DNSSEC For Everybody: A Beginner’s Guide session today at ICANN 50 in London will be streamed live via audio or via Adobe Connect (combined audio, slides and video). This is a fun session where we step back to caveman days to try to explain DNSSEC in the simplest of terms… and also add some skits into the mix as well (yes, DNSSEC engineers doing a skit!). It is happening from 17:00 to 18:30 British Summer Time (local time in London). More info can be found at:
http://london50.icann.org/en/schedule/mon-dnssec-everybody
The links for remote listening can be found there, as can the slides and handout for download. The session will be recorded for later viewing if you can’t see it live.
If you want an even deeper dive into DNSSEC, plan to attend (remotely or here at ICANN 50) the DNSSEC Workshop happening most of the day on this coming Wednesday, June 25, where we’ll be starting at 8:30am and covering a wide range of topics related to DNSSEC.
To learn more about DNSSEC, please visit our “Start Here” page to find resources tailored to your type of organization.
Jun 23
Great To See Full (And Faster) IPv6 At ICANN 50 In London
Here at ICANN 50 in London (where I am focused on DNSSEC sessions) it was great to connect to the WiFi network and find that that I had full IPv6 connectivity. Here’s a shot of the IPvFoo plugin for Chrome when I went to the main ICANN 50 website:
Even more fascinating was how much faster the IPv6 connectivity is here versus IPv4, undoubtedly because most of the 2,200+ 3,300+ attendees are using primarily IPv4. Using Comcast’s Speedtest we wrote about back in February, I was amazed to see the dramatically different speeds:
I was so surprised that I had to run Comcast’s speed test several more times and test against multiple different servers. (Yes, I’m a network geek who is fascinated by this kind of thing!) All of them gave similar results… one even offering an even higher IPv6 upload speed:
Sadly, I don’t have any large videos I need to upload to YouTube or anything like that, because clearly this ICANN 50 network would be the place to do so! (Assuming the sites were all over IPv6, as YouTube is.)
To double-check, I also went to ipv6-test.com’s speed test, where IPv4/IPv6 is also differentiated, and again saw a difference (it seems to only test download speed):
All in all it is great to see that not only is ICANN offering IPv6 connectivity to all attendees… but it is faster than that over IPv4.
Way to go, ICANN!
UPDATE: Article updated with the information that there are now over 3,300 registrants at this ICANN meeting!
Jun 23