Decode Base64 Encoded Text
Detects usage of base64 utility to decode arbitrary base64-encoded text
Sigma rule (View on GitHub)
1title: Decode Base64 Encoded Text
2id: e2072cab-8c9a-459b-b63c-40ae79e27031
3status: test
4description: Detects usage of base64 utility to decode arbitrary base64-encoded text
5references:
6 - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1027/T1027.md
7author: Daniil Yugoslavskiy, oscd.community
8date: 2020-10-19
9modified: 2021-11-27
10tags:
11 - attack.defense-evasion
12 - attack.t1027
13logsource:
14 category: process_creation
15 product: linux
16detection:
17 selection:
18 Image|endswith: '/base64'
19 CommandLine|contains: '-d' # Also covers "--decode"
20 condition: selection
21falsepositives:
22 - Legitimate activities
23level: low
References
Related rules
- Base64 Encoded PowerShell Command Detected
- Certificate Exported Via Certutil.EXE
- ConvertTo-SecureString Cmdlet Usage Via CommandLine
- Decode Base64 Encoded Text -MacOs
- File Decoded From Base64/Hex Via Certutil.EXE