A fresh landing targeting France, as spotted by malekal https://twitter.com/malekal_morte/statu ... 6680811521 asking for itunes gift cards.
There is an anti 'noscript' to redirect people on a 404 page if javascript is disabled:
VK_F11 = 122
VK_CONTROL = 17
VK_ALT = 18
VK_RETURN = 13
File scan: https://www.virustotal.com/en/file/185b ... 501319076/ (3/59)
There is an anti 'noscript' to redirect people on a 404 page if javascript is disabled:
Code: Select all
Full screen:
<noscript><meta http-equiv="refresh" content="0; URL=../google.com/index.html"></noscript>
Code: Select all
Full screen if escape key (VK_ESCAPE = 27) is pressed:
//eval if (key == 'jwsf72efuju2') {function toggleFullScreen() { if (!document.fullscreenElement && !document.mozFullScreenElement && !document.webkitFullscreenElement) { if (document.documentElement.requestFullscreen) { document.documentElement.requestFullscreen(); } else if (document.documentElement.mozRequestFullScreen) { document.documentElement.mozRequestFullScreen(); } else if (document.documentElement.webkitRequestFullscreen) { document.documentElement.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT);}}}}
Code: Select all
More keys event: //eval document.addEventListener('keyup', function(es) { if (es.keyCode == 27) { toggleFullScreen(); document.getElementById('sound').innerHTML = "<audio autoplay='autoplay'><source src='http://polariton.ad-l.ink/download/action/8bx2cmRy5/mp3'/></audio>"; }}, false);
VK_F11 = 122
VK_CONTROL = 17
VK_ALT = 18
VK_RETURN = 13
Code: Select all
//eval document.addEventListener('keyup', function(e) { if (e.keyCode == 122 || e.keyCode == 17 || e.keyCode == 18 || e.keyCode == 13) { toggleFullScreen(); document.getElementById('sound').innerHTML = "<audio autoplay='autoplay'><source src='http://polariton.ad-l.ink/download/action/8bx2cmRy5/mp3'/></audio>"; }}, false);
Code: Select all
URL scan: https://www.virustotal.com/en/url/e5eba ... 501322170/ (3/65)http://namemdk.review/fritunes1/
File scan: https://www.virustotal.com/en/file/185b ... 501319076/ (3/59)
Attachments
infected
(192.58 KiB) Downloaded 49 times
(192.58 KiB) Downloaded 49 times