ID | Name |
---|---|
T1036.001 | Invalid Code Signature |
T1036.002 | Right-to-Left Override |
T1036.003 | Rename System Utilities |
T1036.004 | Masquerade Task or Service |
T1036.005 | Match Legitimate Name or Location |
T1036.006 | Space after Filename |
T1036.007 | Double File Extension |
Adversaries may abuse the right-to-left override (RTLO or RLO) character (U+202E) to disguise a string and/or file name to make it appear benign. RTLO is a non-printing Unicode character that causes the text that follows it to be displayed in reverse. For example, a Windows screensaver executable named March 25 \u202Excod.scr
will display as March 25 rcs.docx
. A JavaScript file named photo_high_re\u202Egnp.js
will be displayed as photo_high_resj.png
.[1]
Adversaries may abuse the RTLO character as a means of tricking a user into executing what they think is a benign file type. A common use of this technique is with Spearphishing Attachment/Malicious File since it can trick both end users and defenders if they are not aware of how their tools display and render the RTLO character. Use of the RTLO character has been seen in many targeted intrusion attempts and criminal activity.[2][3] RTLO can be used in the Windows Registry as well, where regedit.exe displays the reversed characters but the command line tool reg.exe does not by default.
ID | Name | Description |
---|---|---|
G0098 | BlackTech |
BlackTech has used right-to-left-override to obfuscate the filenames of malicious e-mail attachments.[4] |
G0060 | BRONZE BUTLER |
BRONZE BUTLER has used Right-to-Left Override to deceive victims into executing several strains of malware.[5] |
G0137 | Ferocious Kitten |
Ferocious Kitten has used right-to-left override to reverse executables’ names to make them appear to have different file extensions, rather than their real ones.[6] |
G0004 | Ke3chang |
Ke3chang has used the right-to-left override character in spearphishing attachment names to trick targets into executing .scr and .exe files.[7] |
G0029 | Scarlet Mimic |
Scarlet Mimic has used the left-to-right override character in self-extracting RAR archive spearphishing attachment file names.[8] |
This type of attack technique cannot be easily mitigated with preventive controls since it is based on the abuse of system features.
ID | Data Source | Data Component |
---|---|---|
DS0022 | File | File Metadata |
Detection methods should include looking for common formats of RTLO characters within filenames such as \u202E
, [U+202E]
, and %E2%80%AE
. Defenders should also check their analysis tools to ensure they do not interpret the RTLO character and instead print the true name of the file containing it.