LoFP LoFP / legitimate usage of werfaultsecure for debugging purposes

Techniques

Sample rules

PPL Tampering Via WerFaultSecure

Description

Detects potential abuse of WerFaultSecure.exe to dump Protected Process Light (PPL) processes like LSASS or to freeze security solutions (EDR/antivirus). This technique is used by tools such as EDR-Freeze and WSASS to bypass PPL protections and access sensitive information or disable security software. Distinct command line patterns help identify the specific tool:

Detection logic

condition: all of selection_*
selection_args:
  CommandLine|contains|all:
  - ' /h '
  - ' /pid '
  - ' /tid '
  - ' /encfile '
  - ' /cancel '
  - ' /type '
  - ' 268310'
selection_image:
- Image|endswith: \WerFaultSecure.exe
- OriginalFileName: WerFaultSecure.exe