Beyond good ol’ Run key, Part 147
文章探讨了TestHook在Windows系统中的应用及其潜在滥用方式。通过注册表设置特定条目,可使恶意DLL在系统启动时加载。 2025-7-5 23:26:46 Author: www.hexacorn.com(查看原文) 阅读量:20 收藏

I mentioned TestHook at least twice in the past. I actually love this keyword/string, because it is associated with many undocumented internal Microsoft test frameworks that we can sometimes abuse. And many ‘TestHook’ string references are present in many binaries belonging to both Server an Desktop versions of Windows, hence a lot of research opportunities await…

And here’s one of them:

Adding an entry below:

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack\TestHooks\TestAggregatorDll=<malware>

will result in the DLL of our choice being loaded when the system starts.


文章来源: https://www.hexacorn.com/blog/2025/07/05/beyond-good-ol-run-key-part-147/
如有侵权请联系:admin#unsafe.sh