What do malicious JavaScript references look like?

by bharathi 2010-11-02 15:16:35

JavaScript references to external sites look like this. If you don't recognize remotesite.com, the code is suspicious. This code calls and runs a JS script that is hosted on a website that isn't yours. After a visitor loads your page, their browser fetches this JavaScript from the other site and runs it:

script language="JavaScript" src="http://remotesite.com/path/file.js"

Tagged in:

802
like
0
dislike
0
mail
flag

You must LOGIN to add comments