Timestomping
Timestomping refers to the alteration of timestamps of a file on an NTFS file system. This tactic is commonly utilized by threat actors to hide their tools on the victim's file system.
Timestomping Windows
One of the easiest ways to Timestomp on Windows is to use nTimetools:
Timestomping Linux
We can simply use the touch
command in Linux to modify timestamps:
References
Last updated