Suspicious Filename with Embedded Base64 Commands
Description
Detects files with specially crafted filenames that embed Base64-encoded bash payloads designed to execute when processed by shell scripts. These filenames exploit shell interpretation quirks to trigger hidden commands, a technique observed in VShell malware campaigns.
Query · sigma
selection:
TargetFilename|contains:
- '{echo'
- '{base64,-d}'
condition: selection
Known false positives
- Legitimate files with similar naming patterns (very unlikely).