LoFP LoFP / legitimate usage of the file by hardware manufacturer such as lenovo (thanks @0gtweet for the tip)

Techniques

Sample rules

UEFI Persistence Via Wpbbin - ProcessCreation

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

UEFI Persistence Via Wpbbin - FileCreation

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