Sigma medium test sigma

Suspicious PowerShell Download - Powershell Script

Detects suspicious PowerShell download command

View Source

Detection Logic

{
  "webclient": {
    "ScriptBlockText
| contains": "System.Net.WebClient"
  },
  "download": {
    "ScriptBlockText
| contains": [
      ".DownloadFile(",
      ".DownloadFileAsync(",
      ".DownloadString(",
      ".DownloadStringAsync("
    ]
  },
  "condition": "webclient and download"
}

False Positives

  • PowerShell scripts that download content from the Internet

Field Validations

Loading…

Comments (0)

Loading comments...