I’m amazed how we have widely available biometrics in the consumer space (anything Apple with TouchID or FaceID) but not in the realm of business where security is far more critical. A rational market observer would have assumed biometrics would have replaced antiquated passwords years ago. Feels like this is a solved problem but Microsoft having a monopoly over business computing and software and there being no agre…
> A rational market observer would have assumed biometrics would have replaced antiquated passwords years ago. Some people prefer that their passwords not be public information.
65% of employees bypass cybersecurity measures, new study finds
21–30 of 97 posts
Re: 65% of employees bypass cybersecurity measures, new study finds
#22I’m amazed how we have widely available biometrics in the consumer space (anything Apple with TouchID or FaceID) but not in the realm of business where security is far more critical. A rational market observer would have assumed biometrics would have replaced antiquated passwords years ago. Feels like this is a solved problem but Microsoft having a monopoly over business computing and software and there being no agre…
You still need to create a password. And since nearly always the biometric option doesn’t replace the password, it’s a moot point.
If we’re okay using our face to auth into all mobile apps (business, personal or otherwise) and also to auth into the country every time we fly into it, why not just move towards making it standard.
Re: 65% of employees bypass cybersecurity measures, new study finds
#23Obviously. The processes for getting an official exception to cybersecurity practices for a legitimate reason are always slow and agonizing, and the people on the other end are incompetent and condescending.
Why would you make such a blanket generalization? The security team where I work is comprised of competent professionals and generally nice people to boot. Our CISO is a great guy to have a beer with. We've had our disagreements, but they've been of the "smart people championing conflicting business values having a reasonable discussion" variety.
It is a hard problem, and the implied solution of "be even more restrictive" is only going to make matters worse.
Re: 65% of employees bypass cybersecurity measures, new study finds
#24> Employees often view security protocols as cumbersome. Long, complex passwords, frequent logins and multi-step authentication can feel like barriers to productivity. This resonates. Juggling Okta and 1P a few times a day is a drag
I think in the security industry, password complexity requirements and frequent re-logging in have been considered bad practises for a while now. Alas they are still seen in places.
We recently had to add that for $bigco requirements at $dayjob, I was stunned: they asked to log people out after — IIRC — 1h inactivity.
Re: 65% of employees bypass cybersecurity measures, new study finds
#25Earlier quoted context omitted.
> A rational market observer would have assumed biometrics would have replaced antiquated passwords years ago. Some people prefer that their passwords not be public information.
In the US, passwords are protected by the 5th Amendment. Face and fingerprint are not. Police can make you unlock with those methods with no repercussions.
Re: 65% of employees bypass cybersecurity measures, new study finds
#26This skipped the main reason employees do this: The cybersecurity measures are widely perceived as "security theater", rather than anything that actually enhances security. Logging me out of an application, where a re-login requires nothing more than a click, is a stupid thing to do. Blocking outgoing (not incoming) ssh is silly when I have outgoing http. Requiring MFA multiple times a day on a work computer that is…
Everything else, MFA, password rotations, approved software, stupid training videos... is all there to tick some boxes in a certification process or to easily shift the blame when something bad happens.
Re: 65% of employees bypass cybersecurity measures, new study finds
#27Earlier quoted context omitted.
I think in the security industry, password complexity requirements and frequent re-logging in have been considered bad practises for a while now. Alas they are still seen in places.
> frequent re-logging We recently had to add that for $bigco requirements at $dayjob, I was stunned: they asked to log people out after — IIRC — 1h inactivity.
Honestly, it's not a terrible policy if you're working with privileged information. A contact mine had with a big insurance company required a 30 minute inactivity logout I think.
OTOH if your job is filling out spreadsheets and forms for a retailer and you don't even have access to customer info, it's way overkill.
Nuance tends to be the first thing tossed out the window when dealing with $bigco though, too many people to manage smartly.
Re: 65% of employees bypass cybersecurity measures, new study finds
#28Earlier quoted context omitted.
> If your company has multiple things you need to log in to, its doing something wrong. How does that work for privileged accounts?
Kind of like sudo. Your individual identity is allowed to assume the privileged identity after providing an additional factor/justification (and your access has a TTL).
Re: 65% of employees bypass cybersecurity measures, new study finds
#29And every year in response to all the breaches in the news the company spends more money to hire another security team who simply pile on another redundant layer on top.
The industry has jumped the shark when it comes to IT security. It's the corporate equivalent of spending tens of billions of dollars on the TSA and making everyone take their shoes off at the airport. Meanwhile someone with intent can stroll into JFK, casually bypass all security checkpoints and get on a plane to Paris without a boarding pass.
Re: 65% of employees bypass cybersecurity measures, new study finds
#30> Password Reuse: 49% of respondents use the same login credentials for multiple work applications, and 36% use the same credentials for personal and professional accounts. If your company has multiple things you need to log in to, its doing something wrong. Having company-wide single login system is really critical for good security. > 30% of employees share their workplace passwords with colleagues, effectively nul…