← Library
kqlElastic-2.0from elastic/detection-rules

PowerShell Suspicious Script with Screenshot Capabilities

Quality
92
FP risk
Forks
0
Views
0
ATT&CK techniques
Rule sourcerules/windows/collection_posh_screen_grabber.toml
event.category:process and host.os.type:windows and
  powershell.file.script_block_text : (
    CopyFromScreen and
    ("System.Drawing.Bitmap" or "Drawing.Bitmap")
  ) and not user.id : "S-1-5-18"