LoFP LoFP / legitimate administrator or user executes a service for legitimate reasons.

Techniques

Sample rules

Start Windows Service Via Net.EXE

Description

Detects the usage of the “net.exe” command to start a service using the “start” flag

Detection logic

condition: all of selection_*
selection_cli:
  CommandLine|contains: ' start '
selection_img:
- Image|endswith:
  - \net.exe
  - \net1.exe
- OriginalFileName:
  - net.exe
  - net1.exe