""" 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…
Google's Beyond Zero: Enterprise Security for the AI Era
51–60 of 87 posts
Re: Google's Beyond Zero: Enterprise Security for the AI Era
#52Re: Google's Beyond Zero: Enterprise Security for the AI Era
#53Zero trust is deterministic. AI is non-deterministic Non-deterministic access controls is Terrible idea
I completely agree. I think LLMs may have a role in security posture, specifically flagging/identifying potential threats for human review . But a Zero Trust/Access Controls should be a HARD boundary, not an inconsistent one. The problem we have right now is that there are some legitimately interesting ideas out there for things we could be using LLMs for, but we also have a ton of "I have a hammer, and everything lo…
Re: Google's Beyond Zero: Enterprise Security for the AI Era
#54Zero trust is deterministic. AI is non-deterministic Non-deterministic access controls is Terrible idea
I've been working on an open source ZTNA project/product https://github.com/octelium/octelium for many years and I am actually very open to the idea. Machine learning has already been in use for years when it comes to anomaly detection. Maybe modern LLMs can be used to automate access control, partially or fully at enterprise scale in the future. The idea is to have a policy engine that's controlled by AI that uses a…
And then agents come along and some people want their agent to be able to do anything they can do with zero friction. That usually lasts until the first time something goes wrong ;)
Re: Google's Beyond Zero: Enterprise Security for the AI Era
#55Earlier quoted context omitted.
I've been working on an open source ZTNA project/product https://github.com/octelium/octelium for many years and I am actually very open to the idea. Machine learning has already been in use for years when it comes to anomaly detection. Maybe modern LLMs can be used to automate access control, partially or fully at enterprise scale in the future. The idea is to have a policy engine that's controlled by AI that uses a…
Good, realistic take. There's a lot of context that can be drawn on to make better decisions and look for weird . And then agents come along and some people want their agent to be able to do anything they can do with zero friction. That usually lasts until the first time something goes wrong ;)
Re: Google's Beyond Zero: Enterprise Security for the AI Era
#56""" 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…
To me, this sounds like zero trust version 2.0. The "brain" challenges agentic AI trying to access resources it normally doesn't access.
Personally, I like the name "Beyond Zero" because it isn't oxymoronic like "Zero Trust".
Re: Google's Beyond Zero: Enterprise Security for the AI Era
#57Zero trust is deterministic. AI is non-deterministic Non-deterministic access controls is Terrible idea
+1000, and the role of non-deterministic security is to compose deterministic security primitives. Deterministic executes fast and you know what it will do. You want to evolve your ground truth, not hope for the best. That said, there is a role for probabilistic elements in the security model...as bait and signal.
Re: Google's Beyond Zero: Enterprise Security for the AI Era
#58If 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.
Re: Google's Beyond Zero: Enterprise Security for the AI Era
#59Zero trust is deterministic. AI is non-deterministic Non-deterministic access controls is Terrible idea
I completely agree. I think LLMs may have a role in security posture, specifically flagging/identifying potential threats for human review . But a Zero Trust/Access Controls should be a HARD boundary, not an inconsistent one. The problem we have right now is that there are some legitimately interesting ideas out there for things we could be using LLMs for, but we also have a ton of "I have a hammer, and everything lo…
Re: Google's Beyond Zero: Enterprise Security for the AI Era
#60""" 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…
Before zero trust, once you logged in, you have access to the entire kingdom of resources/files/APIs etc. To me, this sounds like zero trust version 2.0. The "brain" challenges agentic AI trying to access resources it normally doesn't access. Personally, I like the name "Beyond Zero" because it isn't oxymoronic like "Zero Trust".