ADVERTISEMENT

NBI rescues 54 women in Pasig club raid; Defensor camp denies family link

Published Apr 24, 2026 05:39 pm
(National Bureau of Investigation)
(National Bureau of Investigation)
Operatives of the National Bureau of Investigation (NBI) have rescued 54 women and arrested several suspects during an entrapment operation at a nightclub and hotel in Pasig City.
In a statement Friday, April 24, the NBI said the raid targeted a suspected human trafficking network operating out of Chicago Nightclub and Bleu Hotel that was allegedly later traced to the wife and son of former Anakalusugan Partylist Representative Mike Defensor.
“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.
“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.
Accordingly, the NBI Special Task Group (NBI-STG) launched the operation last April 21 after receiving intelligence information regarding the “alleged recruitment and exploitation of women for sexual services” at the said establishment.
The NBI said that surveillance confirmed a “systematic scheme of sexual exploitation.” It said investigators discovered that customers were initially entertained inside the Chicago Nightclub and women were presented to clients 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,” the bureau detailed.
According to NBI, evidence suggested that transactions ranged from P5,000 to P15,000 per encounter. These payments were allegedly distributed among facilitators, managers, and other individuals involved in the scheme.
The operation was conducted in coordination with the Department of Justice – Inter-Agency Council Against Trafficking (DOJ-IACAT), and the Department of Social Welfare and Development (DSWD).
The rescued victims were under the care of social welfare authorities for "proper care, protection, and assistance."
Aside from the rescued women, the NBI said its agents also seized marked money, suspected illegal drugs, drug paraphernalia, and various documents linked to the unlawful activities.
The NBI said it has filed criminal complaints for alleged violations of Republic Act 9208 or the Anti-Trafficking in Persons Act against Defensor’s wife and son on Thursday, April 23, before the Pasig City Prosecutor’s Office.
Meanwhile, those arrested during the raid including managers, officers, facilitators, and customers were also facing charges for violations of the Anti-Trafficking Persons Act and Republic Act 9165 or the Comprehensive Dangerous Drugs Act of 2002.
Defensor’s wife denies link
However, Defensor’s wife, Julie, firmly denied the allegations linking her family and businesses to the NBI raid, calling such claims “baseless” and “malicious.”
“Let me be absolutely clear regarding the recent NBI operation: we have absolutely no connection to the targeted establishment or its operations,” she said. “Any attempt to link our family to the abhorrent acts allegedly committed there is a deliberate, dangerous, and desperate lie.”
She claimed the allegations were part of an “orchestrated smear campaign” and a “fabricated pretext designed to artificially manufacture a case.”
“Because of these political attacks, approximately 1,000 hardworking employees across various companies have abruptly lost their jobs,” she said, calling it “unconscionable that innocent workers are being sacrificed as pawns in someone else's political vendetta.”
She challenged NBI Director Melvin Matibag to address any "political or personal" issues directly with her husband instead of involving their family. She said that her family will pursue legal action over the claims.
“We will not be bullied, silenced, or intimidated by these cowardly tactics,” she said. “We will exercise the full extent of the law to clear our names, expose this harassment, and hold those responsible accountable.”
To recall, the Defensor patriarch made headlines in recent months when he admitted in February that he helped a group of 18 men, including former Marines, who claimed to have delivered billions of pesos in flood control kickbacks to former lawmaker Zaldy Co, by providing a vehicle to transport them so they could stage a press conference and reveal the expose.

Related Tags

NBI Mike Defensor raid Pasig City
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.