Skip to content

Commit f321ac8

Browse files
Merge PR #6123 from @marcopedrinazzi - Add 2 new AWS Bedrock Guardrail rules for Update or Deletion
new: AWS Bedrock Guardrail Deleted new: AWS Bedrock Guardrail Updated
1 parent 1f457bb commit f321ac8

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
title: AWS Bedrock Guardrail Deleted
2+
id: 59b70e4d-dd17-44a9-b740-acf07ae3eb6a
3+
status: experimental
4+
description: |
5+
Detects deletion of an Amazon Bedrock guardrail, which may indicate attempts to remove
6+
model safety controls and allow unsafe or unauthorized model responses.
7+
references:
8+
- https://docs.aws.amazon.com/bedrock/latest/APIReference/API_DeleteGuardrail.html
9+
author: Marco Pedrinazzi (@pedrinazziM) (InTheCyber)
10+
date: 2026-07-10
11+
tags:
12+
- attack.defense-impairment
13+
- attack.t1685
14+
logsource:
15+
product: aws
16+
service: cloudtrail
17+
detection:
18+
selection:
19+
eventName: 'DeleteGuardrail'
20+
eventSource: 'bedrock.amazonaws.com'
21+
condition: selection
22+
falsepositives:
23+
- Legitimate guardrail deletion by authorized identities.
24+
level: medium
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
title: AWS Bedrock Guardrail Updated
2+
id: 1c722651-254a-4b04-a9f4-99b62a2d0a1f
3+
status: experimental
4+
description: |
5+
Detects updates to an Amazon Bedrock guardrail, which may indicate attempts to weaken
6+
model safety controls and allow unsafe or unauthorized model responses.
7+
references:
8+
- https://docs.aws.amazon.com/bedrock/latest/APIReference/API_UpdateGuardrail.html
9+
author: Marco Pedrinazzi (@pedrinazziM) (InTheCyber)
10+
date: 2026-07-10
11+
tags:
12+
- attack.defense-impairment
13+
- attack.t1685
14+
logsource:
15+
product: aws
16+
service: cloudtrail
17+
detection:
18+
selection:
19+
eventName: 'UpdateGuardrail'
20+
eventSource: 'bedrock.amazonaws.com'
21+
condition: selection
22+
falsepositives:
23+
- Legitimate guardrail updates by authorized identities.
24+
level: medium

0 commit comments

Comments
 (0)