Hayabusa high test sigma

PowerShell Credential Prompt

Detects PowerShell calling a credential prompt

View Source

Detection Logic

{
  "ps_script": {
    "EventID": 4104,
    "Channel": [
      "Microsoft-Windows-PowerShell/Operational",
      "PowerShellCore/Operational"
    ]
  },
  "selection": {
    "ScriptBlockText
| contains": "PromptForCredential"
  },
  "condition": "ps_script and selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...