LoFP LoFP / legitimate commands in .lnk files

Techniques

Sample rules

Description

Detects events that appear when a user click on a link file with a powershell command in it

Detection logic

condition: selection
selection:
  CommandLine|contains|all:
  - powershell
  - .lnk
  Image: C:\Windows\System32\cmd.exe
  ParentImage: C:\Windows\explorer.exe