mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-07 01:55:21 +00:00
21 lines
760 B
YAML
Executable File
21 lines
760 B
YAML
Executable File
title: Possible Remote Password Change Through SAMR
|
|
description: Detects a possible remote NTLM hash change through SAMR API SamiChangePasswordUser() or SamSetInformationUser(). "Audit User Account Management" in "Advanced Audit Policy Configuration" has to be enabled in your local security policy / GPO to see this events.
|
|
author: Dimitrios Slamaris
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1212
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
samrpipe:
|
|
EventID: 5145
|
|
RelativeTargetName: samr
|
|
passwordchanged:
|
|
EventID: 4738
|
|
passwordchanged_filter:
|
|
PasswordLastSet: null
|
|
timeframe: 15s
|
|
condition: ( passwordchanged and not passwordchanged_filter ) | near samrpipe
|
|
level: medium
|