MITRE ATT&CK technique
Deobfuscate/Decode Files or Information detection rulesT1140
Deobfuscate/Decode Files or Information (T1140) is a MITRE ATT&CK technique in the Stealth tactic. This page lists the 18 community-maintained Sigma detection rules in the library mapped to T1140 and its sub-techniques. Each rule includes its detection logic, log source, false positives and original YAML. These rules mainly target windows, linux, macos.
Base64 Encoded PowerShell Command Detected
highDetects usage of the "FromBase64String" function in the commandline which is used to decode a base64 encoded string
windows · process_creation
MSHTA Execution with Suspicious File Extensions
highDetects execution of mshta.exe with file types that looks like they do not typically represent HTA (HTML Application) content, such as .png, .jpg, .zip, .pdf, and others, which are often polyglots. MSHTA is a legitimate Windows utility for executing HTML Applications containing VBScript or JScript. Threat actors often abuse this lolbin utility to download and execute malicious scripts disguised as benign files or hosted under misleading extensions to evade detection.
windows · process_creation
Ping Hex IP
highDetects a ping command that uses a hex encoded IP address
windows · process_creation
Potential Base64 Decoded From Images
highDetects the use of tail to extract bytes at an offset from an image and then decode the base64 value to create a new file with the decoded content. The detected execution is a bash one-liner.
macos · process_creation
Potential BlackByte Ransomware Activity
highDetects command line patterns used by BlackByte ransomware in different operations
windows · process_creation
PowerShell Base64 Encoded FromBase64String Cmdlet
highDetects usage of a base64 encoded "FromBase64String" cmdlet in a process command line
windows · process_creation
Suspicious Inbox Manipulation Rules
highDetects suspicious rules that delete or move messages or folders are set on a user's inbox.
azure
UNC4841 - Download Compressed Files From Temp.sh Using Wget
highDetects execution of "wget" to download a ".zip" or ".rar" files from "temp.sh". As seen used by UNC4841 during their Barracuda ESG zero day exploitation.
linux · process_creation
UNC4841 - Download Tar File From Untrusted Direct IP Via Wget
highDetects execution of "wget" to download a "tar" from an IP address that doesn't have a trusted certificate. As seen used by UNC4841 during their Barracuda ESG zero day exploitation.
linux · process_creation
UNC4841 - SSL Certificate Exfiltration Via Openssl
highDetects the execution of "openssl" to connect to an IP address. This techniques was used by UNC4841 to exfiltrate SSL certificates and as a C2 channel with named pipes. Investigate commands executed in the temporal vicinity of this command.
linux · process_creation
DNS-over-HTTPS Enabled by Registry
mediumDetects when a user enables DNS-over-HTTPS. This can be used to hide internet activity or be used to hide the process of exfiltrating data. With this enabled organization will lose visibility into data such as query type, response and originating IP that are used to determine bad actors.
windows · registry_set
Linux Base64 Encoded Pipe to Shell
mediumDetects suspicious process command line that uses base64 encoded input for execution with a shell
linux · process_creation
Linux Base64 Encoded Shebang In CLI
mediumDetects the presence of a base64 version of the shebang in the commandline, which could indicate a malicious payload about to be decoded
linux · process_creation
Linux Shell Pipe to Shell
mediumDetects suspicious process command line that starts with a shell that executes something and finally gets piped into another shell
linux · process_creation
Payload Decoded and Decrypted via Built-in Utilities
mediumDetects when a built-in utility is used to decode and decrypt a payload after a macOS disk image (DMG) is executed. Malware authors may attempt to evade detection and trick users into executing malicious code by encoding and encrypting their payload and placing it in a disk image file. This behavior is consistent with adware or malware families such as Bundlore and Shlayer.
macos · process_creation
Potential Commandline Obfuscation Using Escape Characters
mediumDetects potential commandline obfuscation using known escape characters
windows · process_creation
Suspicious XOR Encoded PowerShell Command
mediumDetects presence of a potentially xor encoded powershell command
windows · process_creation
PowerShell Decompress Commands
informationalA General detection for specific decompress commands in PowerShell logs. This could be an adversary decompressing files.
windows · ps_module