Follow Cyber Kendra on Google News! | WhatsApp | Telegram

Add as a preferred source on Google

Two Moderators of Silk Road 2 forums got Arrested

Two Moderators of Silk Road 2 forums got Arrested, news on Slik road, black marketing site, Dealing online drugs, FBI arrested the culprit, Silk road goes down, Bitcoin banned, silkroad banned

Yesterday, once again the authorities have took over the controller of black marketing. After the taken down of the Slik Road, users have launched and came back with the new site "Silk Road 2" Last day, atleast two moderators on the Black marketing site "Silk Road 2 forums" http://silkroad5v7dywlc.onion/) [TOR link]  have been arrested by the authorities of US and Ireland.
As per the sources, one moderator "Libertas" have been arrested by the Irish authority in Wicklow during a raid carried out. Another Moderator of the forum "Inigo" have been arrested by the FBI, in Virginia.

Libertas, was caught in his own house around 8 P.M of Irish time, and authorities managed to seize approx 200,000 Euro of bitcoins in the raid. Its looks that the beginning of the Slik Road 2 is not very long after its resurrection.”

A police source independently confirmed the arrest of Libertas, saying that a man was arrested last night in connection with the new Silk Road and charged yesterday (under the Criminal Mutual Assistance Act of 2008.) Police searched his house and took computers. He made bail last night.

Post a Comment

const config = { safeID = 'safelink', safeURL: ['/p/safelink.html'], timer: 15, redirect: true, text: { wait: 'The link will appear in 0 second', direct: 'You’ll be redirected to the download link in 0 second', shifted: 'Redirecting... [link] if you’re not redirected automatically.', click: 'Click here', btn: 'Direct to link.' } }; (() => { const randomURL = url => url[Math.floor(Math.random() * url.length)]; const safeLink = () => config.safeURL.some(path => location.pathname.endsWith(path)); const safeMessage = (text, time) => { const [start, end] = text.split('0'); return `

${start} ${time} ${end}.

`; }; const outboundLinks = () => { const links = document.querySelectorAll('a.safeurl[href]'); if (!links.length) return; links.forEach(anchor => { const encoded = encodeURIComponent(btoa(anchor.href)); Object.assign(anchor, { href: `${location.origin}${randomURL(config.safeURL)}?go=${encoded}`, target: '_self', rel: 'noopener' }) }) }; const handleLink = () => { const params = new URLSearchParams(location.search); const encoded = params.get('go'); if (!encoded) return; const link = atob(decodeURIComponent(encoded)) params.delete('go'); history.replaceState({}, '', location.pathname + (params.toString() ? '?' + params : '')); let counter = config.timer; const label = config.redirect ? config.text.direct : config.text.wait; const box = document.getElementById(config.safeID); if (!box) return; box.removeAttribute('hidden'); box.innerHTML = safeMessage(label, counter); const countdown = setInterval(() => { counter--; box.innerHTML = safeMessage(label, counter); if (counter > 0) return; clearInterval(countdown); if (config.redirect) { box.innerHTML = `

${config.text.shifted.replace('[link]', `${config.text.click}`)}

`; location.href = link; } else { box.innerHTML = ''; const btn = document.createElement('a'); //btn.className = 'btn'; btn.href = link; btn.target = '_blank'; btn.rel = 'nofollow noopener noreferrer'; btn.innerHTML = `${config.text.btn}`; box.appendChild(btn); } }, 1000) }; safeLink() ? handleLink() : outboundLinks(); })();