Techniques
Sample rules
UEFI Persistence Via Wpbbin - FileCreation
- source: sigma
- technicques:
- t1542
- t1542.001
Description
Detects creation of a file named “wpbbin” in the “%systemroot%\system32" directory. Which could be indicative of UEFI based persistence method
Detection logic
condition: selection
selection:
TargetFilename: C:\Windows\System32\wpbbin.exe
UEFI Persistence Via Wpbbin - ProcessCreation
- source: sigma
- technicques:
- t1542
- t1542.001
Description
Detects execution of the binary “wpbbin” which is used as part of the UEFI based persistence method described in the reference section
Detection logic
condition: selection
selection:
Image: C:\Windows\System32\wpbbin.exe