a friend visited this site:
- h-t-t-p-s://adidastore.buzz/adidass/tb.php?_t=1614958342
I malformed the url so no one accidently clicks on it
Below is the code the site is serving.
I don’t know javascript and wanted to know from you, if the code looks malicious?
Thank you!
<html lang="en">
<head>
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.adidas.com/">
<meta property="og:title" content="Adidas Women's Day gift">
<meta property="og:image" content="/img/s/adidas.jpg">
<meta property="og:description" content="Adidas gives away 1 million pairs of shoes">
<title>Adidas Women's Day gift</title>
</head>
<body>
<script type="text/javascript" charset="utf-8">
function loadScript(url, callback){
var script = document.createElement ("script")
script.type = "text/javascript";
if (script.readyState){
script.onreadystatechange = function(){
if (script.readyState == "loaded" || script.readyState == "complete"){
script.onreadystatechange = null;
callback();
}
};
} else {
script.onload = function(){
callback();
};
}
script.src = url;
document.getElementsByTagName("head")(0).appendChild(script);
}
setTimeout(function(){
loadScript('/j/og.js?_t='+ (new Date()).getTime(),function(){});
},200);
</script>
</body>
</html>