mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Merge pull request #36 from dim0x69/master
rule to detect mimikatz lsadump::changentlm and lsadump::setntlm
This commit is contained in:
commit
7fdc78c8bf
18
rules/windows/builtin/win_susp_samr_pwset.yml
Normal file
18
rules/windows/builtin/win_susp_samr_pwset.yml
Normal file
@ -0,0 +1,18 @@
|
||||
title: Possible remote password change (NTLM hash only) 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:
|
||||
- EventLog: Security
|
||||
EventID: 5145
|
||||
RelativeTargetName: samr
|
||||
passwordchanged:
|
||||
- EventLog: Security
|
||||
EventID: 4738
|
||||
PasswordLastSet: (any)
|
||||
timeframe: 15s
|
||||
condition: samrpipe | near passwordchanged within timeframe
|
||||
level: medium
|
Loading…
Reference in New Issue
Block a user