ADVERTISEMENT

Duterte counsel: Marcos set out to neutralize Duterte

Published Feb 23, 2026 08:30 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 lead defense counsel Nicholas Kaufman has alleged that President Marcos was "set out to neutralize" his predecessor and his legacy.
"So it is indeed the defense case that President Ferdinand Marcos Jr. set out to neutralize Rodrigo Duterte and his legacy," Kaufman claimed on the first day of Duterte's confirmation of charges hearing at the International Criminal Court (ICC) on Monday evening, Feb. 23, Manila time.
In a strongly worded statement, Duterte's counsel also claimed the existence of a telephone conversation "covertly recorded" between four parties where one claimed to be Marcos' "silent partner" to funnel witnesses to the ICC while ensuring Marcos' "plausible deniability.”
This, Kaufman said, appeared to be an "exonerating evidence" that can now "substantiate what we have suspected for a long time."
"The document comprises a transcript of a telephone call covertly recorded between four parties who cannot be mentioned in public, and one of these parties was boasting, boasting about how he was acting as the silent partner of President BBM, managing a scheme to funnel witnesses to this court while all the time ensuring that he could guarantee President BBM's plausible deniability," Kaufman bared.
The defense also continued to claim that "Duterte was unconstitutionally and unceremoniously hauled off to The Hague."
Stressing the political maneuvering tied to proceedings on the charges against Duterte, Kaufman pointed out "a contrast between him (Duterte) and his successor in Malacañan.
"For President Rody, his word was his word, and the people knew it. For President Bongbong, his word is for the wind, and the people will not forget it."

Duterte's provocative remarks not enough to prove criminal liability

Kaufman asserted that the former president's highly provocative remarks amid the implementation of war on drugs were not enough to prove that he must be criminally liable for the deaths that occurred during the bloody "drug war."
"I will declare it loudly and clearly, as if the prosecution didn't know it already. It's not enough to state that since the former president made those extremely inflammatory statements and deaths occurred, that he must, as a matter of course, be criminally responsible for those fatalities," Kaufman said during his opening statement.
He pointed out that the prosecution must show substantial grounds to believe that Duterte "actually desired and foresaw that people would be killed as a result of his incendiary language."
"For the prosecution to assert that Rodrigo Duterte hoped for deaths to occur, or was relentlessly indifferent as to whether deaths would occur, which he was not, that's insufficient," Duterte's counsel said.
Kaufman further stressed that Duterte's language was not aimed at suspected drug pushers "but directly at those poisoning society with their substances."
"His rhetoric was calculated to arouse fear and obedience, to instill fear in their hearts, and to inculcate a respect for the law in their minds. Nothing more, nothing less. That was his intent, and it was not criminal," he said.

Kaufman's allegations preposterous, Palace says

Malacañang has described the allegation of Kaufman as "preposterous," stressing that he has forgotten the timeline of when the cases against Duterte were filed before the ICC.
"Kaufman has the temerity to accuse President Marcos of trying to neutralize Duterte's legacy. That is preposterous," Palace Press Officer and Communications Undersecretary Claire Castro said in a statement on Monday night.
"He seems to be the one suffering from severe cognitive impairment, and not his client, because he tremendously forgets the timeline, since the crimes against humanity cases were filed before the International Criminal Court in 2017, when President Marcos, Jr. was still a private citizen," Castro added.
The Palace official stressed that Duterte's counsel did not give "clear defense" for Duterte's alleged extrajudicial killings, and schooled him to "learn the facts of his case" rather than rhetoric.
"Kaufman does not offer a clear defense for his client’s alleged extrajudicial killings, which reportedly happened during Duterte's time as mayor. In addition, one of the counsels, Silvestre Bello III, admitted that Duterte killed someone by throwing him out of a helicopter. He should learn the facts of his case rather than focus on political rhetoric," Castro said.

Related Tags

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