COINOTAG reported that Replit CEO Amjad Masad tweeted on September 25 that North Korean IT Workers have been obtaining U.S. remote positions via an AI tool, purportedly generating significant revenue for the DPRK. This account is presented as a direct claim from a company executive and thus should be treated as a reported allegation pending independent verification by security researchers and regulators.
Crypto analyst ZachXBT replied, attributing at least 25 incidents—including hacks and ransomware—to these actors targeting the cryptocurrency industry. Market participants and custodians are advised to reassess vendor due diligence, threat attribution, and operational security controls in response to these reported links.
‘,
‘
🔒 Secure and Fast Transactions
Diversify your investments with a wide range of coins. Join now!
‘,
‘
💎 The Easiest Way to Invest in Crypto
Dont wait to get started. Click now and discover the advantages!
‘
];
var adplace = document.getElementById(“ads-binance”);
if (adplace) {
var sessperindex = parseInt(sessionStorage.getItem(“adsindexBinance”));
var adsindex = isNaN(sessperindex) ? Math.floor(Math.random() * adscodesBinance.length) : sessperindex;
adplace.innerHTML = adscodesBinance[adsindex];
sessperindex = adsindex === adscodesBinance.length – 1 ? 0 : adsindex + 1;
sessionStorage.setItem(“adsindexBinance”, sessperindex);
}
})();