"The paper introduces a new method that enables an attacker to change the
.NET language, and to hide malicious code inside its core.
It covers various ways to develop rootkits for the .NET framework, so
that every EXE/DLL that runs on a modified Framework will behave
differently than what it's supposed to do. Code reviews will not detect
backdoors installed inside the Framework since the payload is not in the
code itself, but rather it is inside the Framework implementation.
Writing Framework rootkits will enable the attacker to install a reverse
shell inside the framework, to steal valuable information, to fixate
encryption keys, disable security checks and to perform other nasty
things as described in this paper."
Paper Link: http://www.applicationsecurity.co.il/.NET-Framework-Rootkits.aspx
本文介绍了一种新技术,攻击者可通过此技术修改.NET语言并隐藏恶意代码于其核心中。通过为.NET框架开发rootkits,使得运行在其上的所有EXE/DLL表现出异常行为。由于恶意载荷被植入框架实现内部,传统的代码审查难以发现这些后门。
1030

被折叠的 条评论
为什么被折叠?



