Slashdot Mirror


Encryption Would Not Have Protected Secret Federal Data, Says DHS

HughPickens.com writes: Sean Gallagher reports at Ars Technica that Dr. Andy Ozment, Assistant Secretary for Cybersecurity in the Department of Homeland Security, told members of the House Oversight and Government Reform Committee that in the case of the recent discovery of an intrusion that gave attackers access to sensitive data on millions of government employees and government contractors, encryption would "not have helped" because the attackers had gained valid user credentials to the systems that they attacked—likely through social engineering. Ozment added that because of the lack of multifactor authentication on these systems, the attackers would have been able to use those credentials at will to access systems from within and potentially even from outside the network. "If the adversary has the credentials of a user on the network, they can access data even if it's encrypted just as the users on the network have to access data," said Ozment. "That did occur in this case. Encryption in this instance would not have protected this data."

The fact that Social Security numbers of millions of current and former federal employees were not encrypted was one of few new details emerged about the data breach and House Oversight member Stephen Lynch (D-Mass.) was the one who pulled the SSN encryption answer from the teeth of the panel where others failed. "This is one of those hearings where I think that I will know less coming out of the hearing than I did when I walked in because of the obfuscation and the dancing around we are all doing here. As a matter of fact, I wish that you were as strenuous and hardworking at keeping information out of the hands of hackers as you are in keeping information out of the hands of Congress and federal employees. It's ironic. You are doing a great job stonewalling us, but hackers, not so much."

72 of 142 comments (clear)

  1. This by Anonymous Coward · · Score: 1

    These days so many people think that encryption is the answer to security. When I read the story the other day and everyone was up in arms over the lack of encryption, my first question was "what impact would encryption have had? Likely very little."

    Encryption for data at rest usually protects against physical theft - like backup tapes or a whole computer. Remote exfiltraction is much easier on a running system where the data is intended to be accessed. In those cases, encryption does little to protect data.

    1. Re:This by Anonymous Coward · · Score: 3, Insightful

      True, encryption is not the only factor but it is a pretty big one. In this case encryption coupled with a system to limit mass database access without multiple authorizations would have prevented the theft. Encryption would have prevented the attackers from simply copying the entire database off of the physical drive and user limits through the DBMS would have prevented the attackers from copying the records one by one, at least as long as their access was eventually discovered. These BASIC safeguards should be a part of any system which contains financial/tax information.

    2. Re:This by Anonymous Coward · · Score: 1

      Two-factor authentication only means that in order to access the system you need two components, for example a Debit card and PIN, it doesn't necessarily limit access if you have those two components. Any database manager of such a large repository of private information would be an idiot not to implement some safeguards on top of Two-factor authentication. Red flagging access of more than 500 records in a 12 hour period, foreign IP addresses, access of high value employees (President, Directors, etc). The system should outright lock your account if you go beyond certain criteria (like 1,000 accessed records in an hour) that are highly unusual for the user in question.

    3. Re:This by AgentSmith · · Score: 1

      Encryption or not, if I had access to the internal network how long until I had the DB system account credentials? Then I can bypass all the data access rules, or even create database clones and start stripping the logs. The possibilities are numerous. Then feed the data out a bit at a time.

      More than likely it's not that nefarious or complicated. Someone did a bit a social engineering and got lucky or planned to get a very close set of credentials. Then physically walked in and grabbed the data. You don't even need the whole database. It's possibly a couple HR or project tables.

      tl;dr Encryption wouldn't have stopped this when the crackers had internal access.

    4. Re:This by bitingduck · · Score: 4, Informative

      Two-factor authentication only means that in order to access the system you need two components, for example a Debit card and PIN, it doesn't necessarily limit access if you have those two components.

      Other parts of the government already use more appropriate forms of two-factor authentication, generally smartcard badge+password, pin+rolling RSA key, or in some cases pin+password+rolling RSA key (not really more secure, and easier to forget pin+password). The badges and RSA keys have to be issued by the agency (and sometimes department) and synchronized-- I have a bag full of them from various agencies and aerospace companies and they're hard to keep track of. The badges are issued as a result of the whole background check process that was compromised and contain a hash of your fingerprints as well (some, though very few, computers have fingerprint readers). If they had implemented any of those, it's likely that the breach wouldn't have occurred. If, as you suggest, they had included access limits or almost any kind of access log checking, they could likely have detected and stopped a breach that was traceable to a forged/stolen credential as well.

    5. Re:This by Charliemopps · · Score: 1

      Right, encryption would have prevented:
      Select * from employee records;

      Forcing the attacker to go through a service that decrypted the data first, would have forced them to have to send every row through that service before getting the data. THAT activity would be truly trivial to detect. "Hey, Fred just ran a lookup on every spy we have in Russia... Fred? Hey, Freds on vacation!"

      Even more trivial would have be designing the service to only allow 1 request per user per second. This would have almost no affect on a real user, but would severely handicapped a scripted attack. They'd only get 86k records a day. And if you had any sort of monitoring in place, at all, you'd hope to catch them within 12hrs.

    6. Re:This by Charliemopps · · Score: 1

      Encryption or not, if I had access to the internal network how long until I had the DB system account credentials? Then I can bypass all the data access rules, or even create database clones and start stripping the logs. The possibilities are numerous. Then feed the data out a bit at a time.

      More than likely it's not that nefarious or complicated. Someone did a bit a social engineering and got lucky or planned to get a very close set of credentials. Then physically walked in and grabbed the data. You don't even need the whole database. It's possibly a couple HR or project tables.

      tl;dr Encryption wouldn't have stopped this when the crackers had internal access.

      But what they are saying is "Encryption wouldn't have helped" which is a lie. It would have helped, it would have made this a lot more difficult. It would still have been possible, just a lot harder.

    7. Re:This by Charliemopps · · Score: 1

      Encryption or not, if I had access to the internal network how long until I had the DB system account credentials? Then I can bypass all the data access rules, or even create database clones and start stripping the logs. The possibilities are numerous. Then feed the data out a bit at a time.

      More than likely it's not that nefarious or complicated. Someone did a bit a social engineering and got lucky or planned to get a very close set of credentials. Then physically walked in and grabbed the data. You don't even need the whole database. It's possibly a couple HR or project tables.

      tl;dr Encryption wouldn't have stopped this when the crackers had internal access.

      But what they are saying is "Encryption wouldn't have helped" which is a lie. It would have helped, it would have made this a lot more difficult. It would still have been possible, just a lot harder. Stop furthering the myth that hackers have magic powers. This stuff is preventable.

  2. 2 factor authentication would have. by Anonymous Coward · · Score: 3, Insightful

    Dear Government. Stop being idiots and use REAL freaking security on your systems.

    the lowest bidder is not how you get real security. here at work, even if I give away my password (77Grumpy-Cat88) not even the best hackers in the world can get into the server here because they do not have my second factor authentication.

    Instead we get retarded IT security and policies at the government that lets anyone from outside reset a users password if they get that users information and SSN.

    All it takes is faking that you are an HR person and suddenly you have all you need to convince the lowest paid drones at the help desk to reset a password and you have the keys to get inside.

    1. Re:2 factor authentication would have. by ERJ · · Score: 1

      Two factor and split responsibility for admins: i.e. the nuclear launch methodology.

      Encrypt the database and split the keystore password between multiple groups. i.e. group 1 has the first 10 characters, group 2 the next 10, group 3 the last 10. Then you need at least collaboration between the three groups to access the dataset in its entirety. Make the data accessible via a UI that is limited in scope for record retrieval and auditable. Then encryption would have been the answer to their issue.

    2. Re:2 factor authentication would have. by Anonymous Coward · · Score: 1

      disclaimer, I work for a government agency..

      that being said our classified data is fucking air-gapped. period. no USB connections, No removable HDs, No outside connections at all on that network. Could it be bypassed? yes, but you would need to BE in the building as such we have never had a hacking attempt. this info Should have been air-gapped as well, best security ever.

    3. Re:2 factor authentication would have. by mrlinux11 · · Score: 1

      Curious how do you use the data, if it is only on one system ?

    4. Re:2 factor authentication would have. by SwashbucklingCowboy · · Score: 1

      Don't get cocky kid. In the RSA breach the hackers went after material used in SecurID (RSA's 2FA product). They're going after phones with the 2FA apps on them too.

      Yeah 2FA is good security practice and its use will it make it significantly harder to breach a system using legitimate credentials, but the notion that it's full proof (or fool proof) is a myth.

    5. Re:2 factor authentication would have. by SwashbucklingCowboy · · Score: 1

      Air gapped is good - very good. But not full proof.

  3. Result of no consequences for decision makers by schwit1 · · Score: 4, Informative
    An inspector general report last year had advised OPM to shut down many of its computer systems because they were running without sufficient security. The agency ignored that recommendation.

    In the audit report published November 12, 2014, OIG found that 11 out of 47 computer systems operated by OPM did not have current security authorizations. Furthermore, the affected systems were “amongst the most critical and sensitive applications owned by the agency.” Two of the unauthorized systems are described in the report as “general support systems” which contained over 65 percent of all OPM computer applications. Two other unauthorized systems were owned by Federal Investigative Services, the organization which handles background investigations in connection with government security clearances. OIG warned bluntly, “any weaknesses in the information systems supporting this program office could potentially have national security implications.”

    Because of the volume and sensitivity of the information involved, OIG recommended OPM “consider shutting down systems that do not have a current and valid Authorization.” But OPM declined, saying, “We agree that it is important to maintain up-to-date and valid ATOs for all systems but do not believe that this condition rises to the level of a Material Weakness.”

    The head of OPM also claimed in recent House hearings that their failure to close these systems down was justified since the hackers were already in the system when the recommendation was made.

    In other words, we didn’t do anything to make the system secure, and when hackers broke in it was further justification for not doing anything.

    Yeah, let’s put our healthcare under their control also!

    1. Re:Result of no consequences for decision makers by geggam · · Score: 1

      ... and you think the private sector is much better... ha ha hahahaahaha

    2. Re:Result of no consequences for decision makers by Anonymous Coward · · Score: 1

      There is no doubt in your mind because you don't even have enough information to form a doubt. It's called the Dunning-Krueger effect. You should educate yourself about civil service rules and how they compare to the complete lack of rules governing who gets hired or promoted in the private sector.

  4. Head-Desk. by fuzzyfuzzyfungus · · Score: 2

    Well. The most charitable possible explanation I can give is that this DHS 'cybersecurity' guy realizes that congress as been getting non-stop "zOMG 'encryption' will cause all the pedophiles and every terrorist to 'go dark' and become impossible to catch; and only by mandating magical Clipper 2.0 backdoors can we possibly save America from this impenetrable code wall!" bullshit from the DHS, FBI, and various other spook flacks for weeks on end at this point(they've pretty much been flipping out about it since Apple first considered making it a default, if not earlier).

    Because of that, the primitive herd mind now presumably believes that 'encryption' is a magic data-protection sauce that can be added to any IT system just by swiping at a touchscreen for a minute or two without too much drooling. This will...not...aid their comprehension of what went wrong, or the coherence(if any) of their demands that Something Be Done. So he has the unenviable task of trying to explain that no, actually, 'encryption' is pretty tricky to get right; and needs to be part of an overall system that isn't completely fucked if it's supposed to work, and so on.

    1. Re:Head-Desk. by Anonymous Coward · · Score: 1

      You nailed it...

      One solution is to reduce the NSA workforce by a large percentage and send them to new jobs PROTECTING federal systems.

    2. Re:Head-Desk. by bitingduck · · Score: 1

      No, at least parts of the government require full disk encryption of all laptops, as well as fully encrypted, two-factor auth remote access. NASA implemented full disk encryption in a rush after a similar personnel data set was stolen from an unencrypted laptop in a car in DC.

    3. Re:Head-Desk. by fuzzyfuzzyfungus · · Score: 1

      I know that parts of the government do; while the OPM apparently runs on a system so dubiously competent that I'm surprised it experienced enough uptime for the attackers to infiltrate it and then exfiltrate the good stuff. I don't know if they are simply underfunded, enjoy sufficient incompetence to squander adequate funding, or both; but the OPM is clearly a 'just kill it with fire' IT situation at this point. I have no interest in trying to argue otherwise; because it just isn't so.

      My attempt was just to examine the logic behind belaboring the 'encryption would have been futile' point during congressional testimony; my suspicion being that 'encryption' is currently something that congress has mostly heard of because the FBI fears its terrible power to protect data, not because they know anything about how it fits into an overall coherent IT security arrangement.

      Hell, given the clearances and such that various congresspeople have, a lot of them probably possess government issued 2 factor cryptographic tokens(CAC or PIV or both); but may not realize that those are connected to this 'encryption' that they now want to know why the OPM didn't use.

  5. Two-factor auth. Buy some cheap Yubikeys by grub · · Score: 1


    The Feds always look for the most expensive option. They'll end up with pricey battery powered hardware tokens when they could look at cheap Yubikeys.

    --
    Trolling is a art,
    1. Re:Two-factor auth. Buy some cheap Yubikeys by nabsltd · · Score: 3, Informative

      The Feds always look for the most expensive option. They'll end up with pricey battery powered hardware tokens when they could look at cheap Yubikeys.

      Every employee of the US government already has two-factor authentication in the form of a smart card. The problem is that there are many programs that don't have the hooks for two-factor authentication built in.

      For example, a web app that queries Active Directory almost always asks for username and password, when Windows Authentication can use either username/password or smart card/PIN. This is because smart card/PIN requires trusted code to run on the client computer, and we all know that isn't really possible.

  6. Project administrators held PRC passports! by C+R+Johnson · · Score: 5, Informative

    Total and complete incompetence from the Obama administration where the only qualification that matters is political loyalty.

    From the article:

    "A consultant who did some work with a company contracted by OPM to manage personnel records for a number of agencies told Ars that he found the Unix systems administrator for the project "was in Argentina and his co-worker was physically located in the [People's Republic of China]. Both had direct access to every row of data in every database: they were root. Another team that worked with these databases had at its head two team members with PRC passports."

    --
    The alternative to limited government is unlimited government.
    1. Re:Project administrators held PRC passports! by Curunir_wolf · · Score: 1

      It's because consulting firms are unable to find high skilled computer experts in the US, so they must expand the H1-B program to bring in more foreigners to compensate for the lack of competent Americans!

      --
      "Somebody has to do something. It's just incredibly pathetic it has to be us."
      --- Jerry Garcia
    2. Re:Project administrators held PRC passports! by bev_tech_rob · · Score: 3, Interesting

      Total and complete incompetence from the Obama administration where the only qualification that matters is political loyalty.

      Shut up you freakin' troll! This shit has probably been going on like this for years before Obama (yes even during the Bushy era).

      --
      You're messin' with my Zen Thing, man.....
    3. Re:Project administrators held PRC passports! by Anonymous Coward · · Score: 5, Insightful

      Last I checked, the current administration is the Obama administration. So why shouldn't they take the heat for this? Saying that "Bush did it too!" is pointless; they're long gone and incapable of effecting policy decisions on stuff that happens today.

    4. Re:Project administrators held PRC passports! by oh_my_080980980 · · Score: 4, Insightful

      Really? Because everything resets and starts with the new administration and nothing should have been done in the past? Today's policy decisions are affected by decisions made in the past.

    5. Re:Project administrators held PRC passports! by budgenator · · Score: 2

      It's because consulting firms are unable to find high skilled computer experts in the US, so they must expand the H1-B program to bring in more foreigners to compensate for the lack of competent Americans!

      That should be

      It's because consulting firms are unwilling to pay competitive wages for highly skilled computer experts in the US, so they must expand the H1-B program to bring in more foreigners to compensate for the lack of competent Americans willing to work for peon wages!

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    6. Re:Project administrators held PRC passports! by Blue+Stone · · Score: 1

      I wonder if anyone will accuse them of putting American lives in danger and having "blood on their hands"?

      --
      Corporation, n. An ingenious device for obtaining individual profit without individual responsibility. - Ambrose Bierce
    7. Re:Project administrators held PRC passports! by ThatsNotPudding · · Score: 1

      Ah, how I long for the competence(1) and TOTAL HONESTY(2) of the Bush administration. /s

      (1) "Bin Laden determined to strike inside the US"
      (2) "Weapons of Mass Destruction"

    8. Re:Project administrators held PRC passports! by physicsphairy · · Score: 1

      Technically speaking, the previous elected administration was also the Obama administration. And however outdated the security practices might have been under Bush, they are at least 7 years more outdated today under Obama, which is not an equal failing. Notably, the cyber aspect of national security has become much more pointed in the years that he has been in charge. You can give Obama a pass if you honestly don't think it should have been a priority, but most would consider national security should be one of the presidents' top priorities. In any case, if you want to distribute some of the consequences to Bush, I suppose we can go egg his house or something, but the practical side is that however much accountability we are willing to assign to previous administrations is that much less incentive for the present administration to take this seriously.

    9. Re:Project administrators held PRC passports! by Required+Snark · · Score: 1
      You really think all this just started with Obama?

      Then I have a question: do you hang your KKK robes in the closet where they won't get wrinkled but someone might easily see them, or do you fold them up in a drawer where they will get wrinkles, but it's likely that you would be found out?

      --
      Why is Snark Required?
  7. Back end by unixcorn · · Score: 2

    Correct me if I am wrong but stealing thousands or millions of records through an accessible UI doesn't seem feasible to me. If the data itself had been encrypted, even if the thiefs had access to the storage directly, they would have been stealing encrypted files. Maybe encryption isn't the holy grail but I would sure feel better knowing my data wasn't readable after downloading. I mean make them work for it anyway.

    1. Re:Back end by Anonymous Coward · · Score: 3, Insightful

      The real problem here is that SSN's and Birthdates shouldn't be treated as secret passwords that let you steal someone's identity. especially since it is near impossible to change them.

    2. Re:Back end by budgenator · · Score: 2

      Nope.

      For analysis the entire data set has to be decrypted.

      Well lets see:

      Transparent Data Encryption

      Oracle Advanced Security Transparent Data Encryption (TDE) stops would-be attackers from bypassing the database and reading sensitive information from storage by enforcing data-at-rest encryption in the database layer. Applications and users authenticated to the database continue to have access to application data transparently (no application code or configuration changes are required), while attacks from OS users attempting to read sensitive data from tablespace files and attacks from thieves attempting to read information from acquired disks or backups are denied access to the clear text data. Transparent Data Encryption

      Summary: With the introduction of transparent data encryption (TDE) in SQL Server 2008, users now have the choice between cell-level encryption as in SQL Server 2005, full database-level encryption by using TDE, or the file-level encryption options provided by Windows. TDE is the optimal choice for bulk encryption to meet regulatory compliance or corporate data security standards. TDE works at the file level, which is similar to two Windows® features: the Encrypting File System (EFS) and BitLocker Drive Encryption, the new volume-level encryption introduced in Windows Vista®, both of which also encrypt data on the hard drive. TDE does not replace cell-level encryption, EFS, or BitLocker. Database Encryption in SQL Server 2008 Enterprise Edition

      The major players seem to do it out of the box.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
  8. Re: Apathy by Anonymous Coward · · Score: 1

    Or joy. Google has started blocking portions of SourceForge for Chome users for distributing mamware.

  9. Keychain abuse by Millennium · · Score: 3, Insightful

    The article's author makes it sound like logging into the system would have automatically unlocked the encrypted files, or at least have allowed a logged-in user to get at the keys without authenticating further.

    I suppose an encryption scheme could be implemented that way, and as just as the article suggests, that would have been useless. But an encryption doesn't need to be implemented that way, shouldn't be implemented that way, and is in fact harder to implement that way. It would provide protection against stolen hard drives, but that's not the main model of threat for things like this, and a proper policy would protect against that equally well while handling additional threats.

    It's a simple policy: some things do not go in your freaking keychain. Important data like this, if it must be encrypted with a password, should require that password to be entered manually, every time. Yes, it is less convenient, but some things are too important to afford shortcuts.

    1. Re:Keychain abuse by Anonymous Coward · · Score: 1

      "All the data in the system becomes human-readable,"

      Maybe if you're sitting at the server or remoting into it, but users should NEVER see or pull full tables of information for these kinds of systems. They request information from the server through a DBMS and it sends just the specific records that the user is looking for, maybe when searching lists of a few non-critical datapoints (name, address, employee number) may be made available to the user but not the entire database. The SERVER(s) and in rare cases the admins (though certain actions should require multiple admin authorization) may have full access to the files but major flags should be thrown up if users are trying to pull copies of the entire database.

    2. Re:Keychain abuse by Millennium · · Score: 1

      Yes; of course it does.
      When you log into a system, you expect to use the system. All the data in the system becomes human-readable, and of course non-encrypted.

      That's what happens when you encrypt a full disk at once, yes. This is a useful tool for protecting from stolen drives, and it might even be what the author was thinking of when they mentioned "encryption". And just like the author said, it would have been inadequate to prevent this kind of attack.

      But that's not the only way to implement encryption, and it's not the way that people are calling for here. Whether or not the disk is encrypted, individual files can be encrypted too. Thus, even when disk-level encryption is undone (so that the user can access the system), the file-level encryption is still in place. This is, at a bare minimum, what should have been in place here; there are ways to do even better, but this would have stopped the attack in question.

  10. Sounds like it's about time by overshoot · · Score: 5, Funny

    ... to outlaw social engineering.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:Sounds like it's about time by jader3rd · · Score: 1

      ... to outlaw social engineering.

      But then only criminals will have social engineering. How is a law abiding citizen supposed to protect themselves?

    2. Re:Sounds like it's about time by zlives · · Score: 1

      you do not usnderstand our modus operandi,

      It is time to declare war on social engineering... it would be safe to say that these social terrorists have WMD's

      Introducing the new super ultra PARTIOT Act for the children in 3..2..

    3. Re:Sounds like it's about time by DroolTwist · · Score: 1

      I will never understand why the 'evil bit' wasn't set on their systems.

  11. If the credentials were stolen... by Anonymous Coward · · Score: 2, Informative

    It doesn't matter how many factors of authentication are used to obtain those credentials...

    One past known attack was to obtain the users credential file. Works against AD just as well as against Kerberos (they are the same).

    The one protection that kerberos had was that to use such credentials you had to be on the machine that they were given to. But since so many sites are now using NAT (which makes this useless), the stolen credentials can be used from anywhere for as long as the credentials have lifetime.

    One thing the DoD did was mandate that the kerberos credentials granted received different lifetimes based on the network the request came from. As short as 15 minutes (least trusted) up to 7 days (with renewal every 10 hours) when the machine making the request was in a trusted network.

    Worked fairly well at flushing out violations of policy.

  12. A bigger issue by ramriot · · Score: 1

    So encryption would not have helped because the Attackers had a valid set of credentials with which to ex-filtrate ,millions of records.

    The bigger issue here is why were alarms not ringing in the appropriate places while millions of records were being ex-filtrated? Why was there not effective monitoring of access use and network anomalies?

    Funny thing is, if that sort of software was being used properly where another notable security cleared contractor was working (who's data was also leaked by this breach) he would have had a much harder time copying out so many documents without leaving a trace of his activities.

    I have to think on the most recent Lastpass breach. In that case the lastpass people detected the anomalous network traffic, quickly tracked it down and discovered the exact nature of the possible breach. Because though their systems only stored data encrypted by keys that the systems themselves did not hold then the only leak was of the master-password hashes which because they were individually salted and hashed would only be useful in a targeted attack on individuals should they have weak passwords.

    1. Re:A bigger issue by budgenator · · Score: 1

      I'm curious why these computers so willingly accept connections from IP addresses willy nilly; whatever happens to
      deny all
      accept (Trusted host IP)

      at the firewall?

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    2. Re:A bigger issue by ramriot · · Score: 1

      Because the connection WAS probably from a trusted IP, it would have been that machine that was infected and was used to ex-filtrate data from the main system to it and onwards to the attackers cloaked to look like normal internet bound traffic.

  13. Why is this data on the public Internet? by Streetlight · · Score: 1

    Maybe I'm wrong, but why is this kind of data on publicly accessible Internet? Is it not possible to put the encrypted data on totally secure servers requiring the best kind of login services that are not attached in any way to the public Internet but accessible through a separate wide area network? Folks who have access to this kind of data might need a separate terminal to access the data perhaps in a physically different location from their Internet connected computer. Users would need to be prevented from switching cables between the two kinds of terminals or otherwise allowing the servers to connect to the public Internet.

    --
    In a time of universal deceit, telling the truth is a revolutionary act. George Orwell
  14. Laugh by koan · · Score: 1

    So they can't one arm of the government saying encryption would have helped and another saying it should be illegal.

    The thing is, how bad do you suck at security if social engineering was behind this "attack"

    --
    "If any question why we died, Tell them because our fathers lied."
  15. Re:Not "Secret Federal Data" by Anonymous Coward · · Score: 1

    If it's not it should be. The databases containing the background information on cleared government employees were taken; this info could be used to surveil or blackmail workers who have access to state secrets.

  16. To paraphrase an old saying... by Marginal+Coward · · Score: 1

    From TFS:

    "As a matter of fact, I wish that you were as strenuous and hardworking at keeping information out of the hands of hackers as you are in keeping information out of the hands of Congress and federal employees. It's ironic. You are doing a great job stonewalling us, but hackers, not so much."

    Never blame on bureaucratic conspiracy that which can be adequately explained by Congressional incompetence.

  17. Re: Apathy by overshoot · · Score: 4, Funny

    I admit I'm getting old, but is "mamware" a new name for tittypics?

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
  18. Fired? by sycodon · · Score: 1

    I presume they know who's credentials were used.

    Have they been fired? Because giving anyone your credentials is like crossing the streams...it's never done.

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    1. Re: Fired? by DigiShaman · · Score: 2

      Done all the time. Yes, it shouldn't, but it does. Here are examples I've ran into that makes me cringe to this day.

      1. Password written on a sticky note placed under the keyboard.

      2. Password on a strip of paper taped over on the palm-rest of a laptop.

      3. Everyone has the same password of "Password01" per the insistence of the owner.

      4. Employees casually sharing passwords.

      5. A entire spreadsheet of everyone's password stored on the public file share and replicated in various places on local computers (desktop, my documents, etc) as PASSWORDS.XLSX.

      Done!!! Put a fork in it!

      --
      Life is not for the lazy.
    2. Re: Fired? by Anonymous Coward · · Score: 1

      You forgot: password scribbled on a 2 year old calendar hanging above the monitor.

    3. Re:Fired? by Bartles · · Score: 1

      This administration doesn't fire anyone. Haven't you noticed that yet?

    4. Re: Fired? by arglebargle_xiv · · Score: 3, Funny

      1. Password written on a sticky note placed under the keyboard.

      2. Password on a strip of paper taped over on the palm-rest of a laptop.

      Perfectly good way to manage your passwords when you're in Burnt Scrotum, New Mexico and your opponent is in Pudong, China.

    5. Re:Fired? by Charliemopps · · Score: 1

      When I worked at AT&T about 15yrs ago, our department was required to have our passwords printed (For easier reading) and hung up in our cubes. People were regularly written up when they changed their passwords and forgot to hang up a new one. The ticketing system they were using didn't allow one employee to see another employees work load so if you were out sick, the only way they could check your stuff was log in as you.

      The password I hung up was intentionally wrong. I never called in sick, ever... if I had to I'd come in for an hour, take care of my stuff, then leave... When I went on vacation, I'd change the password before I left and hang it up, then change it back before I did anything else so I could encapsulate any activity that took place that wasn't my own. Some of us do care, most don't.

  19. Why would a regular user ever need full SSN???? by silas_moeckel · · Score: 1

    Can anybody think of any reason any user would ever need full SSN data?

    --
    No sir I dont like it.
    1. Re:Why would a regular user ever need full SSN???? by turbidostato · · Score: 2

      "Can anybody think of any reason any user would ever need full SSN data?"

      Can anybody think of any valid reason why USA insists for an ID, as the SSN is, to be taken for a password?

      There shouldn't have to be any more problem knowing your SSN than knowing you are silas_moeckel.

  20. Good answer but... by TheCarp · · Score: 2

    Problem is, other people have similar sorts of systems and similar weaknesses. I used to work at a company that did IT for several hospitals (a relationship defining "its complicated" since they founded us) and well, simple auditing of usage after the fact is so..... 1990s.

    By the time I left there was already some real time auditing and control in place, even to the extent of flagging attempts to access inappropriate records. In fact, if you were to access the medical record of your next door neighbor, or a relative, it would be flagged as suspicious access. The only records I knew of that you could look up frivolously were Santa Claus' and the Easter Bunny (Santa had much more hilarious prescriptions).

    I am pretty sure you couldn't easily use that system to download large swaths of records before you got noticed. And that system had additional issues like, you basically need to let most people access most records because you don't want to deny access in an emergency so you HAVE to err on the side of letting the authorized user see everything and audit their usage.

    Why would any other system have such a restraint? A nurse might need to emergency look up a patient she found in the hallway.... federal employee information... who has those needs on an emerhency basis? Seems they could have rate limits and cross checks against work loads.

    --
    "I opened my eyes, and everything went dark again"
  21. Sounds like anyone could have walked away with tha by hilather · · Score: 1

    Since everyone had access to it... Seriously, this is why least access principles are so important. Encryption isn't a silver bullet, there is no silver bullet, it's a process, with many layers and technology. You need to do it all, or determined attackers will pick the weakest link.

  22. Re: Apathy by rstanley · · Score: 1

    Is that anything like "Malware"?

    If not, what is "Manware"?

  23. So Much FAIL! by ramriot · · Score: 1

    There is so much wrong with this article its not even funny. I don't blame the writer, he's just trying to tie a nice neat bow on a badly wrapped pig.

    I had to laugh though when he twice gives the example of proximity unlock on cars as IOT security. These are the same devices that only guarantee proximity security by using signal strength and thus are easily defeated by a $17 signal booster available on eBay, which has been in the news as the cause of many thefts of the contents of vehicles.

    By seriously the core issue here is authentication and concentration of secrets, and no matter how many extra factors you have this will not change because each new factor requires the service to store another secret to be stolen or live phished from you.

    As I see it the only long term solution is a better single factor and one that puts the handling of secrets as close to the user as possible and contained in something that is hardened or prevented from running malware. Then have that device use a site specific asymmetric key pair to offer a zero knowledge proof of authentication to the service. In that way the services hold no authentication secrets and what they do hold cannot even be used by an attacker to infer linkage between services.

    Unfortunately right now, there is nothing in production and widely available that can do this, not even the much vaunted FIDO an U2F will accomplish this as their choices have rendered those protocols only usable as a second factor. There is one Single factor protocol that is presently 18 months into its research and development that I think will satisfy all the requirements of what the article writer needs, that being SQRL from The Gibson Research Corporation. Which also has additional features that even allow complete recovery from a loss of control over its core secret.

    1. Re:So Much FAIL! by ramriot · · Score: 1

      OOps, posted on wrong thread please ignore.

  24. Government doesn't get data security, generally by whyde · · Score: 5, Informative

    My family is visiting D.C. this summer, and in order to take a tour of a government facility (Capitol Hill, Congress, Dept. of Engraving, etc.) you need to apply through your congressional representative's office.

    The "official and only" way to apply for a tour is to fill in and return, by email, unencrypted, a non-protected Excel spreadsheet with full names, SSNs, and other personally-identifiable information for your entire tour group (family) in one page of the spreadsheet.

    Basically, if you want a tour, you must be willing first to roll over and put your goods out for anyone to sniff. No exceptions.

    I was sick to my stomach over the idiocy of it all.

  25. Re: Apathy by bigfinger76 · · Score: 1

    No, those would be manpages.

  26. Re:This data is simply not important by Coren22 · · Score: 2

    it isn't Controlled Unclassified Information (née Sensitive But Unclassified)

    Yes it is. It is considered Confidential/Sensitive. It is also considered to contain PII, which means it has to be protected according to various government regulations.

    --
    APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
  27. Multifactor waffle .. by nickweller · · Score: 1

    'encryption would "not have helped" because the attackers had gained valid user credentials to the systems that they attacked—likely through social engineering'

    An encrypted database that could only be queried through a secure and fully audited channel. Any attempt to download the entire database would trip an alarm.

  28. She's lying about her "it wouldn't have mattered". by tlambert · · Score: 1

    She's lying about her "it wouldn't have mattered".

    Part of the "valid user credentials" is the system from which the login request is originating.

    If only certain authorized machines, or machines within a certain building, or on a certain network, are permitted to log in using the credentials that were obtained, they would still not have been able to log in remotely.

    Additional restrictions, such as time windows during which certain credentials may be used could also have further constrained the attackers.

    She's obviously relying on the technical ignorance of the House Oversight and Government Reform Committee membership to try and "pull a fast one".

    It's too bad these guys do not have competent technical advisors in the room with them to tell them the questions they need to ask to elicit the truth.

  29. Bloody Legislators by LessThanObvious · · Score: 1

    I was watching the inquiries on CSPAN. My thoughts exactly were, "do we even know encryption would have solved the issue?". You have this legislator (didn't catch his name) up in front everyone lambasting OPM Director Katherine Archuleta and demanding to know why the data was not encrypted. As if the guy has a clue about what is involved and what problems it would solve directly. Exactly as mentioned in the article since the system has to be able to decrypt it's own data in order to function all you have to do is compromise the system and you get the data. I'm not defending outdated, piss poor public sector security practices, but it's just pretty lame to grandstand and pretend all the solutions are so obvious and that encrypting all your data for the last 30 years is as simple as deciding it should be done. It's particularly obnoxious when the criticism comes from a clueless legislator, who doesn't know anything about network security and is just engaging in a self serving attempt to seem tough on the issue.