AWS Bedrock Guardrail Updated via UpdateGuardrail API

Alerts on CloudTrail-reported Amazon Bedrock guardrail updates, which may signal attempts to weaken safety controls.

FreeReviewedSigma · Medium · v5
Product
aws
Service
cloudtrail
Author
Marco Pedrinazzi (@pedrinazziM) (InTheCyber) (SigmaHQ), DRL 1.1
Published
2026-07-10
Updated
2026-07-31
title: AWS Bedrock Guardrail Updated via UpdateGuardrail API
id: 0e648035-0ef6-4d02-8b82-470f58681428
status: experimental
description: This rule flags CloudTrail events where the Bedrock service reports an UpdateGuardrail action. Updating guardrails can be used to weaken or alter safety constraints, potentially enabling unsafe or unauthorized model outputs. It relies on AWS CloudTrail telemetry for the eventName and eventSource fields corresponding to Bedrock guardrail updates.
references:
  - https://docs.aws.amazon.com/bedrock/latest/APIReference/API_UpdateGuardrail.html
  - https://github.com/SigmaHQ/sigma/blob/master/rules/cloud/aws/cloudtrail/aws_cloudtrail_bedrock_guardrail_updated.yml
author: Marco Pedrinazzi (@pedrinazziM) (InTheCyber), Huntrule Team
date: 2026-07-10
tags:
  - attack.defense-impairment
  - attack.t1685
logsource:
  product: aws
  service: cloudtrail
detection:
  selection:
    eventName: UpdateGuardrail
    eventSource: bedrock.amazonaws.com
  condition: selection
falsepositives:
  - Legitimate guardrail updates by authorized identities.
level: medium
license: DRL-1.1
related:
  - id: 1c722651-254a-4b04-a9f4-99b62a2d0a1f
    type: derived