Files
blue-team-tools/rules/cloud/azure/azure_legacy_authentication_protocols.yml
T
Mark Morowczynski b24e6d197b Update tags for MITRE ATT&CK
Update tags for MITRE ATT&CK
2023-01-29 11:29:12 -08:00

33 lines
940 B
YAML

title: Use of Legacy Authentication Protocols
id: 60f6535a-760f-42a9-be3f-c9a0a025906e
status: experimental
description: Alert on when legecy authentication has been used on an account
references:
- https://docs.microsoft.com/en-gb/azure/active-directory/fundamentals/security-operations-privileged-accounts
author: Yochana Henderson, '@Yochana-H'
date: 2022/06/17
tags:
- attack.initial_access
- attack.credential_access
- 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