Added to the Collection of Autostart Locations found here:
http://gladiator-antivirus.com/forum/index...st=0#entry88429
43. Autorun.inf files
Although the great majority of Flash drives do not automatically autorun on insertion, the addition of an autorun.inf file can cause them to spread infection. Accessing an infected flash drive through My Computer (Clicking on the drive) will cause that autorun.inf to run.
If the autorun.inf is written a certain way, when the autoplay screen comes up on insertion, the user can be tricked into running a nasty file. By clicking an icon in the "use this program to run"... dialog, a non legit program added to the autorun.inf file on that drive can be run:
shell\open\command=trojan.exe
Some malware add autorun.inf files to the root and all logical drives.
Examples of malware using these techniques:
http://www.symantec.com/security_response/...-99&tabid=2
http://www.symantec.com/security_response/...-99&tabid=1
http://www.symantec.com/security_response/...-99&tabid=2
44. App Paths
One major purpose of the “App Paths” registry key is to map the name of an application's executable file to the file's fully qualified path.
An App Paths subkey for a particular application (in this case iexplore.exe) will look something like this:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE]
@="C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE"
"Path"="C:\\Program Files\\Internet Explorer;"
As a result one can type iexplore in the "Run" dialogue box without including the full path, and an instance of Internet Explorer will be started.
Malware could alter a file path by pointing to itself so that "trojan.exe" would be launched instead of the original application!
Some examples of malware using this technique:
http://www.symantec.com/security_response/...-99&tabid=2
http://www.sophos.co.uk/security/analyses/trojbckdrpuq.html
... plus a number of edits and corrections....