fix: reduce Windows Defender false positive on fileless malware skill

Add AV false-positive guidance for issue #100, move inline YARA rule to
references/yara-fileless-powershell.yar, and replace literal encoded
PowerShell payload with a placeholder in the sample report.
This commit is contained in:
Kevin Glynn
2026-07-16 17:08:46 -04:00
parent 673da1f3b0
commit d4e38c2867
3 changed files with 26 additions and 14 deletions
@@ -61,6 +61,8 @@ vol3 -f memory.dmp windows.malfind --dump --pid 1234
## Suspicious PowerShell Indicators
Detection patterns to search for in Script Block Logging (Event ID 4104) and memory strings. See `yara-fileless-powershell.yar` in this directory for a Volatility YARA rule covering the same indicators.
```
-enc / -EncodedCommand → Base64-encoded command
IEX / Invoke-Expression → Dynamic code execution