Benign Download

Trojan.JS.Snake

Reads browser application version identityInvokes zero-argument function at module scope
SHA-2565ebbca3e5bcb2e4e2a4d912208099ee549c35628f63488834952a531e190b799
MaleculeH₂(DbOs)

Evidence

Reads browser application version identity lines 1–12
1
2/* downloaded from http://z0mbie.cjb.net */
3
4var userAgent=navigator.appName + " " + navigator.appVersion;
5var agentInfo=userAgent.substring(0, 12);
6if (agentInfo >= "Netscape 4.0")
⋯6 lines
Invokes zero-argument function at module scope lines 52–62
⋯6 lines
58 setTimeout("timehandler()", delay);
59};
60timehandler();
61
62};

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.