Gold Open Source
ExplorePackagesVulnerabilitiesCWEsMCP ServersScan
Login
Gold Open Source

The authoritative source for production-ready open-source components. Every package, container image, AI model, and MCP server undergoes rigorous verification for security, malware, and license compliance.

Explore Gold

  • Explore Everything
  • Packages
  • Gold Certified Packages
  • Container Images
  • AI Models
  • MCP Servers
  • Agent Skills
  • Chip Manufacturers

Security Data & Tools

  • Scan Your Dependencies
  • Trending Threats
  • Threat RSS Feeds
  • CVE Database
  • Actively Exploited (KEV)
  • SGZ Zero-Days
  • CWE Index
  • MITRE ATT&CK
  • Malicious Packages
  • Security Glossary
  • Supply-Chain Report
  • Developers (API & Badge)
  • Chrome Extension
  • Credits & Data Sources

Products

  • The Platform
  • ESSCM
  • Portal
  • TPRM
  • OSM
  • Cowork
  • Code / Runner
  • Guard

Use Cases

  • Know Your Software
  • Auto-Fix Vulnerabilities
  • Asset Discovery
  • AI Governance
  • MCP Server Security
  • Supply Chain Compliance
  • Zero-Day Discovery
  • All Use Cases

Company

  • About
  • Pricing
  • Blog
  • Documentation
  • Safeguard Academy
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 Gold Open Source. All rights reserved.

Built with care bySafeguard
Home/ATT&CK/T1070/T1070.006
MITRE ATT&CK Sub-Technique

T1070.006: Timestomp

ShareXLinkedInRedditHN

Adversaries may modify file time attributes to hide new files or changes to existing files. Timestomping is a technique that modifies the timestamps of a file (the modify, access, create, and change times), often to mimic files that are in the same folder and blend malicious files with legitimate files. In Windows systems, both the `$STANDARD_INFORMATION` (`$SI`) and `$FILE_NAME` (`$FN`) attributes record times in a Master File Table (MFT) file.(Citation: Inversecos Timestomping 2022) `$SI` (dates/time stamps) is displayed to the end user, including in the File System view, while `$FN` is dealt with by the kernel.(Citation: Magnet Forensics) Modifying the `$SI` attribute is the most common method of timestomping because it can be modified at the user level using API calls. `$FN` timestomping, however, typically requires interacting with the system kernel or moving or renaming a file.(Citation: Inversecos Timestomping 2022) Adversaries modify timestamps on files so that they do not appear conspicuous to forensic investigators or file analysis tools. In order to evade detections that rely on identifying discrepancies between the `$SI` and `$FN` attributes, adversaries may also engage in “double timestomping” by modifying times on both attributes simultaneously.(Citation: Double Timestomping) In Linux systems and on ESXi servers, threat actors may attempt to perform timestomping using commands such as `touch -a -m -t <timestamp> <filename>` (which sets access and modification times to a specific value) or `touch -r <filename> <filename>` (which sets access and modification times to match those of another file).(Citation: Inversecos Linux Timestomping)(Citation: Juniper Networks ESXi Backdoor 2022) Timestomping may be used along with file name [Masquerading](https://attack.mitre.org/techniques/T1036) to hide malware and tools.(Citation: WindowsIR Anti-Forensic Techniques)

Tactics
Stealth
Platforms
ESXi, Linux, macOS, Windows

▪Parent technique

T1070: Indicator Removal

▪Used by groups (11)

G0007APT28G0016APT29G0032Lazarus GroupG0050APT32G0082APT38G0094KimsukyG0106RockeG0114ChimeraG0129Mustang PandaG1023APT5G1048UNC3886

▪Software using this technique (44)

S0020China ChoppermalwareS0021DerusbimalwareS00663PARA RATmalwareS0072OwaAuthmalwareS0078PsylomalwareS0081ElisemalwareS0083MisdatmalwareS0136USBStealermalwareS0140ShamoonmalwareS0141Winnti for WindowsmalwareS0150POSHSPYmalwareS0154Cobalt StrikemalwareS0164TDTESSmalwareS0168GazermalwareS0181FALLCHILLmalwareS0185SEASHARPEEmalwareS0239BankshotmalwareS0260InvisiMolemalwareS0352OSX_OCEANLOTUS.DmalwareS0363EmpiretoolS0387KeyBoymalwareS0393PowerStallionmalwareS0438AttormalwareS0520BLINDINGCANmalwareS0568EVILNUMmalwareS0570BitPaymermalwareS0586TAINTEDSCRIBEmalwareS0603StuxnetmalwareS0641KobalosmalwareS0666GelsemiummalwareS0687Cyclops BlinkmalwareS1016MacMamalwareS1031PingPullmalwareS1059metaMainmalwareS1090NightClubmalwareS1100NinjamalwareS1135MultiLayer WipermalwareS1149CHIMNEYSWEEPmalwareS1161BPFDoormalwareS1164UPSTYLEmalwareS1181BlackByte 2.0 RansomwaremalwareS1226BOOKWORMmalwareS9023HiddenFacemalwareS9024SPAWNCHIMERAmalware

▪Reference

T1070.006on MITRE ATT&CK

MITRE ATT&CK® is a registered trademark of The MITRE Corporation. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.