ADVERTISEMENT

ICC prosecutors have no 'smoking gun' vs Duterte, defense says

Published Feb 26, 2026 07:02 pm
Former president Rodrigo Duterte's lead defense counsel Nicholas Kaufman (Photo courtesy of ICC)
Former president Rodrigo Duterte's lead defense counsel Nicholas Kaufman (Photo courtesy of ICC)
Former president Rodrigo Duterte’s defense team told judges of the International Criminal Court (ICC) that there is “no smoking gun” linking him directly to any of the killings cited in the prosecution’s charges.
During the third day of the confirmation of charges hearing on Thursday, Feb. 26, defense counsel Nicholas Kaufman argued that the prosecution failed to establish a clear causal link between Duterte’s alleged statements or orders and the 49 incidents involving 78 victims.
“There is no smoking gun in this case,” Kaufman told Pre-Trial Chamber I.
He said the prosecution was required to demonstrate which specific statement, order, or command allegedly issued by Duterte led a particular individual to “pull the trigger” in any of the charged incidents.
“But the prosecution cannot show such a causal link — they were never able to do that,” Kaufman said.
“Not one of the 49 incidents mentioned in the document containing the charges manifests such a causal link between a speech, an order, and one of the charged incidents,” he added.
Kaufman further claimed that “not one witness relevant to any of the 49 incidents” would testify that he received a direct order from Duterte to kill.
“This, in and of itself, should be sufficient to convince any reasonable bystander observing the conduct of these proceedings that Rodrigo Duterte is innocent of these charges leveled at him,” he added.
The defense maintained that the prosecution’s evidence was “not substantial, rather totally inadequate.”
Duterte, arrested in March last year, is charged with crimes against humanity of murder and attempted murder, allegedly committed between Nov. 1, 2011, and March 16, 2019, in connection with his administration’s war on drugs.
The confirmation hearing will determine whether there are substantial grounds to believe he committed the crimes charged, a threshold required before the case proceeds to trial.

Speeches ‘cannot prove criminal intent’

Kaufman also challenged the prosecution’s reliance on Duterte’s public speeches as proof of criminal intent.
He said the Office of the Prosecutor presented 20 speeches in its document containing the charges, but argued that several of these actually contained references to the lawful use of self-defense.
“Relying on the former prosecutor’s speeches as a means of proving criminal intent is impossible,” he said.
He added that journalists and editors “have a tendency to fixate on the salacious elements of a person’s speeches while ignoring the less interesting parts,” saying this was also true in Duterte’s case.

‘Hardly widespread’ in Davao

On the contextual elements of crimes against humanity, the defense questioned whether the alleged killings met the threshold of being “widespread or systematic.”
Kaufman noted that Count 1 involves nine incidents of murder in Davao City, which he described as “hardly widespread.”
He also downplayed references to alleged mass graves, saying authorities “could have dug up the entire city of Davao” but instead only produced references to remains that “could have belonged to World War II Japanese soldiers.”

Defense says not attacking victims

Meanwhile, at the start of his presentation, Kaufman emphasized that the defense was not making light of the loss of life.
“The defense does not disrespect the soul of any deceased person, nor does it make light of the loss of life,” he said.
He added that any criticism would be directed solely at the prosecution’s document containing the charges, “not at the loved ones” of those who died, including a “tearful relative” he saw in the gallery earlier in the week.
Kaufman said the defense’s role was not to present an alternative narrative, but “simply to persuade your honors that Mr. Rodrigo Duterte should not remain in detention for years to come simply because the prosecution cannot make up substantial grounds to believe that this individual committed the crimes of which he is charged.”
Pre-Trial Chamber I is expected to decide within 60 days after the conclusion of the hearing whether to confirm the charges and send the case to trial.

Related Tags

ICC Nicholas Kaufman President Duterte Rodrigo Duterte
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.