Detectionmediumtest

AWS Suspicious SAML Activity

Identifies when suspicious SAML activity has occurred in AWS. An adversary could gain backdoor access via SAML.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Austin SongerCreated Wed Sep 22Updated Sun Dec 18f43f5d2f-3f2a-4cc8-b1af-81fde7dbaf0ecloud
Log Source
AWScloudtrail
ProductAWS← raw: aws
Servicecloudtrail← raw: cloudtrail
Detection Logic
Detection Logic2 selectors
detection:
    selection_sts:
        eventSource: 'sts.amazonaws.com'
        eventName: 'AssumeRoleWithSAML'
    selection_iam:
        eventSource: 'iam.amazonaws.com'
        eventName: 'UpdateSAMLProvider'
    condition: 1 of selection_*
False Positives

Automated processes that uses Terraform may lead to false positives.

SAML Provider could be updated by a system administrator. Verify whether the user identity, user agent, and/or hostname should be making changes in your environment.

SAML Provider being updated from unfamiliar users should be investigated. If known behavior is causing false positives, it can be exempted from the rule.

Rule Metadata
Rule ID
f43f5d2f-3f2a-4cc8-b1af-81fde7dbaf0e
Status
test
Level
medium
Type
Detection
Created
Wed Sep 22
Modified
Sun Dec 18
Path
rules/cloud/aws/cloudtrail/aws_susp_saml_activity.yml
Raw Tags
attack.defense-evasionattack.initial-accessattack.lateral-movementattack.persistenceattack.privilege-escalationattack.t1078attack.t1548attack.t1550attack.t1550.001
View on GitHub