Slashdot Mirror


Most Companies Admit Their Data Is At Risk

Weblver1 writes "A recent survey of IT professionals published by web security firm Finjan shows that data-theft should be a good reason for concern. Based on answers from 1,387 professionals, 25% acknowledged that their organization has been breached. What's worse, 42% did not know and could not exclude a breach, reflecting on the number of organizations that could potentially be breached without anyone knowing after the fact. Other findings we should be concerned about include 82% of Healthcare IT respondents admitting that medical records are at risk of data-theft, and 68% of all sectors admitting sensitive corporate information can be compromised by cyber-criminals. Finjan's report is available here (PDF, registration required). This survey comes a week after Forrester Research found in their survey that IT security spending is expected to rise (or at least remain the same) — with the current level of data breaches and sensitive data that is not protected well enough, there is a good reason for it.

60 comments

  1. surprised? by zappepcs · · Score: 4, Interesting

    I really don't think this will surprise anyone in the IT industry. It's not even really news. Most data remains secure/not-stolen simply by accident.

    That is just how things are. To secure data, it will not be pretty, comfortable, or cheap. In the current economic environment nobody is all set to start spending with an increase in IT budge of 250% and so insecure it will remain.

    1. Re:surprised? by Lumpy · · Score: 4, Interesting

      Bingo. When I was doing the SOX audits for my last Fortune 100 corporation I worked for. I highlighted all the problems and found solutions.

      The CTO and all other executives said, The costs are too high to fix it, we'll just report we are out of compliance.. the Fines are cheaper.

      I left that company 3 weeks later.

      --
      Do not look at laser with remaining good eye.
    2. Re:surprised? by plover · · Score: 3, Informative

      Like everything else, it takes external pressures to get companies to spend where they haven't had to before.

      In the case of retail stores, it's the Payment Card Industry's Data Security Standard (PCI DSS) that requires merchants to submit to security audits in order for them to continue accepting credit cards. In the case of pharmacies, it's the threat of HIPPA/Privacy suits that encourages them to protect their data. For publicly traded firms, it's the Sarbanes-Oxley Act (SOX). For banks, it's the Graham-Leach-Bliley Act (GLBA).

      For industries that aren't feeling those pressures, sometimes breaches of security will motivate them. For the rest, nothing will likely happen until something else changes.

      --
      John
    3. Re:surprised? by Ritchie70 · · Score: 2, Interesting

      I don't fully agree with this. Sometimes standards are just for making auditors money and managers and regulators feel good.

      The large retailer I work for is technically not compliant with PCI-DSS standards.

      The reality of our current credit processing solution is that it would have to be done at the acquirer/processor for a system-wide data breach, and to breach a single retail location, the credit card data would have to be captured on the fly across the internal, no-gateway, wired point-of-sale LAN.

      It would have to be done with a new piece of hardware being placed on that network, because none of the equipment that belongs on the network is capable of getting into promiscuous mode and sniffing the network.

      NO credit data (account numbers, expiration date, etc) is stored in a database. Not anywhere. The few pieces of a card number (last 4 digits) we keep are stored in a database local to the store, with no way to globally pull that data out of the store.

      And yet, I've spent the better part of this year making us "more secure," because it brings us into compliance with what the PCI standard and auditors understand as security.

      And don't get me started about SOX.....

      --
      The preferred solution is to not have a problem.
    4. Re:surprised? by gblfxt · · Score: 1

      besides fines, they need pmita prison for executives making these decisions. they are not only putting their company at risk, they are putting their customers at risk as well.

    5. Re:surprised? by pitchpipe · · Score: 1

      Most data remains secure/not-stolen simply by accident.

      Actually, this is how most of my own security is done, e.g. figuring the odds. I lock my door at night, but is that going to stop someone determined to break in to my house? I play the odds that if criminals are randomly selecting houses to break in to that, just like the lottery, my number wont come up. It's not to say that more shouldn't be done, but like you said, it involves trade offs with other things that are also important (profits, ease, etc.)

      --
      Look where all this talking got us, baby.
    6. Re:surprised? by John+Hasler · · Score: 1

      Sarbanes-Oxley has nothing to do with customers.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    7. Re:surprised? by Anonymous Coward · · Score: 0

      The reality of our current credit processing solution is that it would have to be done at the acquirer/processor for a system-wide data breach, and to breach a single retail location, the credit card data would have to be captured on the fly across the internal, no-gateway, wired point-of-sale LAN.

      My friend, you have a lot to learn about tcpdump.

      It would have to be done with a new piece of hardware being placed on that network,

      Which isn't that hard.

      none of the equipment that belongs on the network is capable of getting into promiscuous mode and sniffing the network.

      That you know of. You'd be surprised what can be done with network printers these days.

    8. Re:surprised? by The+Great+Pretender · · Score: 2, Interesting

      I'm going out on a limb here because I'm on this 'dark side' of this. First I should note that we're a small company 30+ people dealing in research science. Our data security is important as it pertains to our IP. However, we are currently in a heated discussion with our IT department (2 people) over the security that they have implemented and want to further strengthen. While I stated our data is important their draconian measures have severely limited the work progress. We have a linux based system (kiosk), only executive can have laptops and they are Macs, no thumb drives are allowed, no external laptops are allowed, no remote desktop is allowed, no windows (even thought certain government funding departments require IE) are allowed etc. The bottom line is that have a bunch of scientists who would normally work all hours from many locations and be happy to slave around the clock due are being curtailed to 9-5 work days and the creativity in the company has plummeted. So I suppose my position stands, in our situation, that security over progress, especially when one understands and accepts the risks, is not an option.

      --
      A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.
    9. Re:surprised? by afidel · · Score: 1

      Typical retail will NOT have any network printers at the stores. They will have the POS terminals on the floor, a backend server (optional) and a back office reports station with a printer locally attached. This is what I saw across dozens of different retailers when I worked as a field tech for IBM and later as a consultant. Of course weakly protected wireless has become much more common since stores want to reduce cost with wireless inventory tracking but the embedded devices typically don't support WPA2.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    10. Re:surprised? by Ritchie70 · · Score: 1

      I know all about tcpdump. I have a customized version of Ethereal that we use to decode the POS data stream.

      It wouldn't be that hard to place a rogue piece of hardware in a single store - you'd probably just need to act like you were supposed to - but I repeat, there is NO centralized location aside from the A/P where every store's data stream can be seen.

      And, as another poster commented, there are no network printers on our POS network. Parallel or serially attached to the registers.

      And no wireless networks.

      --
      The preferred solution is to not have a problem.
    11. Re:surprised? by Anonymous Coward · · Score: 0

      You know, the very nature of the internet makes it possible now for small criminals around the world to break in to your house. Say, you are smart boy in the slums of Sao Paulo, your parents can not afford education for you but you get your hands onto a computer and learn how to use that thing. You get interested in IT-Security and get quite good but nobody will hire you ever for it. And then you discover that you can break into someones house at the other end of the world and if you do it right, nobody can ever jail you... You know?

      Now assume you are the chief of an internationally operating crime network and you saw that internet thingy popping up, providing endless oportunities to make money that are practically impossible to lead to jail time if executed correctly. What do or did you do?

  2. As somebody in healthcare IT... by Anonymous Coward · · Score: 0

    ...here's a quote that I often say to managers:

    "Yeah, but your scientists were so preoccupied with whether or not they could, they didn't stop to think if they should." - Jurassic Park

    Unfortunately the idea of a feather in their cap from implementing a new technology carries the day.

  3. Could not exclude a breach by Anonymous Coward · · Score: 2, Insightful

    Wouldn't a completely honest answer to this question be "yes" 100% of the time for even the best security.

    I like that kind of paranoia in security people. I'm glad 42% answered yes and hope to get those numbers even higher in future.

    1. Re:Could not exclude a breach by thewaker · · Score: 1

      I agree. I constantly worry about every avenue of data theft where I work. From external network breaches, to USB keys and laptops leaving the building with data on them. The problem is the avenue that you don't expect! That's the one that bites you in the ass in the end. Everyone at our company expects data loss to happen at some point. We lie awake at night worrying about it, and as a result the time, effort, and money is spent to protect the data the best we can.

      Paranoia in IT is a good thing!

  4. Wrong... by nathan.fulton · · Score: 1

    1. Their homepage says "Finjanâ(TM)s Survey Finds that 91% of Organizations Perceive Cybercrime as a Major Business Risk." Of course they do, anyone with a website does. That doesn't mean they perceive their specific data as being at risk. Is this paradoxical? Yes, but it's also the way things work. The "it won't happen to me" complex.

    2. According the TFS, Most IT Professionals say their data is at risk, not most companies. That's not the safe as companies saying it.

    If companies admitted that they can never completely protect your data, people would be smarter about who gets what information about them. As with anything else, the best way to secure a customer's data is to not have it unless you absolutely need it, and to only keep it for as long as you need it.

  5. Do you trust me? by BadAnalogyGuy · · Score: 4, Insightful

    Do you trust the people you work with? Any individual in any business can access all sorts of material information.

    Maybe it will be leaked to someone outside. Maybe it will be inadvertently passed in an email reply. Maybe someone will break in and steal an unguarded laptop.

    There is no way to protect any data. The medical records everyone cries over is already shared with your doctors. Do you trust their secretaries? Do you trust the software makers and the maintenance/service engineers who come to diagnose software problems?

    There is no privacy, and there is no secret information. There is only information which has not yet been leaked. And your only hope is that any information that is leaked is already moot by the time it becomes public.

  6. No, most *companies* don't by Anonymous Coward · · Score: 0

    Their employees might, but there's no way most companies will come out and say it.

  7. Huge Bias in samplling method by nathan.fulton · · Score: 5, Informative

    From the footnotes of the PDF:
    -The anonymous survey was open to all respondents independent of geographical location, job title, company size or industry.
    -The survey was web-based and aimed at respondents interested in or worried about web security threats in general and aimed at their organization. In other news, when we polled members before entering a porn site, 98% said they plan on taking measures to protect their web anonymity within the next hour. The other 2% have a very strange fetish.

  8. As long as employees have access... by Anonymous Coward · · Score: 0

    ...and employees are corruptible, data is at risk, unless a DRM that can't be broken is invented.

    1. Re:As long as employees have access... by justinlee37 · · Score: 2, Funny

      unless a DRM that can't be broken is invented

      I'm actually working on something like that now in my lab. I just want to finish my perpetual motion machine first, as it is a necessary component of my time-travel device.

    2. Re:As long as employees have access... by A+non-mouse+Coward · · Score: 1

      unless a DRM that can't be broken is invented.

      It already exists. It denies the "Digital Rights" referred to as "Read-Only" and "Read-Write". It's commonly referred to in the vernacular as "access denied". It requires the pre-condition of "no read access".

      Haven't you ever seen that commercial where the girl keeps trying to pull down her picture off the bulletin board but a copy of it remains?

      Well, there is another way of controlling information post-read-access, but it's considered illegal and unethical in most nations (timely murder and brain-washing).

      --
      libertarian: (n) socially liberal, financially conservative; neither left, nor right.
    3. Re:As long as employees have access... by Anonymous Coward · · Score: 0

      unless a DRM that can't be broken is invented

      I'm actually working on something like that now in my lab. I just want to finish my perpetual motion machine first, as it is a necessary component of my time-travel device.

      Dear Gods, I hope I read this back to myself before my future self completes the UDRM. It destroys the universe, but my time machine can not slow down enough for me to pinpoint the date!

      Remember to add the handbrake, or we'll be trapped on the machine for ever!

    4. Re:As long as employees have access... by julesh · · Score: 1


      unless a DRM that can't be broken is invented

      I'm actually working on something like that now in my lab. I just want to finish my perpetual motion machine first, as it is a necessary component of my time-travel device.

      Hmm. Yes. I think a time-travel device would actually make unbreakable DRM possible. It would only require exchange of information with the future -- essentially, the key to decode the DRM would be kept in the future, but the future would refuse to send a copy back if it detected that the copy it was about to send back had leaked at any point in the time between when it is going to send it and the time in which the key is hosted.

      Yikes. :)

  9. Sample? by ccguy · · Score: 1

    42% did not know and could not exclude a breach, reflecting on the number of organizations that could potentially be breached without anyone knowing after the fact.

    It'd say they sample is based on 42% of IT professionals and 58% of PR people.

  10. Its them morons by unity100 · · Score: 1

    remember how the state officials in the uncooperative admin case in san fran handed over LIVE usernames and passwords of 50-60 (?) users in the network to court as 'evidence' against the administrator ? TOTALLY proving his case ?

    as long as executives, officials, non i.t. people are TOO stupid as to use security systems, breaches will continue to be easy.

  11. And 33% think they are immune? by nmos · · Score: 4, Insightful

    Personally I'd be more worried about the other 33% who seem to think they could not possibly have had their security breached.

    1. Re:And 33% think they are immune? by Anonymous Coward · · Score: 0

      No, those 33% are the ones that have their boxes unplugged and shot into space, or sealed under several feet of concrete at the bottom of an underwater volcano or something like that. How stupid can you get?

  12. Well, duh. by julesh · · Score: 3, Insightful

    25% acknowledged that their organization has been breached. What's worse, 42% did not know and could not exclude a breach

    No, that's not worse. That's _better_. Those 42% are being realistic. Realistically, unless you're one of a tiny percentage of people who either (a) receives so little traffic they can audit it all or (b) can be 100% certain of the security of all the software they're running, you should be in one of those two categories: breached, or don't know whether you've been breached but can't exclude it.

    What's _actually_ worrying is that 33% of respondents think they are in one of these two categories, when in actual fact I'd suspect the figure is less than 1%.

    (FTR: my company is in the 'breached' category. We had a worm infect one of our servers via a BIND bug back in 2000 or so, although the infection was apparently unsuccessful... it seemed to rely on there being a line feed on the end of the last line of /etc/inetd.conf, and our file didn't have one. I can't, obviously, rule out any breaches since then, but am reasonably confident there haven't been any.)

  13. Why "Most" and not "All"? by Anonymous Coward · · Score: 3, Interesting

    Depending how you look at the question, shouldn't those numbers be closer to 100%?

    We're talking about IT people, here, a group whose job it is to believe in risk (whether that be from intruders or just hardware failure) and try to mitigate it. They also tend to think in absolutes, and are likely to interpret the question that way (i.e. view it as "no" risk instead of "low" risk). To believe that your data are absolutely safe and that it would be impossible for something bad to happen would seem to me like a sign of incompetence.

    Moreover, if there were no perceived risk, many of them would have no jobs. So I'm surprised the number is not higher.

    My guess is this survey tells us mostly about how people interpreted the question.

    1. Re:Why "Most" and not "All"? by thegrassyknowl · · Score: 1

      We're talking about IT people, here, a group whose job it is to believe in risk (whether that be from intruders or just hardware failure) and try to mitigate it.

      You actually believe IT people believe in risk? You'll be surprised at the "who would hack us, we're too small" mentality that abounds. Unfortunately these are the same people who think just adding a firewall to a server will protect them from all the nasties. Ignore the fact it's swiss cheese to allow connectivity in and out as mandated by the clueless managerbot.

      I think the number of IT n00bs who pass themselves off as experts who are capable of spotting a breach, let-alone protecting from it is 0%. These same n00bs number greater than 99% of all "IT professionals".

      It's really very scary, and I actually deal with these kinds of people daily in my line of work. Out of all our customers, not one has a genuine understanding of how and why they should secure their systems. They trust tools like firewalls and virus scanners (on windows) to protect them. Some think they know about security but when you take one look at their systems you could find a hundred easy targets for breaking into it without even trying to find them.

      --
      I drink to make other people interesting!
  14. the possible and the probable by petes_PoV · · Score: 2, Insightful
    Everything's at risk - the question is: how much risk and do these risks justify the benefits (of leaving thins as they are), or should money be spent on reducing the risks.

    Until someone can quantify these risks, the whole survey is pointless. Although it does make a nice, juicy headline for the innumerate masses.

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
  15. Would they even know? by khasim · · Score: 3, Insightful

    For industries that aren't feeling those pressures, sometimes breaches of security will motivate them.

    From TFA:

    25% of the respondents reported that their data had been breached, with an overwhelming 42% of respondents who could not exclude the possibility of a breach

    I'd be more interested in those who DID believe they could spot a cracker after the fact.

    I'm not talking "what's this daemon running on my server" or "why are all these warez on my server".

    I'm talking someone cracking your server and copying your data last year. Without installing anything that could be traced.

    There are very few people who really know that their systems have not been cracked. And those people would be the ones who would be instantly aware if they were cracked tomorrow.

    I'm fighting with our programmers right now about how they should put confidential information on our website. They want to link from the website in our DMZ to the database server behind our firewall. So anyone who can crack the webserver has a direct line to our database server.

    But all of the other approaches are "too hard" or "too time consuming".

    1. Re:Would they even know? by legirons · · Score: 1

      I'd be more interested in those who DID believe they could spot a cracker after the fact.

      Exactly. Surely the choice is between "could not exclude the possibility of a breach" and "deluded about their own security"?

      If someone outsmarted them to get access to the data, why do these other x% believe that they would somehow find out about it?

  16. Silly Survey, Medical Data is pretty bad though by jbsooter · · Score: 3, Informative

    I don't think I've ever worked with a system that couldn't be breached if someone wanted to bad enough and IT professionals in charge of them are likely to know exactly how to do it. There's a big difference in a system that could possibly be breached by criminals with intimate knowledge of it and a system that is realistically at significant risk. Asking paranoid IT pros if their systems are vulnerable is likely not a great indicator of the likelihood of them being breached. Of course, asking overconfident ones is probably a worse indicator.

    I will say that some medical records are probably the easiest things in the world to get a hold of. Small private practices generally don't have the knowledge or resource to properly secure their data. A lot of them leave patients in exam rooms alone with a computer, often connected to the internet, for extended periods of time. Not necessarily bad if decent security practices are in place but again, small practices generally don't have the knowledge to have them or just don't feel the need to enforce them.

    I know a guy who did some IT work for several small practices and he still contends that MAC Authentication is about as good as security gets for wireless networks and his clients have all the faith in the world in his judgment. Until those networks get breached and someone leaves enough evidence behind to prove him wrong, its likely those networks will be open to the world.

    1. Re:Silly Survey, Medical Data is pretty bad though by guruevi · · Score: 1

      But then again, who really cares about their medical records or any records for that matter.

      1) People don't care. I work in a University related to a hospital. There have been breaches and people affected are invited to take up an offer of 1 year free privacy protection. How many do you think actually accept that offer? Minimal amount.

      2) Yes, it would be easy to hack into such a systems (or any general medical facilities system) but what would be the benefit. The risk is too great and the rewards too little. So what if I know you have herpes, all I can do with it is blackmail you (which is risky in itself if you even care at all), if I steal your current credit card information, you'll get another one, other numbers and other expiration date at minimal effort. The risk is only acceptable if you can pull off a full identity theft without anyone noticing with the information that is leaked (eg. buy assets "liquid" enough to be moved quickly and easily AND backed by your personal information (real credit card, real drivers license etc.)). The easiest way to pull that off is to offer you to give it to me (all of it) at minimal effort, risk and cost (phishing). Hacking is too technically advanced, costly and risky for most 'real' crooks.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    2. Re:Silly Survey, Medical Data is pretty bad though by jbsooter · · Score: 1

      I very much agree that hacking those systems and getting the data is pretty useless for things like identity theft or credit fraud (unless you can get it all without the breach being noticed) when there are ways of getting better information with significantly less risk. That's is not to say that the data isn't useful if put into the right hands. Two quick examples:

      1. A list of people, addresses, phone numbers, last exam dates, and current conditions would be extremely useful in some directed marketing campaigns. I worked for an optometrist and know a lot of people don't make an appointment for their yearly eye exam until they receive a reminder card. A card from another, conveniently located, office near the year mark could easily get them to make an appointment at the new place. Adding purchase histories to that list would make it direct marketing gold.

      2. The cost associated with having a large data breach is pretty significant, especially for a small business. Notifying everyone, offering the credit counseling even when hardly anyone uses it, and the loss of patients could easily bankrupt a small practice. If it hit the news, which loves those OMG POSSIBLE IDENTITY THEFT ALERT stories, a small business may have to close up shop. A hacker could hold the data hostage and try blackmail. Risky but not as risky as a good portion of crimes people commit every day.

      Both types of breach wouldn't be a big deal in a large medical institution since they have the resources to weather the backlash, but small businesses don't usually have that luxury. The chance of someone trying to pull off either of these examples (or both) is extremely rare but the potential costs are astronomical. Securing the wireless and taking some precautions to minimize people having physical access to terminals in a small practice setting costs almost nothing.

  17. Are by LearnToSpell · · Score: 1

    Plural, you monkeys.

    1. Re:Are by julesh · · Score: 1

      Is.

      "Data" is used in this context as a collective noun.

  18. Three things I've learned as an IT at a large. . . by Anonymous Coward · · Score: 0

    ...Hospital/Reasearch center in a major U.S. city.

    • No one really cares about HIPAA. Yeah, they talk the talk, but that's about it. There may be some areas where it's a priority, but for every one of those there's 5 where all your personal information is stored on a windows machine with a default Admin account, no password, and running a botnet.
    • Anyone who tries to change this is either ignored or labeled "the enemy" by administration
    • When breaches do occur, then those in the know attempt to make sure no one finds out so their jobs/funding/etc is not jeopardized.

    May I have your social security number please?

  19. In related news, by toby · · Score: 0, Offtopic

    Most companies admit they run Windows.

    --
    you had me at #!
  20. No one can ever be sure by John+Hasler · · Score: 1

    > What's worse, 42% did not know and could not exclude a breach, reflecting on the number
    > of organizations that could potentially be breached without anyone knowing after the
    > fact.

    Perhaps that merely indicates that 42% know that it is impossible to exclude the possibility of an undetected breach with absolute certainty.

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  21. Alligatoring for Trolls by A+non-mouse+Coward · · Score: 0, Offtopic

    In related news, most companies admit they run Windows.

    Wow. What a text book troll. Didn't know you still existed (your slashdot ID suggests you're an original slashdot troll).

    Disclaimer: I am no MS fanboy. [This is typed on FF3 on Leopard, but I also run Windows and Ubuntu in VMs.]

    Are you just trying the laffy-taffy equivalent of a slashdot joke from 1999? Or do you seriously believe that this security is still a "Microsoft problem"? The problem is that nobody can "comprehend" their large pile of software which is comprised of the foundational pile (languages, APIs, frameworks, etc.) and their own additional pile. To do "security" you really have to do "correctness". Most software vendors cannot even define "correct" behavior for their apps (they're so unwieldy), let alone prove their implementation follows the "correct" behavior model. Here are a couple examples to refresh your aging memory ...

    Debian OpenSSL - SSH keys
    Redhat's tight-lipped, who-knows-how-bad-of-shape-we're-in incident that at least required new code signing keys.
    Apple's constant delay in shipping patches to all the open source software in their large pile of code they call "OS X"
    The stream of iPhone security bugs (and this is our next generation of enterprise messaging portables?)
    And the daily deluge of SQLi, Command Exec, XSS, CSRF, PHP file includes, etc., on Milw0rm.

    Not even the academics can help us (at least not at the moment). Proving that a program is "safe" for any possible input turns out to be as difficult as the Halting Problem (which is undecidable).

    This is all EXACTLY why all the comments that said ~ "I'm more concerned about the security pros who said unauthorized disclosure wasn't possible" are DEAD ON. So, use the following pseudo code to create the correct response ...

    Select $why
    CASE ($why == luddite): try {admit you have no clue about the state of software security in the early 21st century}

    CASE ($why == badjoke): try {put away your slashdot laffy taffy}

    CASE ($why == needattention):
    if (parents.exist) try {make ammends with disapproving father}
    if (generalAnger) try {attract with honey !vinegar}
    if (!friends) try {make friends && influence people}
    if (!hobbies) try {join charity}
    ESAC

    end select

    --
    libertarian: (n) socially liberal, financially conservative; neither left, nor right.
  22. Tacit admission by PingXao · · Score: 1

    It's a tacit admission that's one step away: We don't really care about it.

    When it comes to customer data, though, it's nothing a few well-placed convictions for willful negligence won't solve.

  23. Re:i may be simple but... by A+non-mouse+Coward · · Score: 1

    Where's the Google Translate tool where "SourceLanguage=PsychoticRamblings"?

    --
    libertarian: (n) socially liberal, financially conservative; neither left, nor right.
  24. Your data is ALWAYS at risk by Anonymous Coward · · Score: 0

    I'm the Chef Information Security Officer of a large organization based in Manhattan and I'm here to confess - our data is at risk. The CIA's data is at risk, the NSA's data is at risk, everything's at risk. This is something the board knows, and a concept that all business-people understand. So Finjan is essentially telling us how many people understand reality as opposed to describing the magnitude of the "at risk" data population.

    Personally, I've dealt with Finjan's "marketing machine" several times and one important thing to note is this -- Finjan is simply a Web proxy that does filtering to mitigate the risk of your employees hitting a malicious site and compromising their workstations.

    This is obviously a large concern, because a workstation breach is, in effect, an internal breach and this could be used as a vector to compromise internal data. But Finjan's solution is something that is not unique, and is easily mitigated by other proxies (we use Bluecoat) that offer more functionality, anti-spyware, anti-virus, even using something other than Internet Explorer would be helpful.

    The likeliest disclosure usually happen from lost devices - thumb drives, PDAs, Blackberrys, and laptops.

    Companies like Finjan use statistics like this in an effort to sell a product that isn't really a market leader. I think some call that FUD.

  25. The more worrying statistic... by JohnGraham · · Score: 1

    "Other findings we should be concerned about include 82% of Healthcare IT respondents admitting that medical records are at risk of data-theft" Is anyone else concerned about the 18% of healthcare IT respondents who DON'T think that medical records are at risk? I mean seriously - that's nearly a fifth of the people questioned in charge of IT for the healthcare industry who think that their systems are actually invulnerable to attack. So far as I'm concerned, that kind of attitude is the biggest threat to IT security there is.

    1. Re:The more worrying statistic... by julesh · · Score: 1

      Is anyone else concerned about the 18% of healthcare IT respondents who DON'T think that medical records are at risk? I mean seriously - that's nearly a fifth of the people questioned in charge of IT for the healthcare industry who think that their systems are actually invulnerable to attack. So far as I'm concerned, that kind of attitude is the biggest threat to IT security there is.

      Based on my experience with medical institutions, it wouldn't surprise me to find that 18% of them were so conservative that they hadn't yet started keeping medical records on networked computer systems...

  26. This one's going +5 insightful by symbolset · · Score: 0

    If people really understood about information security and countermeasures they'd probably close all their accounts, burn all their personal papers and do all their business under a randomly rotated set of deniable assumed names, in cash. That's pretty much how corporations and political figures do it -- they never do business in their own name without a layer of paper corporations or expendable underlings between themselves and an actual decision. In the current climate that's the only way to reliably build personal brand equity.

    It isn't a bad idea actually... But me, I like a little risk. It's the spice of life. Now and then I'll even drink out of a public fountain, or (gasp) check my email over somebody else's network. Not on a Windows box, though. That's not exciting -- just irresponsible.

    --
    Help stamp out iliturcy.
  27. Not surprised at all by Dog135 · · Score: 1

    I use to be a programmer for a local state mental hospital. They had me make a report that would print each patient's name, physical description, SSN, DOB, and last known address.

    I have no idea why they needed the report, but I SURE hope they did a fine job of shredding it when they were done with it.

    So our data was as secure as an orderly could make a printed report secure.

    An interesting note: Out of every 100 people, 58 knew if they've been breached or not, 25 knew they have been. That's just over 43%. That's the scary part.

    --
    "That's so plausible, I can't believe it!" - Leela
  28. what is the definition of a "security breach" by Benjamin_Wright · · Score: 1

    Most all data in commercial and government systems are "exposed" or "compromised" to one degree or another virtually all the time. Should each citizen therefore be mailed 100 breach notices every day? Legally and ethically speaking, we do not have a competent definition of what is and is not a security breach. The result is confusion and excessive anxiety on the part of data holders, data subjects, legal authorities and the media. Ben http://hack-igations.blogspot.com/2007/09/definition-of-data-security-breach.html

    --
    Benjamin Wright, Dallas, Texas, benjaminwright.us
  29. Fixing it as we speak by ShannaraFan · · Score: 1

    As I sit here reading this, I am waiting on deployment scripts to finish running for our monthly production deployment. This month is "PCI Compliance" month - lots of security & permissions changes, auditing, etc. going into prod tonight. Should be done in about three hours... :-( ZZZZZzzzzzzzzzzzz...............

  30. Off site backups by fyoder · · Score: 1

    The reality of off site backups alone might make a lot of hosting/managed server customers cringe. How many companies go to the expense of security to deliver the off site backups to a safety deposit box in a bank or somewhere similarly secure? How many have the backups sitting for free in the trunk of an employee's car?

    --
    Loose lips lose spit.
  31. No kidding by hal9000(jr) · · Score: 1

    This security survey from informationweek (registration required) said the same thing. Worse, when you get into the report, few companies are acutally using encryption for back-ups and think physical access control is good enough.

    It's a mess out there kids and not getting any better.

  32. cjacobs001 by cjacobs001 · · Score: 1

    I just wonder if the response to this article (or lack of response as compared to responses to a lot of other [types] of articles here on /.) is an indication of the state of concern for this important topic.

    --
    cjacobs001