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

(spawn-queue.acm.org)

27 points | by jordigg 2 hours ago

4 comments

  • firasd 1 hour ago
    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."

  • oscarcp 1 hour ago
    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)

    • insanitybit 9 minutes ago
      This would be paired with deterministic controls. So you have, for example, "engineers can only read from the database, and only after they've perform a 2FA" but then there's context like "why is this engineer reading from the payments table when their IP is in a weird location and they're supposed to be on PTO?" and perhaps that's something a model decides.

      It's possible to turn that second thing into a sort of "risk score" but it's very hard and a model is going to potentially be better at it.

    • oscarcp 55 minutes ago
      Just to make my point: can I really trust humans to keep up with the required identity data that will give me enough "credibility" so the AI will give me access?

      Let's say I had a promotion, who changes my title in the system, who changes my responsibilities and my place in the org chart, more importantly, will they do it or is <HR_NAME_HERE> on leave and forgot? those are data points required by the agent to determine if I'm "good enough" to access a certain resource.

      What if... someone spoofed my address and did a flood in one of the resources that are lateral to what I'm allowed to access (let's say I don't have access to company sales but I do to department sales and the attacker floods company sales with requests under my address), would the AI determine that I'm a high-threat actor and not allow me to access legitimate files going forward?

      Will exceptions be made by humans? In which case we go back to human-managed permissions.

      Sorry, I might be barking up the wrong tree but I think these are questions that are not meant to be solved during implementation. And they add to what @firasd said about legitimate-but-odd behaviour

    • modo_mario 15 minutes ago
      It does sound like something that could be easily exploited. Hello HAL, I am martha from accounting.
    • luma 20 minutes ago
      Having a non-deterministic network device in path sounds fun for troubleshooting. AI firewall team about to become the new ticket sponge in every org.
  • stogot 14 minutes ago
    Zero trust is deterministic.

    AI is non-deterministic

    Non-deterministic access controls is Terrible idea

    • Someone1234 8 minutes ago
      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 looks like a nail" going on too.

  • urup2l8 1 hour ago
    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…
    • exitheone 1 hour ago
      This trope is so tiring.

      There is a massive difference between Google for enterprise customers and Google for consumers.

      The consumer offering is massively subsidized by ads and will use your data for ad placement, although they still never sell your data because that would hurt their business.

      The Enterprise offering guarantees you contractually that they never touch your data.

    • stingraycharles 1 hour ago
      Where do you see them offering this service to you? They’re just publishing what they developed internally, which is what they often do.

      Now, Cloudflare, on the other hand, would be much more likely to offer a service like this.