<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Rootkit detection</title><link>http://msmvps.com/blogs/kernelmustard/archive/2005/11/14/75545.aspx</link><description>A lot of people were wondering why Microsoft couldn't have (or didn't) detect the Sony DRM rootkit without writing new code. I covered that topic yesterday . Today, an NTDEV reader named Daniel Terhell posted a tool that has the potential to detect some</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Rootkit detection</title><link>http://msmvps.com/blogs/kernelmustard/archive/2005/11/14/75545.aspx#76104</link><pubDate>Mon, 21 Nov 2005 08:32:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:76104</guid><dc:creator>Steve Dispensa</dc:creator><description>Someone asked about RegMon in Mark's blog and this was my answer:&lt;br&gt;&lt;br&gt;&amp;quot;I got curious after reading your question and I took a look at the drivers that came with regmon.exe; the main difference that I've found is that the old NT driver imports KeServiceDescriptorTable to hook a couple of functions and the 2K3 driver doesn't import it but it imports two functions to 'hook' and 'unhook' the registry provided by Microsoft: CmRegisterCallback and CmUnRegisterCallback.&lt;br&gt;&lt;br&gt;After this discovering I went to the MSDN and found that these functions are available from XP so I got confused again. &lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Kernel_r/hh/Kernel_r/k102_ec214e13-1342-48b5-9a31-8c6c9da57cd6.xml.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Kernel_r/hh/Kernel_r/k102_ec214e13-1342-48b5-9a31-8c6c9da57cd6.xml.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Kernel_r/hh/Kernel_r/k102_13cbc14e-4652-4a3d-a87e-f6eef883f912.xml.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Kernel_r/hh/Kernel_r/k102_13cbc14e-4652-4a3d-a87e-f6eef883f912.xml.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;I'm not sure but maybe this fact is the one that hit the target:&lt;br&gt;&lt;br&gt;&amp;quot;For Windows XP, the system only makes post-notification calls only when a registry key is created or opened. For Microsoft Windows Server 2003 and later operating systems, the system makes post-notification calls for every registry operation&amp;quot;&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Kernel_r/hh/Kernel_r/DrvrRtns_988f8f3d-4ee8-4351-8fc0-703a88bd8421.xml.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Kernel_r/hh/Kernel_r/DrvrRtns_988f8f3d-4ee8-4351-8fc0-703a88bd8421.xml.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;Anyway, all that I have said is pure speculation :=)&amp;quot;&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://www.sysinternals.com/blog/2005/09/multi-platform-images.html"&gt;http://www.sysinternals.com/blog/2005/09/multi-platform-images.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=76104" width="1" height="1"&gt;</description></item><item><title>re: Rootkit detection</title><link>http://msmvps.com/blogs/kernelmustard/archive/2005/11/14/75545.aspx#75879</link><pubDate>Thu, 17 Nov 2005 20:28:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:75879</guid><dc:creator>Steve Dispensa</dc:creator><description>There are earlier sources of Regmon and Filemon floating on the web. You could check them out before diving into reversing Regmon.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=75879" width="1" height="1"&gt;</description></item></channel></rss>