LoFP LoFP / legitimate activity by administrators and scripts

Techniques

Sample rules

Windows Share Mount Via Net.EXE

Description

Detects when a share is mounted using the “net.exe” utility

Detection logic

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