LoFP LoFP / usage of chrome extensions in testing tools such as burpsuite will trigger this alert

Techniques

Sample rules

Chromium Browser Instance Executed With Custom Extension

Description

Detects a Chromium based browser process with the ’load-extension’ flag to start a instance with a custom extension

Detection logic

condition: selection
selection:
  CommandLine|contains: --load-extension=
  Image|endswith:
  - \brave.exe
  - \chrome.exe
  - \msedge.exe
  - \opera.exe
  - \vivaldi.exe