Slashdot Mirror


User: Thad+Zurich

Thad+Zurich's activity in the archive.

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

Comments · 82

  1. Re:Cause of death? on Tom Clancy Is Dead At 66 · · Score: 1

    I'm betting on "pancreatic cancer of an aggressive nature".

  2. A hopeful observation on City Council Ordered To Stop CCTV In Taxi Cabs · · Score: 1

    Perhaps such a measure would at least get cabbies to shut up.

  3. Well, OK... on SSID As the New Community Bulletin Board and Yard Sign · · Score: 3, Funny

    ... but I'm not giving up "FBI Surveillance Van".

  4. Real Servers? on Apple Has Too Much Money · · Score: 2

    How about Apple invests in a server business that corporations can actually use? Buy Windows client and AD licenses for all Macs ... no, all Apple devices. Build a better AD than Microsoft, own the corporate environment, give big customers real choices. Interoperate better with Linux. Extend SAMBA and support FOSS projects... (who am I kidding, right?)

  5. Re:I am not worried about it on Don't Worry About Global Warming, Say 16 Scientists in the WSJ · · Score: 1

    Think how many more people we'll have to lock up to sustain that trend.

  6. Re:They are the press on Don't Worry About Global Warming, Say 16 Scientists in the WSJ · · Score: 1

    In fairness, the press has always sought to align us to their goals. The assertion of objectivity is relatively recent, and Machiavellian in its subtlety.

  7. Re:Well, only sort of... on Sykipot Trojan Variant Stealing DoD Smartcard Credentials · · Score: 1

    That's not how (these types of) smart cards work. The card is smart, and performs private key operations on board the card. All the host gets are session keys, hashes, etc. By design, the private key memory of the card can only be written, at a specially configured programming station. That doesn't mean there aren't user-readable or re-writable areas on the card, but the credential private keys aren't among them. The hardware literally doesn't support reading back private keys, only overwriting them. Any key escrow is accomplished by the programming station, when the card is first written.

  8. Well, only sort of... on Sykipot Trojan Variant Stealing DoD Smartcard Credentials · · Score: 5, Insightful

    The trojan steals "use" of the inserted card, and probably the PIN. The private key remains safely in the card, and the trojan can't use it once the card is removed. The defenses are (1) don't use smart card on untrusted computer, or (2) if no other choice, use smart card only long enough to accomplish a specific task. The smart card PIN can be changed by the user, so it may not even be necessary to revoke the credential after an exposure. However, the trojan also gains temporary use of the card holder's digital signature -- meaning that authentic digitally-signed spear phishing emails could be sent under the card-holder's email account. If the card is inserted but the PIN is never entered, then a trojan might maliciously enter several random PINs and block the card as a DoS attack...

  9. Don't Bother on Ask Slashdot: Data Remanence Solutions? · · Score: 1

    If you are working for DoD or any armed service subsidiary, I'm pretty sure the policy is for you to have the drives destroyed before they leave your control, period. You can re-use them internally indefinitely, but at the end, they need to get physically destroyed. The various overwrite processes are usually considered "good enough" to reuse them at lower security levels until then, though.

  10. Left holding the bag... on Oracle To Pay US Almost $200M To Resolve False Claims Lawsuit · · Score: 1

    ... are the agencies that overpaid Oracle, probably by (a lot) more than the amount of the settlement. The funds will be returned to the general revenue, and the government programs Oracle ripped off will never be reimbursed. That means Johnny doesn't have as many bullets to shoot at Al Qaeda, because the logistics chain is out the extra money they paid Oracle. It also means that contractor Jane got laid off, because the money to pay her went to Oracle instead.

  11. Not really new... on Security By Obscurity — a New Theory · · Score: 1

    "Applied security by obscurity" is not a new concept: it is usually referred to as "operational security (OPSEC)," at least in military circles. The author's use of complex notation doesn't change anything, although he seems to imply that it might be appropriate to deliberately analyze and model OPSEC at very high levels of design. The "know your enemy" concept is popular among pundits, but also problematic: while directed profit-motivated attacks and state-sponsored hacking have become popular topics in the press, there are still plenty of work-in-the-dark-do-what-we-can basement hackers out there, who will take delight in breaching your OPSEC just to prove it's possible (the ability to sell their results only adds motivation).

  12. Re:TOR on PayPal Hands Over 1,000 IP Addresses To the FBI · · Score: 1, Troll

    Seems more likely to me that PayPal has succeeded in identifying 1000 overseas botnet clients by IP address.

  13. Re:Stuxnet super worm .. on Hackers Could Open Convicts' Cells In Prisons · · Score: 1

    ...because Microsoft already has all of our software money.

  14. Re:BS on Hackers Could Open Convicts' Cells In Prisons · · Score: 2

    If you root the PLC, then you can probably do something like cycle the locks until the solenoids burn out. Given the inherent conflict between safety and security, I wouldn't care to bet whether they'd fail in lockdown or free-for-all mode, or 50/50 either way. Any countermeasure implemented in PLC code instead of hardware (or a semi-autonomous downstream PLC) would be vulnerable to alteration. A well-designed PLC implementation will have only *monitoring* outputs accessible to Internet-connected PCs, while the actual control inputs remain locked up tight in multiple ways.

  15. Re:No surprise on Anonymous Releases 400 MB of FBI Contractor Data · · Score: 1

    "3. Management Security Policy [...] c. System and Services Acquisition. In accordance with DOJ IT Security Standard – System and Services Acquisition (SA) Control Family, Components shall: [...] (6) Ensure third-party providers are contractually required to comply with this policy to employ adequate security measures to protect information, applications and/or services outsourced from the Department." [http://www.justice.gov/jmd/publications/doj2640-2f.pdf] I've got a banana peel that says the ManTech contract didn't contain such clauses, nor any means of verification if it did.

  16. Re:This just in on GAO Report: DoD Incompetent At Cybersecurity · · Score: 1

    Medicare is administrated by the US Government, has lower overhead than any private sector health insurance plan and has the highest satisfaction rating of any health insurance plan in the US.

    This is very convenient, if both you and your condition happen to be covered by Medicare, and you can find health care providers willing to settle for Medicare payments.

  17. Re:Yay. on Peter Adekeye Freed, Judge Outraged At Cisco's Involvement · · Score: 1

    "... Canada would become a haven for actual criminals ..." You mean as opposed to war criminals? http://news.yahoo.com/canada-releases-names-suspected-war-criminals-205701047.html

  18. Re:Calm down and read up on Ask Slashdot: Is SHA-512 the Way To Go? · · Score: 1

    The onus is on you to demonstrate that your scheme is secure [...] It is not that hard to make an insecure scheme whose insecurity cannot be easily demonstrated.

    Demonstrating that a scheme is secure would mean proving a negative -- an impossible np-complete problem. That's why it's so difficult to trust *anything*, because even the schemes people think are the most secure today may be broken tomorrow. It may be hard to make a scheme whose insecurity cannot be easily demonstrated, but when it finally is demonstrated, it usually appears to be easy.

  19. The Crime Doctor's Diary (1949) on Zediva Fights Back Against MPAA · · Score: 1

    [http://www.imdb.com/title/tt0041267/] "... Dr. Ordway (Warner Baxter) attempts to solve a murder in a highly interesting place: a sort of call-in jukebox where bar customers may request a particular record to be played ..." Wow, I guess this concept has precedent. Anyone old enough to remember those services actually existing? Muzak on demand.

  20. oh, the abuse on A New Human-Seeking Drone, Much Cheaper Than a Predator · · Score: 5, Interesting

    Can you say "Paparazzi"? I knew you could.

  21. It's hard to bash Windows (enough) on Ask Slashdot: Moving From *nix To Windows Automation? · · Score: 1, Insightful

    There are a number of responses above with varying degrees of M$-enlightenment (thalakan's being the most professional); however, it's not entirely true that Windows was designed exclusively for point-and-click administration. That's only true of the GUI shell. Windows was *designed* to be administered by *compiled* code. Preferably C++, which is the only thing that can deal directly with the shitty disaster that is the Win32 codebase without making things worse. Everything else is a shim over the Win32 nightmare, which is still the "core" of the operating system. So, everyone saying "you're just fucked" is in some sense accurate, albeit not precisely correct. The whole OS should have been refactored starting in 2003, when Microsoft pretended to be interested in security. It wasn't, so here we are.

  22. In other news... on Elderly Georgian Woman Cuts Armenian Internet · · Score: 1

    ... Turkish government issues a statement denying the event ever happened ...

  23. Re:It is all about the money on Drug Runners Perfect Long-Range Subs · · Score: 1

    Maybe (1) http://www.straightdope.com/columns/read/716/what-is-the-true-source-of-the-kennedy-familys-wealth and maybe not (2) http://www.thedailybeast.com/blogs-and-stories/2010-04-26/the-kennedy-bootlegging-myth or as Candace Bergen once put it "twelve arrests, no convictions" [T.R. Baskin] (not that old Joe was ever arrested, mind).

  24. Recent Experience on Ask Slashdot: How Do You Choose a Windows Laptop? · · Score: 1

    My wife and I walked this path last year after her Vista Dell POS died. I compared a variety of major brands: Dell, HP/Compaq, Lenovo, Toshiba, maybe a couple of others I don't recall. Yes I do: Acer, Gateway, Asus, eMachines, etc. Like others have suggested, I started from specs that should be good for a couple of years: Win7x64, four+ cores, big enough screen. In her case power/battery is not an issue. We wound up dialing in on a Toshiba, but Lenovo was a close second, and they do seem to be holding up the no-bullshit tradition. The Toshiba has behaved well following OEM crapware removal.

  25. Did any of you actually read the complaint?! on Man Arrested For Linking To Online Videos · · Score: 3, Informative

    According to http://act.demandprogress.org/sign/dhscomplaint/ the subject is actually accused of EMBEDDING, not linking. That is, he is alleged to have embedded copyrighted video streams (and/or their surrounding pages) inside his own site with surrounding ad content, instead of linking the user to the actual hosting web site. The major mistake by ICE appears to be a failure to actually use the word "embed" in their complaint. I would expect a takedown or lawsuit if I did this, so it's difficult for me to be surprised. Of course, that's no reason not to retrieve the links from the Internet Wayback Machine and (properly) link them from all of our home pages.