Detection rules › Panther

SIGNAL - AWS Console SSO Sign-In

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

Rule body yaml

AnalysisType: rule
Filename: aws_console_signin.py
RuleID: "AWS.Console.Sign-In"
DisplayName: "SIGNAL - AWS Console SSO Sign-In"
Enabled: true
CreateAlert: false
LogTypes:
    - AWS.CloudTrail
Severity: Info
DedupPeriodMinutes: 60
Threshold: 1
Tests:
    - Name: Test-94439c
      ExpectedResult: true
      Log:
        awsRegion: us-east-1
        eventCategory: Management
        eventID: 8cb05708-9764-4774-a048-59a4c8e1684d
        eventName: Authenticate
        eventSource: sso.amazonaws.com
        eventTime: "2024-06-03 15:23:22.000000000"
        eventType: AwsServiceEvent
        eventVersion: "1.08"
        managementEvent: true

Detection logic

Condition

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

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
  • Authenticate
eventSourceeq
  • sso.amazonaws.com