Files
blue-team-tools/rules/windows/builtin/win_mal_wceaux_dll.yml
T
2019-11-12 23:12:27 +01:00

28 lines
715 B
YAML

title: WCE wceaux.dll Access
id: 1de68c67-af5c-4097-9c85-fe5578e09e67
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
tags:
- attack.credential_access
- attack.t1003
- attack.s0005
logsource:
product: windows
service: security
detection:
selection:
EventID:
- 4656
- 4658
- 4660
- 4663
ObjectName: '*\wceaux.dll'
condition: selection
falsepositives:
- Penetration testing
level: critical