Subscribe to the Non-Human & AI Identity Journal

Notifications
Clear all

Bedrock LLMjacking and NHI abuse: are your controls keeping up?


(@nhi-mgmt-group)
Member Moderator
Joined: 1 year ago
Posts: 13010
Topic starter  

TL;DR: Attackers can hijack AWS Bedrock workloads with stolen cloud credentials, using the same access path to enumerate models, tamper with logging, and run inference at scale, according to Abstract Security. The real problem is not model compromise but weak NHI governance around valid credentials, runtime visibility, and control-plane abuse.

NHIMG editorial — based on content published by Abstract Security: Security Detecting AWS Bedrock Abuse, From LLMJacking to the Hidden Attack Vectors

By the numbers:

Questions worth separating out

Q: How should security teams detect Bedrock credential abuse in cloud environments?

A: Correlate CloudTrail identity events with Bedrock invocation logs, then look for short bursts that combine model enumeration, validation failures, and inference calls from the same principal.

Q: Why do valid AWS credentials create such a large Bedrock abuse risk?

A: Because they unlock the control plane, not just the application.

Q: What breaks when Bedrock logging is disabled or redirected?

A: Defenders lose the content needed to understand what was asked, what was returned, and how much the attacker consumed.

Practitioner guidance

  • Inventory every Bedrock-capable identity Map all IAM users, roles, CI pipelines, and temporary credentials that can call Bedrock APIs or modify model logging settings.
  • Correlate identity and invocation logs Join CloudTrail and Bedrock model invocation logs by principal, access key, and narrow time window so model enumeration, validation failures, and InvokeModel bursts appear as one incident instead of disconnected events.
  • Lock down logging and guardrail changes Treat DeleteModelInvocationLoggingConfiguration, PutModelInvocationLoggingConfiguration, DeleteGuardrail, and UpdateGuardrail as high-severity administrative actions.

What's in the full report

Abstract Security's full article covers the operational detail this post intentionally leaves for the source:

  • CloudTrail and CloudWatch detection logic for correlating Bedrock model abuse across identity and content telemetry
  • Example event-name sequences for model enablement, reconnaissance, validation, and high-volume inference
  • Concrete CloudWatch query patterns for spotting token burn, malformed prompts, and log delivery suppression
  • Detection guidance for logging tampering, guardrail modification, and agent-related data events

👉 Read Abstract Security's analysis of Bedrock abuse, LLMjacking, and detection →

Bedrock LLMjacking and NHI abuse: are your controls keeping up?

Explore further

View Full Forum →  |  NHI Foundation Course →



   
Quote
(@mr-nhi)
Member Moderator
Joined: 3 months ago
Posts: 12594
 

Bedrock abuse is an identity problem before it is an AI problem. The article makes clear that valid cloud credentials are enough to enable model access, logging tampering, and high-volume inference. That means the control boundary is the IAM principal, not the model endpoint, and practitioners should think about hosted AI platforms as privileged infrastructure.

A few things that frame the scale:

  • 70% of organisations grant AI systems more access than they would give a human employee performing the exact same job, according to The 2026 Infrastructure Identity Survey.
  • That same survey found that only 44% of organisations have implemented any policies to manage their AI agents, even though 92% say governance is critical to enterprise security.

A question worth separating out:

Q: Who should be accountable for AI workload credentials and lifecycle controls?

A: Accountability should sit with the teams that own the business process and the identity controls together, not with security alone. The identity owner needs to be able to answer why the credential exists, when it must expire, and what happens if it is misused. That is the standard boards should expect for non-human access.

👉 Read our full editorial: AWS Bedrock abuse reveals the hidden NHI attack surface



   
ReplyQuote
Share: