What is the method for deceiving ShimCache using a simulated trusted directory?
The attacker creates a simulated trusted directory (e.g., `c:\windows \system32`) and copies a malicious executable (e.g., `putty.exe`) as `notepad.exe` into it. After executing `notepad.exe` from that path, the ShimCache records the execution as `notepad.exe` for the system drive. Upon reboot, forensic tools parsing the ShimCache will show a legitimate filename, making the malicious execution highly deceptive. This technique is explained in the Expansion of Techniques for Exploiting Simulated Trusted Directories article.
ShimCachesimulated trusted directoriesfile execution recordsforensics evasionWindows memory artifacts