<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Viruses, worms, creepy crawlies&#8230;</title>
	<atom:link href="http://krishnamurthy.net.in/blog/2007/10/05/viruses-worms-creepy-crawlies/feed/" rel="self" type="application/rss+xml" />
	<link>http://krishnamurthy.net.in/blog/2007/10/05/viruses-worms-creepy-crawlies/</link>
	<description>You are what you read, and with whom you cook</description>
	<lastBuildDate>Thu, 04 Nov 2010 18:06:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Vinil</title>
		<link>http://krishnamurthy.net.in/blog/2007/10/05/viruses-worms-creepy-crawlies/#comment-17</link>
		<dc:creator>Vinil</dc:creator>
		<pubDate>Sun, 06 Jan 2008 22:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://krishnamurthy.net.in/blog/?p=15#comment-17</guid>
		<description>Yeah, missed reading that. I agree. Having ProcExp would&#039;ve helped immensely. However, running taskkill doesn&#039;t need a command prompt. Most of the times, these programs have the command strings hard-coded - no hash checking or signature verification etc (it increases the file size.) So, if you ren the exe (from explorer or x2) and run it, it runs...Well, of course, there are the intelligent ones, that know how to cause damage, but then you&#039;dn&#039;t have caught it in the first place, because the cyber-cafe wouldn&#039;t have been running ;)

Need to catch some sleep,
- Vinil</description>
		<content:encoded><![CDATA[<p>Yeah, missed reading that. I agree. Having ProcExp would&#8217;ve helped immensely. However, running taskkill doesn&#8217;t need a command prompt. Most of the times, these programs have the command strings hard-coded &#8211; no hash checking or signature verification etc (it increases the file size.) So, if you ren the exe (from explorer or x2) and run it, it runs&#8230;Well, of course, there are the intelligent ones, that know how to cause damage, but then you&#8217;dn&#8217;t have caught it in the first place, because the cyber-cafe wouldn&#8217;t have been running <img src='http://krishnamurthy.net.in/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Need to catch some sleep,<br />
- Vinil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KV</title>
		<link>http://krishnamurthy.net.in/blog/2007/10/05/viruses-worms-creepy-crawlies/#comment-16</link>
		<dc:creator>KV</dc:creator>
		<pubDate>Sun, 06 Jan 2008 20:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://krishnamurthy.net.in/blog/?p=15#comment-16</guid>
		<description>Hey Vinil, (if you are still reading this) thanks for the comments...got to see it just now.....still have to get used to administering the site....just saw that some comments are pending moderation. About using tasklist....since I was unable to open my command line, tasklist wouldn&#039;t have worked. The same process that I was trying to kill, was closing any cmd windows immediately after they were opened. So I had to get a handle on the process somehow and kill it.</description>
		<content:encoded><![CDATA[<p>Hey Vinil, (if you are still reading this) thanks for the comments&#8230;got to see it just now&#8230;..still have to get used to administering the site&#8230;.just saw that some comments are pending moderation. About using tasklist&#8230;.since I was unable to open my command line, tasklist wouldn&#8217;t have worked. The same process that I was trying to kill, was closing any cmd windows immediately after they were opened. So I had to get a handle on the process somehow and kill it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinil Menon</title>
		<link>http://krishnamurthy.net.in/blog/2007/10/05/viruses-worms-creepy-crawlies/#comment-15</link>
		<dc:creator>Vinil Menon</dc:creator>
		<pubDate>Thu, 27 Dec 2007 07:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://krishnamurthy.net.in/blog/?p=15#comment-15</guid>
		<description>Hi, Reached your blog via Vaishali&#039;s recommendation. 
Good piece of work in removing the malware. May I suggest a few tools to be added to your arsenal. It is not always feasible nor practical to write programs in C#, rt? ;)
Anyway, here are some of the tools (you are warned, they become essential once you use it a couple of times ;)
1. Get the entire array of tools by Mark Russinovich. He&#039;s da man. site: www.sysinternals.com (you&#039;d be redirected to ms technet.) Anyway, the most important tools over there are Procexpnt (Process Explorer), ProcMon (Process Monitor - monitors registry and filesystem activity) and autoruns (msconfig is a poor hack when compared to autoruns)
2. Get TcpView from there to view tcp port activity on your system. You could&#039;ve immediately figured out that skype is blocking port 80 with this tool (ref: your later post about IIS not starting)
3. Check this video out for uber-geekiness in malware removal. http://video.google.com/videoplay?docid=-5856330670787297158 From the tech lead at the company that makes the antivirus that you used to remove the virus finally. Yup the guy works at Kaspersky. ;)
4. Did you try using tasklist and it&#039;s cousin taskkill (both are standard xp commands) to list and kill tasks?

+++ATH0.
Vinil</description>
		<content:encoded><![CDATA[<p>Hi, Reached your blog via Vaishali&#8217;s recommendation.<br />
Good piece of work in removing the malware. May I suggest a few tools to be added to your arsenal. It is not always feasible nor practical to write programs in C#, rt? <img src='http://krishnamurthy.net.in/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Anyway, here are some of the tools (you are warned, they become essential once you use it a couple of times <img src='http://krishnamurthy.net.in/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
1. Get the entire array of tools by Mark Russinovich. He&#8217;s da man. site: <a href="http://www.sysinternals.com" rel="nofollow">http://www.sysinternals.com</a> (you&#8217;d be redirected to ms technet.) Anyway, the most important tools over there are Procexpnt (Process Explorer), ProcMon (Process Monitor &#8211; monitors registry and filesystem activity) and autoruns (msconfig is a poor hack when compared to autoruns)<br />
2. Get TcpView from there to view tcp port activity on your system. You could&#8217;ve immediately figured out that skype is blocking port 80 with this tool (ref: your later post about IIS not starting)<br />
3. Check this video out for uber-geekiness in malware removal. <a href="http://video.google.com/videoplay?docid=-5856330670787297158" rel="nofollow">http://video.google.com/videoplay?docid=-5856330670787297158</a> From the tech lead at the company that makes the antivirus that you used to remove the virus finally. Yup the guy works at Kaspersky. <img src='http://krishnamurthy.net.in/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
4. Did you try using tasklist and it&#8217;s cousin taskkill (both are standard xp commands) to list and kill tasks?</p>
<p>+++ATH0.<br />
Vinil</p>
]]></content:encoded>
	</item>
</channel>
</rss>

