SigmaHQ/rules/windows/builtin/win_susp_samr_pwset.yml

18 lines
704 B
YAML
Raw Normal View History

2018-01-27 09:57:30 +00:00
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
logsource:
product: windows
service: security
detection:
samrpipe:
EventID: 5145
RelativeTargetName: samr
passwordchanged:
EventID: 4738
passwordchanged_filter:
PasswordLastSet: null
timeframe: 15s
2018-06-28 14:39:13 +00:00
condition: ( passwordchanged and not passwordchanged_filter ) | near samrpipe
level: medium