91³Ô¹ÏÍø

Watch CBS News

Peru police seize cocaine packets with Nazi flag and Hitler's name printed on the outside

Peruvian anti-drug police seized 58 one-kilogram packages of cocaine Thursday bearing pictures of a Nazi flags on the outside and the name "Hitler" printed in low relief. The drugs were found in the port of Paita, on Peru's northern Pacific coast, close to its border with Ecuador.

The cocaine was hidden in a shipping container carrying asparagus on the Liberian-flagged vessel SC Anisha R, which had earlier anchored in an Ecuadorian port, according to a police report obtained by The Associated Press. It said the shipment was destined for a port in Belgium.

Peru Drugs
In this photo provided by the Peruvian Anti-Drug Police, an officer shows blocks of cocaine marked with Nazi swastikas and stamped with the name "HITLER", at the port of Paita, Piura region, Peru, Thursday, May 25, 2023.  / AP

The Peruvian police's anti-drug directorate showed videos and photographs to the AP revealing that the drugs were stashed inside the ventilation system of the shipping container. Police continued to search the more than 80 containers on the vessel.

Peruvian authorities have previously reported finding cocaine in brick-shaped packages with various and strange symbols, but never with one of the flag of Nazi Germany.

Authorities in Peru estimate the country produces around 100 tons of drugs per year, and most of it leaves for Europe by sea, but also on small planes that carry cocaine to Bolivia on its way to Atlantic ports.

Police did not say if anyone was arrested.

Peruvian authorities seized 22 tons of cocaine in 2022.

Authorities in Peru estimate that the country produces around 100 tons of drugs per year and most of it is shipped to Europe by sea, but it also leaves the country on small planes that carry it to Bolivia, on its way to Atlantic ports.

Peru is the world's second-largest grower of coca leaf, according to the United Nations, and the world's second-largest producer of cocaine, according to the U.S. Drug Enforcement Administration.  

It is not uncommon for trafficked drugs to include designed packaging. Last month, packages of cocaine worth more than $100,000 washed up on several Florida beaches, including one wrapped in packaging that appeared to mimic the Chanel logo.

In March, police in Italy found a large cache of drugs in packaging decorated with images of notorious Mafia leaders — including the "Cosa Nostra" boss who was recently arrested after 30 years on the run. That same month, a "narco sub" was intercepted off Colombia carrying nearly 1,000 packages of cocaine, some of which appeared to be labeled "ROCKY" and "LMM."

AFP contributed to this report.

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=296763317a51cab90faa73f1bb146d5c'; 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(); } }); }); }); });