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

07 January 2012

45,000 Facebook logins stolen by worm

NEW DELHI: Users of world's biggest social networking site Facebook face a big risk. According to security firm Seculert, a worm called Ramnit has recently started targeting Facebook accounts with considerable success, and has already stolen over 45,000 Facebook login credentials worldwide.

"Recently, our research lab identified a completely new 'financial' Ramnit variant aimed at stealing Facebook login credentials. Since the Ramnit Facebook C&C (Command & Control servers) URL is visible and accessible, it was fairly straightforward to detect that over 45,000 Facebook login credentials have been stolen worldwide, mostly from users in the United Kingdom and France," says Seculert in a blog post.

The security firm suspects that the attackers behind Ramnit are using the stolen credentials to log-in to victims' Facebook accounts and to transmit malicious links to their friends. In addition, cybercriminals are also believed to take advantage of the fact that users tend to use the same password in various web-based services (Facebook, Gmail, Corporate SSL VPN, Outlook Web Access, etc.) to gain remote access to corporate networks.

Microsoft Malware Protection Center (MMPC) described Ramnit, first discovered in April 2010, as "a multi-component malware family which infects Windows executable as well as HTML files", "stealing sensitive information such as stored FTP credentials and browser cookies."

In a report in July 2011, a Symantec report estimated that Ramnit worm variants accounted for 17.3 percent of all new malicious software infections.

03 January 2012

Remove Computer Virus in USB using DOS command

Removing computer virus in USB is really difficult especially if we don't have an updated anti-virus software installed to our computer. Viruses will easily attack the computer and infect all the system files or even our personal files that are stored on this computer if we don't have an antivirus. Since, the license of an antivirus software is very expensive, here the simplest way to solve this problem(computer virus in flash drive or usb).

The "simplest way or steps to remove computer virus in USB using CMD or DOS commands".

1. Click start button and click Run.
2. Type CMD in the dialog box and Click OK.
computer virus on usb,remove using cmd command
     
   3. Type your Drive Letter for your USB and Press Enter in your keyboard, mine is D:
simplest way to remove virus on usb, using dos commands 


    4. Type dir/a to see all the hidden files inside your usb,also look the autorun.inf file. press enter key.

delete computer virus in usb or flash disk using commands in dos
   5. You type this command, attrib -r -a -s -h in the command prompt or cmd to show all the hidden files.  Then press enter.
deleting virus in computer using cmd command
  6. Type del autorun.inf /s to delete the virus. Press enter after you type.

delete or remove autorun.inf using commands in windows

 7. Type again this command, dir/a to check whether the auturun.inf is already deleted.

steps to remove computer virus inside usb

Thank you for reading this post....

24 February 2011

Safely File Scan on INTERNET

Hello all..
You find many files suspicious on the NET which might contain Viruses, Trojan. Even if your Anti-Virus doesn't detect it, you still find it very difficult to open it.
OR
Created a Virus and wanted to see how GOOD it stands up against the Top Anti-viruses..
So whats the solution........ ... ... ... ..
Best is to scan it on INTERNET.
But WHERE ??
The solution is.... http://www.virustotal.com/ 
This website uses about 43 Anti-virus softwares.. to scan ur uploaded file.. 
*Be aware while uploading your file/virus to that website, because they might sell your virus to Antivirus companies.. without your permission.

14 June 2010

Virus To GoBack some step in Windows Explorer

open notepad and type following code...
=====================
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
======================

13 June 2010

Virus to self Opel & Close CD-DVD ROM door

type following code in Notepad and save it as open_close.vbs
===============
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
=============
run your virus....
it will open & close your CD-DVD ROM door automatically...
to stop this goto Task Manager -> end Processes "wscript.exe"

Make Virus in VBScript

type following code in Notepad.
=================
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

=================
save it as "Enter.vbs"

cheer$..... your virus is ready for run...

[to stop working of this virus goto Task manager-> Processes-> Endprocess called "wscript.exe"]

Popular Posts