T1036.007sub-technique of T1036 Masquerading
Double File Extension
Windowsnothing on this site yetT1036.007 on attack.mitre.org
Adversaries may abuse a double extension in the filename as a means of masquerading the true file type. A file name may include a secondary file type extension that may cause only the first extension to be displayed (ex: `File.txt.exe` may render in some views as just `File.txt`). However, the second extension is the true file type that determines how the file is opened and executed.
how MITRE says to see it
Detection Strategy for Double File Extension Masquerading
- Detects adversary behavior where a file with a benign-looking first extension (e.g.,.txt,.jpg) ends with a dangerous second extension (e.g.,.exe,.scr), and is subsequently executed. The behavior chain includes file creation with misleading naming and user or system-initiated process execution from the disguised file.
what reduces it
- M1017 User Training. Train users to look for double extensions in filenames, and in general use training as a way to bring awareness to common phishing and spearphishing techniques and how to raise suspicion for potentially malicious events.
- M1028 Operating System Configuration. Disable the default to “hide file extensions for known file types” in Windows OS.
the rest of T1036
- T1036.001 Invalid Code Signature
- T1036.002 Right-to-Left Override
- T1036.003 Rename Legitimate Utilities
- T1036.004 Masquerade Task or Service
- T1036.005 Match Legitimate Resource Name or Location
- T1036.006 Space after Filename
- T1036.008 Masquerade File Type
- T1036.009 Break Process Trees
- T1036.010 Masquerade Account Name
- T1036.011 Overwrite Process Arguments
- T1036.012 Browser Fingerprint