Detection rules › Panther

SIGNAL - Sign-in with AWS CLI prompt

Severity
informational
Log types
AWS.CloudTrail
Source
github.com/panther-labs/panther-analysis

Rule body yaml

AnalysisType: rule
Filename: signin_with_aws_cli_prompt.py
RuleID: "Sign-in.with.AWS.CLI.prompt"
DisplayName: "SIGNAL - Sign-in with AWS CLI prompt"
Enabled: true
CreateAlert: false
LogTypes:
    - AWS.CloudTrail
Severity: Info
DedupPeriodMinutes: 60
Threshold: 1
Tests:
    - Name: Test-291327
      ExpectedResult: true
      Log:
        eventName: ListApplications
        eventSource: sso.amazonaws.com
        eventTime: '...'
        eventVersion: "1.08"
        sourceIPAddress: <Victim source IP>
        userAgent: <Victim browser user agent>
        userIdentity:
            accountId: <organization master account ID>
            principalId: <internal victim user id>
            type: Unknown
            userName: <victim display name>

Detection logic

Condition

eventSource eq "sso.amazonaws.com"
eventName eq "ListApplications"

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
eventNameeq
  • ListApplications
eventSourceeq
  • sso.amazonaws.com