PDA

View Full Version : AUTRUN.INF 'Panda Vaccine'



Penguin Guy
May 15th, 2010, 11:56 AM
What's going on? An 'AUTORUN.INF' file appeared on my flash drive. Gedit refuses to display the file, but the terminal gives me this:

$ cat AUTORUN.INF
caacaacaacaacaa
A quick Google reveals something to do with a 'Panda' vaccine: here (http://hype-free.blogspot.com/2009/03/how-does-panda-usb-vaccination-work.html) and here (http://www.technibble.com/forums/showthread.php?t=6157). My USB has only been plugged into three computers since it was last reformatted so I know that nobody put it on there knowingly, and I don't like the idea of robots sticking files on my flash drive. Anyone else had this happen to them?

EDIT: I've deleted the file and don't need any help, I just wanted to see what people thought about this - it seems odd behavior for an antivirus.

gradinaruvasile
May 15th, 2010, 12:21 PM
Well there you have it. You answered yourself in the links. Maybe on one of those computers there was a Panda Antivirus or something.
How did you format the stick? Windows or Linux?

Just format it in Linux and see if it is there afterwards:

Unmount the drive:


sudo umount /dev/sdX

Then format it:


sudo mkfs.vfat /dev/sdX

Where the X is the corresponding letter (b,c etc) to your USB drive. You can see it by issuing the "dmesg" command after inserting the USB drive (sdb, sdc, sdd or whatever).

MAKE ABSOLUTELY SURE you use the correct DEVICE NAME!
The SATA HDDs have the same naming conventions (usually the first HDD is /dev/sda) so check carefully before proceeding!

viralmeme
May 15th, 2010, 12:22 PM
$ cat AUTORUN.INF
caacaacaacaacaa .. Anyone else had this happen to them?

NO, obviously someone ran a DOS executable on your USB device ..

Lightstar
May 15th, 2010, 12:30 PM
What's going on? An 'AUTORUN.INF' file appeared on my flash drive. Gedit refuses to display the file, but the terminal gives me this:

$ cat AUTORUN.INF
caacaacaacaacaa
A quick Google reveals something to do with a 'Panda' vaccine: here (http://hype-free.blogspot.com/2009/03/how-does-panda-usb-vaccination-work.html) and here (http://www.technibble.com/forums/showthread.php?t=6157).

Sounds more like a crow than a panda.
Sometimes some tools format a USB as a CD, that makes it autorun (can be risky) and also prevents you from deleting anything. (because you can't delete files on a cd (except if it's cd-rw))

format it would be the best option.
In windows, you can use HP's floppy disk formatting tools to make sure it gets rid of the 'cd' ish type.
In linux, I'd use what gradinaruvasile said, or gparted.

and then if you want, plug it in a computer, one by one, and try to find out which computer did it. Panda usually shows in the add/remove programs from control panel in windows. It's not a bad antivirus though I'm surprised they mess up usb disks like that (if it really was panda).

Penguin Guy
May 15th, 2010, 01:06 PM
I'm surprised Panda messes up usb disks like that (if it really was panda).
My thoughts exactly - I had no trouble removing it, I just thought it seemed a bit odd that an antivirus would do this.

TheLions
May 15th, 2010, 02:00 PM
My thoughts exactly - I had no trouble removing it, I just thought it seemed a bit odd that an antivirus would do this.

to prevent viruses creating infected autorun...

usualy viruses spread over usb using some excecutable file and autorun which runs that exectuable...