LoFP LoFP / better use event ids for user creation rather than command line rules.

Techniques

Sample rules

New User Created Via Net.EXE

Description

Identifies the creation of local users via the net.exe command.

Detection logic

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