ADVERTISEMENT

NBI rejects claims of political vendetta behind raid of club, hotel linked to ex-solon

Published Apr 25, 2026 12:30 pm  |  Updated Apr 25, 2026 01:55 pm
National Bureau of Investigation (NBI) director Melvin Matibag rejected claims that the raid conducted on a nightclub and a hotel in Pasig City was politically-motivated as the establishments are reportedly owned by the family of a former lawmaker who is vocal against the Marcos administration.
Matibag said the raid stemmed from confirmed reports of suspected human trafficking activities in the establishments, adding that due diligence was observed in the conduct of operations that include coordination with the local government units down to the barangay level and the use of body-worn cameras.
“This is a legitimate operation and it was him (former congressman Mike Defensor) who has been leading this to politics,” said Matibag in a news forum in Quezon City.
Matibag said the natural reaction by Defensor would have been to express gratitude to the NBI for finding out the establishments they own are being used for illegal activities.
He said the camp of Defensor was the one that brought the issue of politics.
Defensor has been very vocal against President Marcos and was seen leading protest actions and activities against the present administration.
He was dragged into the controversy after the NBI found out that his wife and son were the registered owners of the establishments where human trafficking activities were allegedly done.
“Corporate records obtained in the course of the investigation indicate that the registered owners of the establishment are the wife and son of former Congressman Mike Defensor,” the NBI said in a statement.
“The NBI emphasizes that this information is part of the ongoing investigation and does not, by itself, establish criminal liability. All persons concerned are presumed innocent unless proven guilty in a court of law,” it added.
In a separate statement, Defensor’s wife Julie denied the allegations, saying they have no connection to the raided establishments.
“I address Atty. Matibag directly: if you have a political or personal grievance with Mike, have the courage to resolve it with him directly. Stop using me, our daughter, and hundreds of innocent, displaced workers as collateral damage in a dispute that has nothing to do with us,” she said.
“Because of these political attacks, approximately 1,000 hardworking employees across various companies have abruptly lost their jobs- simply due to a perceived association with my husband, Mike. These are 1,000 families stripped of their livelihoods in the middle of a crisis. It is unconscionable that innocent workers are being sacrificed as pawns in someone else's political vendetta,” she added.
But Matibag stood by the operation “ in defense of NBI personnel who are just doing their job”
For one, NBI could not be faulted on this issue since the agency was not the one who listed Defensor’s wife and child as owners of the establishments.
“They were saying 1,000 employees lost their jobs as a result but let us not take advantage of our poor kababayan to put them in a position of engaging in illegal activities,” said Matibag.
Based on the NBI report, the operation was conducted by the Special Task Group after receiving intelligence information regarding the alleged recruitment and exploitation of women for sexual services.
It said surveillance and case build-up operations confirmed that the establishments were facilitating a systematic scheme of sexual exploitation.
Investigators established that customers were initially entertained inside Chicago Nightclub, where women were presented through a “line-up” system. Once a customer made a selection, the parties were then brought to rooms at Bleu Hotel, where the sexual services were allegedly consummated.
“Evidence gathered during the operation indicates that transactions ranged from approximately ₱5,000 to ₱15,000 per encounter, depending on the arrangement, with portions of the payment allegedly distributed among facilitators, managers, and other individuals involved,” the NBI said.
Those arrested, including managers, officers, facilitators, and customers are now facing charges for violations of Republic Act No. 9208, as amended (Anti-Trafficking in Persons Act), and Republic Act No. 9165 (Comprehensive Dangerous Drugs Act of 2002).

Related Tags

NBI Mike Defensor Melvin Matibag
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.