ADVERTISEMENT

Palace blames Duterte admin for ICC probe, arrest

Published Mar 19, 2025 05:57 am

At A Glance

  • According to Castro, the Duterte government had itself to blame as the issue would not have escalated if it had acted on its commitment to investigate and file cases against those involved in the drug war.

Malacañang has pointed to the previous administration as the reason the International Criminal Court (ICC) resumed its investigation into the alleged crimes against humanity during the bloody drug war of former president Rodrigo Duterte that ultimately led to his arrest and surrender last week.

CLAIRE.jpg
Former president Rodrigo Duterte (ICC) and Communications Undersecretary Claire Castro (RTVM)

Communications Undersecretary Claire Castro said this after Duterte's administration asked if it was not possible for the Philippine courts to prosecute Duterte instead of handing him over to the ICC.

In a press briefing on Wednesday afternoon, March 19, the Palace Press Officer explained that the Duterte administration had asked the ICC to suspend its investigation, promising to conduct its own probe and file cases against those involved in the supposed extrajudicial killings (EJKs) and human rights violations.

However, she pointed out that the Duterte administration failed to fulfill this commitment, prompting the ICC to resume its investigation.

"Sinabi po ng ICC Prosecutor na hindi nagampanan ng administrasyon ni dating pangulong Duterte yung pangako, yung undertaking na sila’y magsasagawa ng pag-iimbestiga at magsasampa ng karampatang kaso (The ICC Prosecutor said the Duterte administration did not fulfill its promise, its undertaking to conduct an investigation and file the necessary cases)," she said.

"Kaya po ipinagpatuloy muli ang pag-iimbestiga ng ICC prosecutor (That is why the ICC prosecutor resumed the investigation)," she added.

Castro argued that the Duterte administration should have laid the groundwork for an investigation that the Marcos government could follow through.

"Kung meron po dapat na ipagpatuloy ang administrasyong Marcos patungkol sa pag-iimbestigang 'yan, ay dapat nasimula na po (If the Marcos administration were to continue that investigation, it should have already been started)," she said.

"So huwag natin ipahid ang kasalanan ito sa administrasyon ni Pangulong Marcos (So let us not put the blame on President Marcos’ administration)," she added.

According to Castro, the Duterte government had itself to blame as the issue would not have escalated if it had acted on its commitment.

"Hindi sila agad kumilos patungkol dito sa mga kasong ito na nireklamo patungkol sa madugong war on drugs (They did not act promptly on these cases related to the bloody war on drugs)," she said.

When asked why the Marcos administration did not pursue an investigation, Castro cited the House of Representatives Quad-committee (Quad-comm) hearings that revealed information about what supposedly transpired during Duterte's presidency.

"Doon natin nalaman at doon naibulaslas kung ano ba ang nangyari sa panahon ni dating pangulong Duterte (There we learned and uncovered what really happened during former President Duterte’s time)," she said.

The ICC's investigation focuses on the thousands of killings linked to Duterte's infamous anti-drug campaign, which has been widely condemned by human rights organizations.

Duterte, who was arrested and surrendered to the ICC on March 11, withdrew the Philippines from the ICC in 2019 after the court began its preliminary examination, arguing that it had no authority over the country.

Despite the withdrawal from the Rome Statute, the ICC maintained that it had jurisdiction over crimes committed while the Philippines was still a member.

Related Tags

claire castro International Criminal Court (ICC) President Duterte Duterte arrest order Drug war
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.