How to Prevent the five "invisible killers" on the webpage"

Source: Internet
Author: User
Tags superuser permission

With the expansion of computer and network applications, the risks and losses faced by computer information security are also growing exponentially, especially the increase of various hackers, some individual users are often attacked by different means, which has to be taken seriously by us.

For individual users, in addition to viruses and Trojans, the invisible code in webpages has begun to seriously threaten our security, but most people lack self-protection awareness, I do not have enough knowledge about the hazards of the invisible code, or even be stolen by others without my knowledge. Because the invisible code is relatively concealed, no virus firewall has been able to prevent the attack of the invisible code, and most of them cannot even be found. Therefore, we should be highly vigilant against the invisible killer in Web code. In general, the "invisible killer" in Web code is roughly divided into the following categories.

Invisible killer 1 occupies CPU

By constantly consuming the system resources of the local machine, the CPU usage is as high as 100%, so that the computer can no longer process other users.

The typical prank of the "stealth killer 1" code is to generate an endless loop through JavaScript. This type of code may appear on a malicious website or be sent to you as an email attachment. Currently, most mail client programs can automatically call browsers to open HTM/HTML files. As soon as you open the attachment, there will be countless new browser windows on the screen. Finally, you have to restart the computer.

To avoid such problems, you can only avoid opening attachments to emails sent by strangers.

Invisible killer 2 illegally reads local files

A typical practice of this type of code is to read local files by calling Activex, JavaScript, and WebBrowser control on a webpage.

Compared with "invisible killer 1", "invisible killer 2" code is characterized by a relatively hidden expression. Generally, it is difficult for people to find that the invisible code is reading files on their hard disks. "Invisible killer 2" can also use browser vulnerabilities to kill attacks, such as IE5.0 IFrame vulnerability. A few lines of code can read any files that can be opened by IE on your local hard disk.

To avoid this problem, you can disable JavaScript and pay attention to Microsoft's security patches at any time.

Stealth Killer 3 Web Spoofing

Attackers first break into the DNS server responsible for domain name resolution of the target machine, and then reset the DNS-IP address to a host that he has been given super user permissions.

These attacks are rare in China at present, but they are very harmful if they are successful. In addition, it may cause heavy losses. The attack method is: forge an environment identical to that of the target machine on the host that has won the superuser permission to trick you into handing over your username and password. For example, our email or even the bank account and password on the Internet. Because you are faced with the same environment as yesterday, when you are skilled in typing the user name and password. I didn't even think of a real host.

When using the anti-virus method to access the Internet, it is best to turn off the JavaScript of the browser so that attackers can not hide the signs of attacks. Only when they access a familiar website, they can open it, although this will reduce the functionality of the browser, but I think it is worthwhile. Also, do not link to other websites from websites you are not familiar with, especially those websites that need to enter the personal account name and password.

Stealth killer 4 controls User Machines

At present, this type of problem is mainly caused by the use of Actives by IE.

Now let's take a look at our IE Security Settings. For "Download Signed ActiveX controls", the current option is "prompt ". But you may not know that IE still has the privilege to download and execute programs without prompting. This is a serious security problem, and we may be completely controlled by others without knowledge. The method to avoid evil is in the Registry


HKEY-LOCAL-MACHINESOFTWAREMicrosoftInternet assumeractivex Compatiblity"
 


Create a CLSID-based New {6E449683-C509-11CF-AAFA-00AA00 B6015C} for "Active Setup controls". Create a REGDWORD type value: Compatibility Flags 0x00000400.
Invisible killer 5 Illegal formatting of local hard disk

This type of code is very harmful. Your hard disk will be formatted as long as you browse its webpage.

This is not sensational. In fact, it is not a new vulnerability that IE can Format hard disks by executing ActiveX. As early as last year, foreign hackers discovered this problem and published the source code, however, the vulnerability Source Code published at that time was for the Spanish version of Windows. If you Copy the source code directly, it would be useless for the Chinese version of Windows. However, the code for formatting the local hard disk for the Chinese version of Windows has recently been found on some personal home pages in China. If you browse a Web page containing such code, the browser will only give a warning: "the current page contains incomplete ActiveX, which may cause harm to you." Ask if you want to execute it. If you choose "yes", your local hard disk will be quickly formatted, and because the window is minimized during formatting, you may not pay attention to it at all, and it will be too late to find it.

The anti-virus method is similar to the prompt that appears when you browse the Web page. unless you know what you are doing, do not just say "yes ". In addition, the above prompt information can be modified, such as "Windows is deleting the temporary files of the Local Machine and asking if you want to continue", so please be careful! Another method is to rename the Dangerous commands such as format.com;deltree.exe. There are not many cases where we really need to use these doscommands in Windows, and many macro viruses or dangerous Code directly call these doscommands, such as the famous Chinese macro virus "July Killer ", it is in Autoexec. deltree c:/y is added to bat.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.