Linux Base64 Encoded Pipe to Shell
Description
Detects suspicious process command line that uses base64 encoded input for execution with a shell
Query · sigma
selection_base64: CommandLine|contains: 'base64 ' selection_exec: - CommandLine|contains: - '| bash ' - '| sh ' - '|bash ' - '|sh ' - CommandLine|endswith: - ' |sh' - '| bash' - '| sh' - '|bash' condition: all of selection_*
Known false positives
- Legitimate administration activities