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.

MITRE ATT&CK 19.2, retrieved 2026-09-12

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

The description, detection analytics and mitigations are reproduced from MITRE ATT&CK, version 19.2, under its terms of use. The checklists, hunts, labs and everything else linked here are this site’s.