Techniques
Sample rules
Gzip Archive Decode Via PowerShell
- source: sigma
- technicques:
- t1132
- t1132.001
Description
Detects attempts of decoding encoded Gzip archives via PowerShell.
Detection logic
condition: selection
selection:
CommandLine|contains|all:
- GZipStream
- ::Decompress