Discuss Pendrive Virus in the Antivirus Protection forum on Dev Shed. Pendrive Virus Antivirus Protection forum discussing issues relating to antivirus programs, spyware, hijack protection, and personal firewalls for all operating systems. Keep your systems protected from hackers and other hazards.
Posts: 14,257
Time spent in forums: 1 Month 4 Weeks 18 h 51 m 19 sec
Reputation Power: 4445
One way is to boot a linux live cd and inspect the files on the usb device. The virus can't execute in a linux environment. I had to do this once to clean a usb stick that was infected.
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi
Posts: 494
Time spent in forums: 2 Weeks 2 Days 19 h 55 m 31 sec
Reputation Power: 216
Quote:
Originally Posted by shyjuu
Whenever I insert Pendrive shortcut is created for the pendrive, how to recover data and remove this virus
How do you know for sure this is a virus?
Alot of usb hdd & flash drive manufacturers now use an autorun feature which will place a shortcut to your drive on your desktop.
If you don't want this feature , then, just delete/rename your autorun.inf file on the flash drive and see if that cures the issue.
Posts: 17
Time spent in forums: 3 h 12 m 7 sec
Reputation Power: 0
Quote:
Originally Posted by Doug G
One way is to boot a linux live cd and inspect the files on the usb device. The virus can't execute in a linux environment. I had to do this once to clean a usb stick that was infected.
Can I make my Pendrive such that it does not execute .exe files, is it possible to do that
Posts: 17
Time spent in forums: 3 h 12 m 7 sec
Reputation Power: 0
Quote:
Originally Posted by DonR
How do you know for sure this is a virus?
Alot of usb hdd & flash drive manufacturers now use an autorun feature which will place a shortcut to your drive on your desktop.
If you don't want this feature , then, just delete/rename your autorun.inf file on the flash drive and see if that cures the issue.
It is sure that there is Virus, because when I create some folder ,for example suppose I create folder name DEV, it automatically create the same folder named DEV but size of folder is changed to 737Kb and dll runtime is written automatically
Posts: 14,257
Time spent in forums: 1 Month 4 Weeks 18 h 51 m 19 sec
Reputation Power: 4445
Quote:
Can I make my Pendrive such that it does not execute .exe files, is it possible to do that
There is a setting in windows somewhere to turn off autoplay when cd/usb are inserted. I don't recall where the setting is found though but it should be pretty easy to find, lots of corporate windows workstations have autoplay disabled.
Posts: 14,257
Time spent in forums: 1 Month 4 Weeks 18 h 51 m 19 sec
Reputation Power: 4445
Quote:
hmm, I don't know why I was thinking that autorun had that capability
Well, there are probably a significant number the programs that get called by autorun.inf that create shortcuts automatically, legitimate and viruses. And for all I know there may be some tag you can put in an autorun.inf file that creates a shortcut
Posts: 5
Time spent in forums: 2 h 9 m 47 sec
Reputation Power: 0
Pendrive Virus
I) Open a command prompt by click Start -> Run. Type cmd and hit the Enter key.
II) In the command prompt, create a directory in the root directory of the USB drive (By Pointing cmd to the USB disk VIA its drive letter like if its F:/ then type F:/ and hit enter) with command:
mkdir AutoRun.ini
III) Move into this new directory with command:
cd AutoRun.ini
IV) Create a new directory with command:
mkdir a...//
V) Exit the command prompt window with command:
exit
Remove the USB-dirve from the computer and now its immune. And whenever you will plug it into a infected computer the USB won't get infected.
Posts: 17
Time spent in forums: 3 h 12 m 7 sec
Reputation Power: 0
Quote:
Originally Posted by Joneantivirus
I) Open a command prompt by click Start -> Run. Type cmd and hit the Enter key.
II) In the command prompt, create a directory in the root directory of the USB drive (By Pointing cmd to the USB disk VIA its drive letter like if its F:/ then type F:/ and hit enter) with command:
mkdir AutoRun.ini
III) Move into this new directory with command:
cd AutoRun.ini
IV) Create a new directory with command:
mkdir a...//
V) Exit the command prompt window with command:
exit
Remove the USB-dirve from the computer and now its immune. And whenever you will plug it into a infected computer the USB won't get infected.
Thanks a lot, Have Great Day
I have doubt here, what is this mkdir a...// mkdir is make directory but what is a...//, will this make directory of name a...
Posts: 2
Time spent in forums: 1 h 29 sec
Number of bans: 1
Reputation Power: 0
Quote:
Originally Posted by Joneantivirus
I) Open a command prompt by click Start -> Run. Type cmd and hit the Enter key.
II) In the command prompt, create a directory in the root directory of the USB drive (By Pointing cmd to the USB disk VIA its drive letter like if its F:/ then type F:/ and hit enter) with command:
mkdir AutoRun.ini
III) Move into this new directory with command:
cd AutoRun.ini
IV) Create a new directory with command:
mkdir a...//
V) Exit the command prompt window with command:
exit
Remove the USB-dirve from the computer and now its immune. And whenever you will plug it into a infected computer the USB won't get infected.
thanks for this info..accidentally bumped to this thread. i was searching for this solution for a long time