Detection rules › Sigma

Use of Legacy Authentication Protocols

Status
test
Severity
high
Log source
product azure, service signinlogs
Author
Yochana Henderson, '@Yochana-H'
Source
github.com/SigmaHQ/sigma

Alert on when legacy authentication has been used on an account

MITRE ATT&CK coverage

Rule body yaml

title: Use of Legacy Authentication Protocols
id: 60f6535a-760f-42a9-be3f-c9a0a025906e
status: test
description: Alert on when legacy authentication has been used on an account
references:
    - https://learn.microsoft.com/en-gb/entra/architecture/security-operations-privileged-accounts
author: Yochana Henderson, '@Yochana-H'
date: 2022-06-17
tags:
    - attack.privilege-escalation
    - attack.persistence
    - attack.initial-access
    - attack.credential-access
    - attack.stealth
    - attack.t1078.004
    - attack.t1110
logsource:
    product: azure
    service: signinlogs
detection:
    selection:
        ActivityDetails: Sign-ins
        ClientApp:
            - Other client
            - IMAP
            - POP3
            - MAPI
            - SMTP
            - Exchange ActiveSync
            - Exchange Web Services
        Username: 'UPN'
    condition: selection
falsepositives:
    - User has been put in acception group so they can use legacy authentication
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    ActivityDetails: Sign-ins
    ClientApp:
        - Other client
        - IMAP
        - POP3
        - MAPI
        - SMTP
        - Exchange ActiveSync
        - Exchange Web Services
    Username: 'UPN'

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
ActivityDetailseq
  • Sign-ins
ClientAppeq
  • Exchange ActiveSync
  • Exchange Web Services
  • IMAP
  • MAPI
  • Other client
  • POP3
  • SMTP
Usernameeq
  • UPN