Detectionhightest
AWS Identity Center Identity Provider Change
Detects a change in the AWS Identity Center (FKA AWS SSO) identity provider. A change in identity provider allows an attacker to establish persistent access or escalate privileges via user impersonation.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Log Source
AWScloudtrail
ProductAWS← raw: aws
Servicecloudtrail← raw: cloudtrail
Detection Logic
Detection Logic1 selector
detection:
selection:
eventSource:
- 'sso-directory.amazonaws.com'
- 'sso.amazonaws.com'
eventName:
- 'AssociateDirectory'
- 'DisableExternalIdPConfigurationForDirectory'
- 'DisassociateDirectory'
- 'EnableExternalIdPConfigurationForDirectory'
condition: selectionFalse Positives
Authorized changes to the AWS account's identity provider
MITRE ATT&CK
Rule Metadata
Rule ID
d3adb3ef-b7e7-4003-9092-1924c797db35
Status
test
Level
high
Type
Detection
Created
Wed Sep 27
Author
Path
rules/cloud/aws/cloudtrail/aws_sso_idp_change.yml
Raw Tags
attack.persistenceattack.credential-accessattack.defense-evasionattack.t1556