US Treasury Extends Bank-Grade Threat Intel to Crypto Sector


The program is not universal, as only firms that meet Treasury’s qualifying requirements will be able to sign up.

‘;
}

function loadTrinityPlayer(targetWrapper, theme,extras=””) {
cleanupPlayer(targetWrapper); // Always clean first ✅
targetWrapper.classList.add(‘played’);
// Create script
const scriptEl = document.createElement(“script”);
scriptEl.setAttribute(“fetchpriority”, “high”);
scriptEl.setAttribute(“charset”, “UTF-8”);

const scriptURL = new URL(`https://trinitymedia.ai/player/trinity/2900019254/?themeAppearance=${theme}${extras}`);
scriptURL.searchParams.set(“pageURL”, window.location.href);

scriptEl.src = scriptURL.toString();

// Insert player
const placeholder = targetWrapper.querySelector(“.add-before-this”);
placeholder.parentNode.insertBefore(scriptEl, placeholder.nextSibling);
}

function getTheme() {
return document.body.classList.contains(“dark”) ? “dark” : “light”;
}

// Initial Load for Desktop
if (window.innerWidth > 768) {

const desktopBtn = document.getElementById(“desktopPlayBtn”);
if (desktopBtn) {
desktopBtn.addEventListener(“click”, function () {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if (desktopWrapper) loadTrinityPlayer(desktopWrapper, getTheme(),’&autoplay=1′);
});
}
}

// Mobile Button Click
const mobileBtn = document.getElementById(“mobilePlayBtn”);
if (mobileBtn) {
mobileBtn.addEventListener(“click”, function () {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if (mobileWrapper) loadTrinityPlayer(mobileWrapper, getTheme(),’&autoplay=1′);
});
}
function reInitButton(container,html){
container.innerHTML = ” + html;
}

// Theme switcher
const destroyButton = document.getElementById(“checkbox”);
if (destroyButton) {
destroyButton.addEventListener(“click”, () => {
setTimeout(() => {
const theme = getTheme();
if (window.innerWidth > 768) {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if(desktopWrapper.classList.contains(‘played’)){
loadTrinityPlayer(desktopWrapper, theme,’&autoplay=1′);
}else{
reInitButton(desktopWrapper,’‘)
const desktopBtn = document.getElementById(“desktopPlayBtn”);
if (desktopBtn) {
desktopBtn.addEventListener(“click”, function () {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if (desktopWrapper) loadTrinityPlayer(desktopWrapper,theme,’&autoplay=1’);
});
}
}
} else {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if(mobileWrapper.classList.contains(‘played’)){
loadTrinityPlayer(mobileWrapper, theme,’&autoplay=1′);
}else{
const mobileBtn = document.getElementById(“mobilePlayBtn”);
if (mobileBtn) {
mobileBtn.addEventListener(“click”, function () {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if (mobileWrapper) loadTrinityPlayer(mobileWrapper,theme,’&autoplay=1′);
});
}
}
}
}, 100);
});
}
})();



The U.S. Treasury’s Office of Cybersecurity and Critical Infrastructure Protection (OCPP) has launched a free threat intelligence program for digital asset firms.

The initiative will provide eligible American crypto companies with timely, actionable cybersecurity information meant to help protect them against the growing security threats affecting their operations and customers.

Cybersecurity Threat Intelligence Program

In an April 9 press release, the U.S. Treasury revealed that the efforts are an implementation of a key recommendation from the President’s Working Group on Digital Asset Markets report, which had called for improved resilience in the quickly growing sector. Treasury officials talked about the importance of the crypto industry to the broader financial system.

“Digital asset firms are an increasingly important part of the U.S. financial sector, and their resilience is critical to the health of the broader system,” said Luke Pettit, Assistant Secretary for Financial Institutions.

In addition, he said that the program would give these companies access to the same high-quality threat intelligence used by traditional financial institutions. This, according to him, will enable them to better identify, prevent, and respond to cyber attacks while promoting a more secure and responsible digital asset ecosystem.

Tyler Williams, counselor to the Secretary for Digital Assets, also said that the initiative is in line with the GENIUS Act as it encourages responsible innovation based on strong cybersecurity and operational resilience.

The announcement clarified that the initiative will only be available to qualifying firms that meet Treasury’s requirements. These companies can now sign up for free to get in the program to access the same information that the department shares with banks.

Crypto Exploits Are On The Rise

A recent report from PeckShield shows just how common cyberattacks targeting digital asset companies are becoming. It revealed that crypto exploits rose by 96% in March 2026, with hackers increasingly using methods like exploiting cloud infrastructure weaknesses and AI phishing campaigns to break into systems.

You may also like:

Furthermore, Chainalysis’s 2026 Crypto Crime Report shows that impersonation scams have gone up by 1400%, while AI-enabled fraud is also on the rise. PeckShield’s research also warns of a new “shadow contagion” that is spreading the effects of these events to other DeFi platforms that have not been hit yet.

But according to Cory Wilson, the Deputy Assistant Secretary for Cybersecurity, the Treasury’s insight will help cut down such cases by making the defenses of crypto firms stronger and lowering their operational risk.

SPECIAL OFFER (Exclusive)

Binance Free $600 (CryptoPotato Exclusive): Use this link to register a new account and receive $600 exclusive welcome offer on Binance (full details).

LIMITED OFFER for CryptoPotato readers at Bybit: Use this link to register and open a $500 FREE position on any coin!

Source: https://cryptopotato.com/us-treasury-extends-bank-grade-threat-intel-to-crypto-sector/