logoalt Hacker News

Google's Beyond Zero: Enterprise Security for the AI Era

90 pointsby jordiggtoday at 9:59 AM52 commentsview on HN

Comments

krirotoday at 12:36 PM

""" Beyond Zero shifts the trust boundary from the application to the action being performed on a piece of data in realtime—and from after-the-fact investigation to in-the-moment evaluation and containment. It augments BeyondCorp’s foundational identity with a “brain” capable of reasoning about the context and intent of a specific request in realtime. """

Doesn't this simply shift the attack vector? Compromising this overlord brain now becomes a new target.

show 3 replies
firasdtoday at 11:09 AM

Honestly I think non-malicious odd behavior is under-weighted when it comes to AI agents. Even the example in this paper is about someone suspiciously accessing sales data when "why did you do that" often comes down to something in the model's training that fired as a reflex

I wrote about this a few days ago https://firasd.substack.com/p/accidental-data-loss-in-claude...

"Many researchers have made demos along these lines:

An agent is asked to check a webpage like example.com

The webpage asks for a name to proceed further

The agent calls example.com/evil?myname=John, thus sending the user’s name from the context window to the external server.

In practice, however, these elaborate ‘confused deputy’ exfiltration attacks seem rare compared to widely-reported data loss incidents.

The risk of undermining the user’s interests through clumsiness deserves at least as much scrutiny as the risk of leaking secrets."

So while the idea of shifting the permission boundary from the app level to the action level makes sense, what we should also have is some 'failsafes', eg. if the action says 'delete' then maintain a rollback window, if the action is 'send an email' then maintain an events log. Preparing for AI agents means expanding auditability and reversibility in software

show 1 reply
FailMoretoday at 1:52 PM

If this is interesting to you (as it is to me) but you want to quickly digest it instead of read the paper, Claude + SmallDocs[1] converted it into a slideshow which serves it to you in bitesized ideas:

https://smalldocs.org/s/2SH6FHiUK1mcym24Z8E37I#k=2Sk6c_IdKJL...

[1] I am the developer behind SmallDocs.

show 1 reply
insumanthtoday at 12:18 PM

I was confused when google acquired "Wiz" for so much money But now, it makes sense to some extent.

Security is non-negotiable in AI Era

oscarcptoday at 11:09 AM

Am I undertanding this correctly? The idea is to have ultimately an AI decide if I can have access to a resource based on dynamic inference, identity , intent and service signals that can easily be manipulated?

Unless I gravely misunderstood the text, this seems like a terrible idea (fancy non-scifi, but still terrible)

show 4 replies
stogottoday at 12:04 PM

Zero trust is deterministic.

AI is non-deterministic

Non-deterministic access controls is Terrible idea

show 3 replies
simonmorleytoday at 3:19 PM

[flagged]

urup2l8today at 10:50 AM

Oh yeah, a company whose business model is taking everyone’s data and selling it is going to help me secure my data. I guess there’s one born every minute…

show 2 replies