rule SuspiciousDownloader { strings: $a = "powershell -enc" nocase $b = "Invoke-WebRequest" nocase $c = "http://" nocase condition:
#!/usr/bin/env bash set -euo pipefail OUT="/tmp/incident-$(date +%Y%m%d-%H%M%S)" mkdir -p "$OUT"