Cuckoo’s Egg

Clifford Stoll wrote The Cuckoo’s Egg in 1989, telling the true story of how he started investigating 75¢ of computer time nobody had paid for and ended up catching an international hacker passing through his computers to gain access to military secrets. The classic story is a fascinating mix of technical detail and the thrilling action of hunting an invisible criminal through the phone lines.

My favorite passage, though, comes at the very end. After the overseas spy is caught and brought to justice, another hacker slips into Stoll’s system and for a moment the whole process starts over again. Stoll writes:

He got in through an unprotected astronomy computer run by a couple of infrared astronomers. They didn’t care about security . . . they just needed to connect to the network. Because I exchange programs with them, we’d set up our systems to work as one—you didn’t need a password to move from their computer to mine.

A couple days later the SOB called me. Said his name was Dave. From Australia. “I broke in to show that your security isn’t very good.”

“But I don’t want to secure my computer,” I replied. “I trust other astronomers.”

And that’s the moral, as true today as in the 1980s. We don’t want to secure most systems. Certainly I wouldn’t want my online bank account accessible to common thieves, but a database of research or a casual blog shouldn’t require elaborate protective measures.

This is just as true in the physical world. I wouldn’t put my valuables in a bank vault with no lock, but the classroom doors where I went to college were always open.

Unfortunately, in software0 leaving any door unlocked can grant access to resources beyond the application itself, so we sink a fortune into securing even the most trivial of software against all imaginable attacks. That’s a high price to pay for protection against the pranks of mischievous hackers.

One thought on “Cuckoo’s Egg

  1. just pixels says:

    I’ve run into more than a few overwrought security layers.

    Example #1: Help desk trouble ticket system.
    Requires a long and strong (mix alpha, numeric, upper, lower, special) password that expires every 60 days, no repeats. The data is not itself secret or sensitive, so why such security? Making passwords like that virtually guarantees it will be stored on a post-it in plain view in my office.

    Example #2: Where were you born?
    Commercial sites — banks in particular — asking a randomly selected question to periodically confirm identity or as a prerequisite to e-mailing a password reset. As I distribute this information to various websites, I can’t be sure how well it’s contained. If I suspect someone knows my password, I can change it. But my place of birth? My pet’s name? Last four of SSN? Those are immutable.

    Strong passwords should have long life spans, allowing memorization. Weaker passwords should expire more quickly, allowing mnemonic techniques — like a sentence.

    Sensitive web sites should let you see log-in history — should show it automatically on log in. History should include fails.

Leave a Reply

Your email address will not be published. Required fields are marked *