mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 15:58:24 +01:00
4f83231697
* Update SigmaHQ ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> * Update SigmaHQ ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> * Update SigmaHq ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> * Update SigmaHq ref Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> --------- Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com>
28 lines
1013 B
YAML
28 lines
1013 B
YAML
---
|
|
Name: Wab.exe
|
|
Description: Windows address book manager
|
|
Author: 'Oddvar Moe'
|
|
Created: 2018-05-25
|
|
Commands:
|
|
- Command: wab.exe
|
|
Description: Change HKLM\Software\Microsoft\WAB\DLLPath and execute DLL of choice
|
|
Usecase: Execute dll file. Bypass defensive counter measures
|
|
Category: Execute
|
|
Privileges: Administrator
|
|
MitreID: T1218
|
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
|
Full_Path:
|
|
- Path: C:\Program Files\Windows Mail\wab.exe
|
|
- Path: C:\Program Files (x86)\Windows Mail\wab.exe
|
|
Code_Sample:
|
|
- Code:
|
|
Detection:
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/registry/registry_set/registry_set_wab_dllpath_reg_change.yml
|
|
- IOC: WAB.exe should normally never be used
|
|
Resources:
|
|
- Link: https://twitter.com/Hexacorn/status/991447379864932352
|
|
- Link: http://www.hexacorn.com/blog/2018/05/01/wab-exe-as-a-lolbin/
|
|
Acknowledgement:
|
|
- Person: Adam
|
|
Handle: '@Hexacorn'
|