Slashdot Mirror


User: Sean

Sean's activity in the archive.

Stories
0
Comments
184
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 184

  1. Post the pastebin link on Anonymous Slovenia Claims To Have Hacked the FBI and Posted Emails To Pastebin · · Score: 1

    Will someone just post the pastebin link so we can look at judge for ourselves?

  2. Let's all discuss on Quentin Tarantino Vs. Gawker: When Is Linking Illegal For Journalists? · · Score: 5, Interesting

    What the pirates over at TPB are saying. Find those comments here:

    http://thepiratebay.se/torrent...

  3. Re:Very surprised that it took this long on OpenBSD Moving Towards Signed Packages — Based On D. J. Bernstein Crypto · · Score: 3, Insightful

    And how exactly do you get the OS and compilers to build the source code with?

  4. Re: Open Source? on Phil Zimmerman Launching Secure "Blackphone" · · Score: 1

    Really? It's not safe if you're using any common software such as Linux, Windows or OS X. Nor is it secure if you're running it on any modern hardware with a CPU from Intel or AMD. And forget about any arm based mobile!

    Secure, real time communication is difficult right now.

    What do you think you can run that is secure from the likes of the NSA?

  5. Rational spending on The Far Future of Our Solar System · · Score: 1

    > how much you think is "invested" on mapping any potential space threats compared with, i.e. spying on ourselves

    Which do you think is a more realistic threat, being obliterated by an asteroid or being attacked by other humans?

  6. Re: Hackers are the new Rock Stars on Hacker Barnaby Jack Died of Drug Overdose · · Score: 1

    I'm not debating you. You may think you're the voice of reason here, but you really don't know anything about the situation, and I don't care what you think.

  7. Re: Hackers are the new Rock Stars on Hacker Barnaby Jack Died of Drug Overdose · · Score: 4, Interesting

    Barnaby would routinely party until 5am then deliver the first talk in the morning. And deliver the talk well. His research was good, but then again so was the research of others who weren't nearly as much fun. Conference organizers aren't robots.

    His hard partying ways were well known in the security community. Reading all of this conspiratorial talk reminds me how foolish we can be when we talk about people we've never even met.

    Does anyone seriously expect a bunch of other well known hackers to admit in public that they routinely binged on drink and hard drugs with Barnaby? Merely to put to rest wild speculation by some randoms who didn't even know him and will likely continue to believe whatever they want to believe?

  8. I wish I could believe that on Apple Denies Helping NSA Subvert iPhone · · Score: 3, Insightful

    But I can't.

  9. Re:Those who think that moon landing was a fake .. on Photos Stream Back From China's Lunar Lander · · Score: 1

    I'm sure looking forward to their findings!

  10. Re:Those who think that moon landing was a fake .. on Photos Stream Back From China's Lunar Lander · · Score: 2

    Hopefully the Chinese will release some high quality pictures. I'm not suggesting the moon landings were fake, but given the overall cost and engineering that goes into such an endeavor, I don't think it's unreasonable to expect photos of the same quality I can take with my cell phone.

    I read that the first images we see now are low quality to keep transmission time low. The high quality ones, including full video of the decent, will follow.

  11. Where ever you put it on Switzerland Wants To Become the World's Data Vault · · Score: 2, Insightful

    Good luck keeping guys with tens of thousands of exploits out of it

  12. The long term damage will be enormous on How the NSA Is Harming America's Economy · · Score: 4, Insightful

    As soon as software catches up and makes it practical, the rest of the world is going to dump the US cloud forever.

  13. Good on GIMP, Citing Ad Policies, Moves to FTP Rather Than SourceForge Downloads · · Score: 5, Insightful

    Sourceforge is garbage now.

  14. Already being done in Vancouver, BC on Connecting To Unsecured Bluetooth Car Systems To Monitor Traffic Flow · · Score: 2

    If you don't want to be discovered with Bluetooth, don't leave your devices in discoverable mode!

  15. Re:Truecrypt Re:Not much worry with a source build on Ask Slashdot: Linux Security, In Light of NSA Crypto-Subverting Attacks? · · Score: 3, Interesting

    Cryptome notes this document is claimed to be a hoax by a Hacker News user.

    http://cryptome.org/2013/09/computer-forensics-2013.pdf

  16. IP? on Mechwarrior Online Developer Redefines Community Warfare · · Score: 1

    Trademark?

  17. Re:Not sure what author of article is going for on The Register: 4 Ways the Guardian Could Have Protected Snowden · · Score: 1

    It is a fact that the largest US defense contractors had *thousands* of workstations and servers backdoored for *years* before anyone wised up to it. These are networks managed by professionals who really do take security seriously.

    I don't think it's unreasonable to believe that tons of machines are trojaned prior to sale.

  18. Re:Not sure what author of article is going for on The Register: 4 Ways the Guardian Could Have Protected Snowden · · Score: 1

    I have file system 0day. Be sure to dd the content to that flash drive and dd it back off!

  19. Re: NSA has cribs? on Wikileaks Releases A Massive "Insurance" File That No One Can Open · · Score: 1

    There's no reason to use an asymmetric algorithm.

  20. Re:Like tripwire? on Ask Slashdot: Favorite Thing Out of This Year's Black Hat? · · Score: 1

    It's like tripwire, except it works on code in memory. It has an online database where hashes of known code are stored in various sizes... so the client will hash 4k and ask the server if this is known. If so, move on we know what it is. If not, split it into 2 blocks of 2k. Can we positively identify that? Anything not identified continues to be split into smaller and smaller pieces.

    The software understands how processes are laid out so it's not going to hash your user data as that can't possibly provide a useful result.

    The idea is that we need to be able to ask, "Is this really Microsoft Word 2010 patchlevel X running on my system? Has it been modified in anyway, even via hotpatching memory? If so, show me exactly where it has been modified so I can focus my analysis on that"

    When you visit the site in Firefox for some reason it just tries to download something. I didn't try with other browsers. That's why I said use IE. Visit in IE and you see a little blurb about it with a couple different options for installing. It uses some Microsoft 1click installer framework... and yeah, this needs some serious release engineering work.

    It's alpha code. It seems to work better on HyperV than VMWare too... In VMWare I have to close the target VM (run in background) in order to get it to work. Some kind of locking issue I guess.

    Anyway, I think it's a really cool concept. I'm sure there will soon be a proper page put up to describe it, running on a standard port and everything.

  21. Re:First credible way to detect real 0day on your on Ask Slashdot: Favorite Thing Out of This Year's Black Hat? · · Score: 2

    Fair point, but it's not like getting something from port 80 or 443 really assures safety.

    Like I said it's really alpha. I would not run it on any important VMs anyway.

  22. Re:First credible way to detect real 0day on your on Ask Slashdot: Favorite Thing Out of This Year's Black Hat? · · Score: 2

    Oh, and make sure you have .NET 4.5 installed. The installer choked on me the first time because I didn't have it. You install it on your host system, and it connects to VMs of your choosing to analyze them.

  23. First credible way to detect real 0day on your box on Ask Slashdot: Favorite Thing Out of This Year's Black Hat? · · Score: 4, Informative

    http://blockwatch.ioactive.com:8888/

    It's pretty alpha, and you will need to use IE to install it. This tool compares software in memory against known signatures, allowing you to confirm what's running on the system is really what you think it is. It works with HyperV and VMWare.

    It's free. Thanks IO Active!

  24. The program will have to DO something on Computer Scientists Develop 'Mathematical Jigsaw Puzzles' To Encrypt Software · · Score: 2

    Call the kernel to access files, sockets, etc.

    Also unless the developer is super 31337 and likes to write everything I expect shares library calls too.

    By watching calls to those interfaces we can figure out what it does.

  25. Re:Privacy concerns now outweigh terrorism in poll on NSA Director Defends Surveillance To Unsympathetic Black Hat Crowd · · Score: 2

    As far as the US government is concerned nothing is sovereign but themselves.