LoFP LoFP / scripts or tools that download files

Techniques

Sample rules

PowerShell Web Download

Description

Detects suspicious ways to download files or content using PowerShell

Detection logic

condition: selection
selection:
  CommandLine|contains:
  - .DownloadString(
  - .DownloadFile(
  - 'Invoke-WebRequest '
  - 'iwr '