mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
Create win_impacket_secretdump.yml
This commit is contained in:
parent
516c8f3ea1
commit
b941f6411f
21
rules/windows/builtin/win_impacket_secretdump.yml
Normal file
21
rules/windows/builtin/win_impacket_secretdump.yml
Normal file
@ -0,0 +1,21 @@
|
||||
title: Possible Impacket SecretDump remote activity
|
||||
description: Detect AD credential dumping using impacket secretdump HKTL
|
||||
author: Samir Bousseaden
|
||||
references:
|
||||
- https://blog.menasec.net/2019/02/threat-huting-10-impacketsecretdump.html
|
||||
tags:
|
||||
- attack.credential_access
|
||||
- attack.T1003
|
||||
logsource:
|
||||
product: windows
|
||||
service: security
|
||||
description: 'The advanced audit policy setting "Object Access > Audit Detailed File Share" must be configured for Success/Failure'
|
||||
detection:
|
||||
selection:
|
||||
EventID: 5145
|
||||
ShareName: \\*\ADMIN$
|
||||
RelativeTargetName: 'SYSTEM32\*.tmp'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- pentesting
|
||||
level: high
|
Loading…
Reference in New Issue
Block a user