Slashdot Mirror


Paul 'Tony' Watson Interviewed

An anonymous reader writes "Whitedust is running an interview with Paul Watson. Watson, who discovered a flaw in TCP/IP that could allow attackers to reset connections last year, made a splash with the media. He talks about how he got his start in computer security, as part of the early warez scene, his work in the Air Force and the US Government, and his current projects. He is now working at the leading search engine in the world, Google."

44 of 77 comments (clear)

  1. Google? by katana · · Score: 5, Funny

    Oh, THAT leading search engine. Thanks for clarifying.

    1. Re:Google? by strider44 · · Score: 2, Funny

      Wow, I always wondered what Google was. I guess I should have googled it.

    2. Re:Google? by Frank+T.+Lofaro+Jr. · · Score: 1

      Google for "search engine" (with quotes) and Altavista is the #1 hit!

      --
      Just because it CAN be done, doesn't mean it should!
  2. Google = Nerd Nirvana by karvind · · Score: 5, Funny
    From the article:

    I came to work at Google late last summer. It gets a lot of media buzz about being geek-sheik and super cool. I have worked at some really cool places before Google, but Google is so much more incredible than any media article or Slashdot post could ever describe. The best phrase I can think of would be nerd-nirvana (or should it be nerdvana?)

    Folks, we are not doing a good job here. We need to bump up the number of Google stories per day.

  3. which is it? by Anonymous Coward · · Score: 1, Interesting

    Is Paul Watson cool because he works at Google? Or is Google cool because it's where Paul Watson works?

    1. Re:which is it? by dovetail3 · · Score: 1

      Oh?, I though Google was cool because it's slashdotted...

  4. Good quote from TFA by rangefinder · · Score: 5, Interesting

    "In regards to all the media attention, I think that by far the coolest thing to come from all that attention was when I was Slashdot'd. That was like getting the key to the city from the Mayor of Geekville."

    1. Re:Good quote from TFA by Anonymous Coward · · Score: 1, Funny

      I liked this one:

      I made a deal with a friends mom who was in school for Computers at Purdue; I would help her write her programs for her computer classes if she let me have use her Unix account so I could learn Unix and C. I fell in love with Unix immediately.

      Major nerd.

    2. Re:Good quote from TFA by Seumas · · Score: 1

      He talks about how he got his start in computer security, as part of the early warez scene, his work in the Air Force and the US Government,

      So the government doesn't do background checks anymore?!?

  5. Discovered? by Shamashmuddamiq · · Score: 4, Interesting

    Discovered? Late last year? I think I remember "discovering" then subsequently reading about this problem in one of my TCP/IP books many years ago. Does this have to do with inserting packets into a TCP stream that have the RST flag set? (I can't find any technical information on this...some of the dumbed-down articles have broken links, but no interesting information.)

    --
    ...just my 2 gil.
    1. Re:Discovered? by RedWizzard · · Score: 3, Insightful
      Discovered? Late last year? I think I remember "discovering" then subsequently reading about this problem in one of my TCP/IP books many years ago. Does this have to do with inserting packets into a TCP stream that have the RST flag set? (I can't find any technical information on this...some of the dumbed-down articles have broken links, but no interesting information.)
      Yes. What's new is that Paul realised that the sequence number doesn't need to be brute forced from all 2^32 combinations - it only needs to fall within the current window. That makes the attack much more practical.
    2. Re:Discovered? by Shamashmuddamiq · · Score: 4, Insightful
      Thanks! That's much better. His paper states that "TCP window sizes were not considered in the calculations." Perhaps not, but I find it hard to believe that he is the first to realize that. This guy probably deserves the credit for creating a media frenzy about this problem, but not much else.

      It really has bugged me, in the past, that all the popular operating systems assign outgoing ports sequentially. This especially causes problems with net-booted systems, because if the system gets interrupted part-way into the initial network transfer, the routers get really confused because on retry, all the source port and sequence numbers are the same! I've had problems with this before (I design software for embedded systems), and I think this is when I first "discovered", like this guy did, how relatively easy it is to perform TCP RST attacks under some circumstances.

      --
      ...just my 2 gil.
    3. Re:Discovered? by RedWizzard · · Score: 1

      You're right - it's not a new attack. But the vulnerability was underestimated, particularly in light of extended window sizes.

  6. Geek Orgasm by Saeed+al-Sahaf · · Score: 4, Insightful

    Don't worry, like all dot-coms with "incredible" ideas and even more "incredible" toys in their work spaces, but very few profit producing products, Google's bubble will pop, the over-priced stock will whither, and Slashdot will move on to The Next Geek Orgasm.

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    1. Re:Geek Orgasm by johnnyb · · Score: 2, Insightful

      The difference is that Google does create profit-producing programs. Many of them. In addition, it seems to be a technology-oriented company, so the techies don't have to chase their tales for years at a time just because some marketing guy said so.

    2. Re:Geek Orgasm by Saeed+al-Sahaf · · Score: 2, Insightful
      The difference is that Google does create profit-producing programs.

      Yes, they do. Most if not all are amazing. But do they produce profit for Google? Not very many. Google stock is over-priced, and there will be an adjustment when people start to scale down their expectations to realistic levels.

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    3. Re:Geek Orgasm by johnnyb · · Score: 2, Insightful

      "But do they produce profit for Google? Not very many."

      They don't need very many. They are already super-profitable.

      "Google stock is over-priced, and there will be an adjustment when people start to scale down their expectations to realistic levels."

      No question about that. However, this is not the fault of Google, but of the market. This is like RedHat. They have _always_ been a solid company. They have not always been a good stock, but that has nothing to do with their performance as a company, but with the market being stupid.

    4. Re:Geek Orgasm by citog · · Score: 1

      Could you outline what you mean, in more detail, in relation to their press release and earlier filings?

    5. Re:Geek Orgasm by Saeed+al-Sahaf · · Score: 1
      Could you outline what you mean, in more detail, in relation to their press release and earlier filings?

      What do you expect them to say in their filings? Time will tell. Just like it did for all the other inflated dot-coms that went down. Their filings sounded pretty rosy too. It's just a fact. I'm not saying that they don't produce some amazing things, I'm saying they have yet to show that they can or are willing to profit from these things, something that they will have to do to maintain their current levels of hedonism.

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
  7. Re:Dear Whitedust by MyLongNickName · · Score: 1

    You're articles

    So are the comments :)

    --
    See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
  8. The government's hiring practices hurt security by ShatteredDream · · Score: 4, Insightful

    After seeing him point out that the government came to regard hackers as such a major threat, I couldn't help but think that our government brings on most of its own problems. The hiring and firing practices and I suppose the procurement processes are also completely fucked up and need to be modernized.

    Our government will put people getting $50-$60K into a jet that costs $2B to build and that can carry very large nuclear payloads. They nearly crippled our navy's ability to wage war on other naval power through the SmartShip program, all because they wanted to save on the cost of a sysadmin's salary.

    I'm a libertarian by persuasion and I want the government buying the very best and being competitive in its core competencies. I want them to hire the best and brightest, and pay them accordingly because it's cheaper to pay someone an above fair market wage to get the best talent than to have someone do billions of damage to your country's networks. Saving money should be secondary to the government getting everything it needs to carry out its core missions.

    Someone who brings a tremendous wealth of networking experience should be elligible for a six digit salary starting out, just as they would in the private sector. I have no problem paying someone who's extremely good at computer security several hundred thousand dollars to do federal network security because as I said, it's cheaper to pay for good people who'll get the job done right.

    We also need fewer regulations that protect job security. People who don't do jack shit for the public should be kicked to the curb even faster than they would in the private sector.

    1. Re:The government's hiring practices hurt security by mnemonic_ · · Score: 1

      Our government will put people getting $50-$60K into a jet that costs $2B to build and that can carry very large nuclear payloads. They nearly crippled our navy's ability to wage war on other naval power through the SmartShip program, all because they wanted to save on the cost of a sysadmin's salary.

      Do all of your examples come from pamphlets? Do you have any outside knowledge of any issue you discuss?

    2. Re:The government's hiring practices hurt security by SilentShriek · · Score: 1

      Even if they get paid big bucks to get the job done right, someone will always come along that can break what they've built. Nothing man creates is inpenetrable by man.

    3. Re:The government's hiring practices hurt security by Neoprofin · · Score: 1

      What other navel power are we fighting?

      "Terrorists" don't have aircraft carriers.

      Yet.

    4. Re:The government's hiring practices hurt security by hunterx11 · · Score: 1
      What other navel power are we fighting?

      We can't be too careful. There are intelligence reports that they are attempting to purchase lint from Africa.

      --
      English is easier said than done.
  9. WOW by JeiFuRi · · Score: 5, Funny

    "discovered a flaw in TCP/IP that could allow attackers to reset connections last year" So his flaw allows people to travel back in time - to last year - and reset connections?

    1. Re:WOW by sharkey · · Score: 2, Funny

      Now it just needs to be refined, so that one can travel back in time and insert tags!

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  10. Re:You break it, you bought it. by $RANDOMLUSER · · Score: 1

    Um, by reading the RFC?

    --
    No folly is more costly than the folly of intolerant idealism. - Winston Churchill
  11. Comment removed by account_deleted · · Score: 4, Informative

    Comment removed based on user account deletion

  12. Re:Dear Whitedust by name773 · · Score: 1

    i think you meant to write "so do the articles" ;)

  13. so i fail it... by name773 · · Score: 1

    s/articles/comments

  14. code sharing? by recharged95 · · Score: 1
    "Since the system was very customized to my previous employer, I wanted to rewrite all the code into something more generic and usable by anybody, which is when it was renamed Cygnus. "

    Hmmm. There a pattern here with google vs. the world (i.e. Microsoft Lee case)? If the original code was developed under a gov't contractor, much licensing/restrictions issues pop up.

    Anyway cisco stuff has much things to exploit, just a matter of time... they're working on it at least.

    1. Re:code sharing? by name773 · · Score: 1

      i think he was at rockwell when he wrote that, although i may have it wrong

  15. Re:Dear Whitedust by rbarreira · · Score: 1

    Oh, and the non-understood ironys...

    --

    The AACS key is NOT 0xF606EEFD628B1CA427BEA93A9CA9773F
  16. Re:Discovered... by cagle_.25 · · Score: 1
    Technically, what he discovered was not so much the obvious point that you mention, but that CISCO hadn't *noticed* that obvious point before.

    It all seems so obvious in hindsight, y'know?

    BTW, he might have done better to call Dick Cheney, cause according to TFA, the US CERT team ignored him.

    --
    Human being (n.): A genetically human, genetically distinct, functioning organism.
  17. Pretty cool guy by raistphrk · · Score: 1

    It's nice reading an article about somebody who gets media attention and doesn't turn into a total tool (*cough*Steve Gibson*cough*), assuming they weren't a tool to begin with. On top of that, the guy makes his point that the vulnerability he writes about is serious without sensationalizing the whole thing.

    1. Re:Pretty cool guy by Slashcrap · · Score: 1

      (*cough*Steve Gibson*cough*)

      Oh come on, Steve isn't all bad. For instance I particularly like his idea that people should disable TCP/IP on their home networks and use IPX instead.

      What it mainly has going for it is that anyone naive, gullible or stupid enough to take any notice of his sensationalist, self-publicising, scaremongering bullshit won't be able to talk to the rest of the Internet. It's like a self-cleaning gene pool!

  18. Flaw? by autopr0n · · Score: 1

    It's not a bug, it's a feature. Some security products operate by inserting TCP reset signals to blog innapropriate connections. One company has had a patent on this method for years.

    --
    autopr0n is like, down and stuff.
    1. Re:Flaw? by Slashcrap · · Score: 1

      It's not a bug, it's a feature. Some security products operate by inserting TCP reset signals to blog innapropriate connections. One company has had a patent on this method for years.

      Yes, but there is a huge difference between a router/firewall/IDS which is actually handling the connection (and therefore has intimate knowledge of the sequence numbers) being able to send an RST and a 3rd party with only limited info about the connection being able to reset it.

      I assume you took that minor detail into account before insinuating that Paul Watson was a publicity seeker who hadn't discovered anything new?

  19. This is big... by shaneh0 · · Score: 1

    Word is that this guy is THE authority on General Protection Faults. I usually get a chance to work with him 1 or 2 times a week.

  20. OMG by Shawarma · · Score: 1

    Attackers can reset connections last year?!?
    Why didn't anyone tell me this before?

    --
    Parse error: parse error, unexpected T_ELSEIF in /var/www/slashdot.org/comments.php
  21. terrorist.net by dnaSpyDir · · Score: 1

    i'm STILL waiting for an account paw...

    Ir_dan

  22. Re:Slashdot = Whinedot by WilliamSChips · · Score: 1
    So basically you just get a hardcore of about 5-10% of users who just feel the need to whine like little girls about every aspect of an article apart from the important one's.
    Like you?
    --
    Please, for the good of Humanity, vote Obama.
  23. Reset connections only last year? by macraig · · Score: 1

    "...discovered a flaw in TCP/IP that could allow attackers to reset connections last year...."

    Wow, a TCP/IP flaw that had existed for all that time but only allowed the exploit to work in 2004? It's a good thing that was so clearly described, because otherwise I might have become quite confused.