Live data from Hacker News

OWASP Non-Human Identities Top 10

owasp.org

21–30 of 37 posts

Re: OWASP Non-Human Identities Top 10

#21

TIL that OWASP has a bunch of Top 10 projects other than application security. Some others I found: - Top 10 for LLMs - https://owasp.org/www-project-top-10-for-large-language-mode... - Top 10 for OT - https://ot.owasp.org/ - Top 10 for Smart Contracts - https://owasp.org/www-project-smart-contract-top-10/ - Top 10 for Open Source Software - https://owasp.org/www-project-open-source-software-top-10/

I personally like the API one: https://owasp.org/API-Security/editions/2023/en/0x11-t10/

So many basic screwups.

Re: OWASP Non-Human Identities Top 10

#25
I would love to hear about any useful work around leak/abuse-resistance improvements of service accounts and API keys (i.e. the 'NHI' referenced here -- awkward terminology!). Passkeys are a great solution when some kind of end-user interactivity is feasible, and AWS Secrets Manager is supposedly very good if you're entirely on that platform, but for self-hosting, the options seem limited (and things like Hashicorp Vault still don't fully solve the problem)?

I recently refactored a moderately complicated system to remove the need for periodic distribution of updated network access credentials, and the best I could come up with were X509 client certificates, which (even if in this case it was a big improvement over the existing state of affairs) feel archaic...

Re: OWASP Non-Human Identities Top 10

#26
post #17

This focuses mostly more on internal security (i.e after the attacker already has a foothold inside) versus the classic OWASP that are for external front fracing applications

It has long been consensus that perimeter security is an outdated concept. With servers in public clouds workers remote etc just assume that a breach could potentially happen and mitigate the potential damage - stealing credentials from a marketing guy should not result in root access to prod db.

Re: OWASP Non-Human Identities Top 10

#28
It’s already wise to establish a shared authentication word or phrase with family and colleagues, because AI can now convincingly mimic a person’s face, voice, gestures, even their gait during video calls or phone conversations. A bot won’t know the secret passcode when you ask for it.

Within the next 20–25 years, you may need that same safeguard in face-to-face meetings, since Replicants will be lifelike enough to fool anyone.

Voight-Kampff Test: https://youtu.be/IbBfONITYNg

Re: OWASP Non-Human Identities Top 10

#30

Identities are very hard to manage and secure overall. Audits are super long, tedious. Adding more dimensions into reviews that aren't properly done right now will be extremely tricky.

Shameless plug: I work to make this easier at https://www.slashid.dev/products/identity-protection/

And yes, you're absolutely right. Attempting to manage NHIs across multiple cloud/service providers without having proper automation in place is a total nightmare.

Post reply on HN