91³Ô¹ÏÍø

Watch CBS News

U.S. attorney in Miami targeting Cuban Communist leaders with new initiative, sources say

The top federal prosecutor in Miami is spearheading a new initiative targeting Cuban leaders for prosecution, sources familiar with the plan tell CBS News.

Jason Reding Quiñones, the U.S. attorney for the Southern District of Florida, is working with officials from federal and local law enforcement agencies and the Treasury Department's Office of Foreign Assets Control, or OFAC, to establish a new Cuban prosecution working group, the sources said. OFAC is the office responsible for imposing sanctions.

The group plans to focus on prosecutions involving economic crimes, drugs, violent crimes and immigration-related violations, with a focus on targeting those in the Communist Party leadership, the sources added.

A Justice Department spokesperson told CBS News: "Federal prosecutors from across the country work every day to pursue justice, which includes efforts to combat transnational crime."

A spokesman for the U.S. Attorney's Office could not be immediately reached for comment. The plans for the new working group were reported earlier by .

President Trump has indicated he's been eyeing Cuba's leaders, after the U.S. ousted Venezuelan President Nicolàs Maduro and brought him to the United States to face drug charges in January, and recently launched a joint war with Israel against Iran last week that killed Supreme Leader Ali Khamenei.

The president told CNN in an interview on Friday that Cuba's communist government was likely to be toppled next.

"Cuba is gonna fall pretty soon," Mr. Trump said, according to CNN.

Quiñones and First Assistant U.S. Attorney Yara Klukas are the same prosecutors who are separately leading an investigation into former Obama-era intelligence officials, including former CIA Director John 91³Ô¹ÏÍø, over an intelligence assessment that determined that Russia had tried to interfere in the 2016 presidential election to help benefit Mr. Trump.

Late last year, Quiñones' office sent subpoenas to former government officials requesting a broad swath of records, including paper or digital documents, text messages and emails associated with the preparation of the intelligence community's January 2017 assessment.

In recent weeks, updated subpoenas that expanded the date range for the documents were issued in the matter.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });