b24e6d197b
Update tags for MITRE ATT&CK
28 lines
838 B
YAML
28 lines
838 B
YAML
title: Password Reset By User Account
|
|
id: 340ee172-4b67-4fb4-832f-f961bdc1f3aa
|
|
status: experimental
|
|
description: Detect when a user has reset their password in Azure AD
|
|
references:
|
|
- https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/security-operations-privileged-accounts
|
|
author: YochanaHenderson, '@Yochana-H'
|
|
date: 2022/08/03
|
|
tags:
|
|
- attack.persistence
|
|
- attack.credential_access
|
|
- attack.t1078.004
|
|
logsource:
|
|
product: azure
|
|
service: auditlogs
|
|
detection:
|
|
selection:
|
|
Category: 'UserManagement'
|
|
Status: 'Success'
|
|
Initiatedby: 'UPN'
|
|
filter:
|
|
Target|contains: 'UPN'
|
|
ActivityType|contains: 'Password reset'
|
|
condition: selection and filter
|
|
falsepositives:
|
|
- If this was approved by System Administrator or confirmed user action.
|
|
level: medium
|