<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6759901148108837316</id><updated>2011-08-16T12:16:28.577-07:00</updated><category term='portable'/><category term='flash drive'/><category term='anti-virus'/><title type='text'>Heavenly Code</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://codedinheaven.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6759901148108837316/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://codedinheaven.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Sam Dana</name><uri>http://www.blogger.com/profile/13185150880382390017</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_fxGPBVtdgSY/SkfC-36TL_I/AAAAAAAAAAU/mDNSdpH_Boc/S220/Julia%27s+House-20080110-27.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6759901148108837316.post-4012795324715290540</id><published>2009-06-28T09:39:00.000-07:00</published><updated>2009-07-07T15:42:34.623-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='anti-virus'/><category scheme='http://www.blogger.com/atom/ns#' term='portable'/><category scheme='http://www.blogger.com/atom/ns#' term='flash drive'/><title type='text'>Portable USB Flash Drive Anti-Virus Toolkit</title><content type='html'>&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Hey everyone, welcome to the blog. I've done quite a bit of anti-virus/software troubleshooting over the last three years, and over that time I've collected a decent virus-fighting toolkit (with lots of help from the knowledge and experience of my coworkers) that I keep on my flash drive.  &lt;/span&gt;Let me know what you think, and possibly if there is some tool that's really made a difference for you.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;1) Process explorer&lt;/span&gt; - The most useful application on the planet for virus removal. When running procexp, make sure to view attached DLL's in the bottom pane (Ctrl + D). Then sort the listed DLL's by company name, then description. Having done this, the attached DLL's that don't have a listed provider (viruses usually won't) will appear at the top of the list for each process. Another thing to look for is packed images. Any file running a packed image will appear with purple highlighting (by default) in process explorer. Viruses will often use this technique to hide from heuristics based virus scanners, but be aware that harmless installers also will be packed. Process explorer also has the ability to rapidly kill processes by first disabling the  '&lt;span style="font-family:courier new,monospace;"&gt;Confirm Kill&lt;/span&gt;' option from the  '&lt;span style="font-family:courier new,monospace;"&gt;Options&lt;/span&gt;'  dropdown, then using the arrow keys and the delete key to navigate the process tree and kill processes.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;2) Autoruns&lt;/span&gt; - The best autostart management program available. First, cancel the initial scan using the escape key. Then hide legitamate Microsoft and Windows entries (Alt + O, M) and verify code signatures (Alt + O, V). Autoruns will now verify the code signatures of startup entries and only display third party and unverified entries. This shortens the list you have to look through greatly, and tells you whether or not an entry is legitamately signed.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;3) Spybot S&amp;amp;D&lt;/span&gt; - A good spyware scanner. Make sure that it is up to date before you run it, and on Vista that it is run with administrator priviledges (If you don't, it will get all the way to the end of the scan and *then* tell you that you needed to run it as an administrator).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;4) CCleaner&lt;/span&gt; - Removes temporary files and other (probably) unwanted data. I run this utility first to minimize the number of files that virus scanners have to look through.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;5) SFC - Not really an app, but a windows tool that you may not know about. Running  '&lt;span style="font-family:courier new,monospace;"&gt;sfc /scannow&lt;/span&gt;'  from command line will cause windows to verify and replace core Windows files. The Vista version of this tool can be run 'offline' from a Vista DVD by running  '&lt;span style="font-family:courier new,monospace;"&gt;sfc /scannow /offbootdir=c:\ /offwindir=c:\windows&lt;/span&gt;'  where  '&lt;span style="font-family:courier new,monospace;"&gt;c:\&lt;/span&gt;'  and  '&lt;span style="font-family:courier new,monospace;"&gt;c:\windows&lt;/span&gt;'  are your operating system's drive and directory.&lt;/span&gt; SFC is usefull when you suspect that Windows files have been corrupted.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;6) SDFix - A script that removes viruses and repairs many Windows registry hacks. I would run this if I get a  "&lt;/span&gt;&lt;span style="font-family:courier new,monospace;"&gt;... has been disabled by your administrator&lt;/span&gt;"  message or if control panels or tabs are missing or disabled. This utility must be run from safe mode. Windows XP only.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;7) ComboFix - A powerfull all purpose virus deleting script. This is very good at eliminating tough-to-remove-via-&lt;wbr&gt;conventional-means viruses. There was a widely distributed infected copy of it a few months back, so make sure you get it from a &lt;/span&gt;&lt;a style="font-family: arial,helvetica,sans-serif;" href="http://download.bleepingcomputer.com/sUBs/ComboFix.exe" target="_blank"&gt;legitamate source&lt;/a&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;.&lt;/span&gt; I run combofix mostly as a last resort to remove viruses as it is very powerful and there is a certain risk involved when running it. It is effective though. Windows XP only&lt;br /&gt;&lt;br /&gt;8) IceSword - An anti-rootkit tool. Icesword was designed to detect/remove rootkits, but I haven't had much success using it on them. Instead, I mainly use Icesword's file and registry editor features. Icesword has the ability to see and delete folders and files even if they are completely hidden from Windows. Icesword's  '&lt;span style="font-family:courier new,monospace;"&gt;Force Delete&lt;/span&gt;'  can delete files/folders even if they are currently in use! The drawback is that IceSword only seems to run on about 3/4 of computers due to what I assume is a Windows incompatibility. There is a separate version of IceSword for Vista.&lt;br /&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;br /&gt;9) NoNav 2.49 - Gets rid of NAV/SAV installs if normal uninstallers fail (this happens about 1/4 the time in my experience). This can be hard to find, but google came up with a download on John Lamb's site &lt;a href="http://downloads.jmlamb.net/symantec/NoNav2.49.exe"&gt;here&lt;/a&gt;&lt;/span&gt;. His &lt;a href="http://blog.jmlamb.net/"&gt;blog&lt;/a&gt; also contains information about removing the newer SEP installs, which I don't have very much experience with.&lt;br /&gt;&lt;br /&gt;10) Rootkit Unhooker - Another anti-rootkit tool. I've had some success using this tool against rootkits. It has the ability to scan for and unhook code hooks.&lt;br /&gt;&lt;br /&gt;11) Process Monitor - I haven't used this tool much, but it is very good if you need to see *everything* that is happening on a computer. It will monitor registry, process/thread, and file-system activity with many advanced options.&lt;br /&gt;&lt;br /&gt;12) KillBox - A file deletion utility. I haven't used this utility recently, as IceSword is much better (if it works at all that is), but it has a good array of options for removing hard-to-remove files.&lt;br /&gt;&lt;br /&gt;13) MalwareBytes - Another spyware scanner. I'm not entirely convinced of its usefulness, but it does have a very thorough anti-malware scan (I've seen it take 5 hours on a slow computer). Other IT people I've worked with seem to think it's great though. :) YMMV.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All these utilities can be run from directly from your flash drive*. To protect your flash drive from viruses, I recommend getting a &lt;a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820141484" target="_blank"&gt;flash drive with a read-only switch&lt;/a&gt; (PQI's titanium and black models have this feature).&lt;br /&gt;&lt;br /&gt;*)&lt;span style="font-family:arial,helvetica,sans-serif;"&gt; CCleaner and Spybot can be installed then copied to and run from your flash drive, but I prefer to just use the installers.&lt;/span&gt; I'm unsure about MalwareBytes - never tried running it straight from my flash drive.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Well, there you go. Comments? Suggestions?&lt;br /&gt;&lt;span style="color: rgb(136, 136, 136);"&gt; -Sam&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6759901148108837316-4012795324715290540?l=codedinheaven.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codedinheaven.blogspot.com/feeds/4012795324715290540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codedinheaven.blogspot.com/2009/06/portable-usb-flash-drive-anti-virus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6759901148108837316/posts/default/4012795324715290540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6759901148108837316/posts/default/4012795324715290540'/><link rel='alternate' type='text/html' href='http://codedinheaven.blogspot.com/2009/06/portable-usb-flash-drive-anti-virus.html' title='Portable USB Flash Drive Anti-Virus Toolkit'/><author><name>Sam Dana</name><uri>http://www.blogger.com/profile/13185150880382390017</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_fxGPBVtdgSY/SkfC-36TL_I/AAAAAAAAAAU/mDNSdpH_Boc/S220/Julia%27s+House-20080110-27.JPG'/></author><thr:total>0</thr:total></entry></feed>
