mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
ada1ca94ea
* Addition of ntdsutil.exe rule * Added new link to existing rules
23 lines
599 B
YAML
23 lines
599 B
YAML
title: WCE wceaux.dll Access
|
|
status: experimental
|
|
description: Detects wceaux.dll access while WCE pass-the-hash remote command execution on source host
|
|
author: Thomas Patzke
|
|
references:
|
|
- https://www.jpcert.or.jp/english/pub/sr/ir_research.html
|
|
- https://jpcertcc.github.io/ToolAnalysisResultSheet
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection:
|
|
EventID:
|
|
- 4656
|
|
- 4658
|
|
- 4660
|
|
- 4663
|
|
ObjectName: '*\wceaux.dll'
|
|
condition: selection
|
|
falsepositives:
|
|
- Penetration testing
|
|
level: critical
|