Detection rules › Panther

AWS Potentially Stolen Service Role

Severity
high
Tags
AWS
Source
github.com/panther-labs/panther-analysis

A role was assumed by an AWS service, followed by a user within 24 hours. This could indicate a stolen or compromised AWS service role.

MITRE ATT&CK coverage

TacticTechniques
Credential AccessT1528 Steal Application Access Token

Rule body yaml

AnalysisType: scheduled_rule
RuleID: "AWS.Potentially.Stolen.Service.Role.Scheduled"
DisplayName: "AWS Potentially Stolen Service Role"
Enabled: true
Tags:
    - AWS
Severity: High
Reports:
  MITRE ATT&CK:
    - TA0006:T1528 # Steal Application Access Token
Description: A role was assumed by an AWS service, followed by a user within 24 hours.  This could indicate a stolen or compromised AWS service role.
Filename: aws_potentially_compromised_service_role.py
ScheduledQueries:
  - "AWS Potentially Stolen Service Role"

Detection logic

Filter

def rule(_):
    return True