ADVERTISEMENT

Personal data leaks jump 73% in Q3, compromising 4.3-million Filipinos

Published Oct 22, 2025 01:32 pm
(Unsplash)
(Unsplash)
The Philippines registered a 73 percent increase in personal data leaks from July to September, as scammers continue to exploit the country’s vulnerable cybersecurity systems, according to Viettel Cyber Security.
Based on the firm’s report on the country’s cyber threat landscape, Viettel said 4.32 million Filipinos had their credentials compromised in the third quarter.
This breach covers the leak of an individual’s personal information, such as passwords, financial details, and health records.
The personal data leaks in the third quarter were a massive jump from 2.54 million incidents in the second quarter. In the first quarter, the Philippines only recorded 1.25 million cases.
Leaked private information is typically reused by criminals for fake job listings, e-commerce scams, and fraudulent loan applications.
Viettel noted that Filipinos who reuse passwords across accounts are most vulnerable. It noted that small businesses are also susceptible to phishing invoices disguised as messages from legitimate suppliers.
Globally, just over 500 million records of personal information were exposed in the third quarter, based on the previous quarter’s 453.55 million.
Viettel stated that the primary driver of this upward trend is the prevalence of cybercriminal groups specializing in information-stealing malware, particularly through the “stealer-as-a-service" model.
Through the model, fraudsters can steal data without advanced technical skills.
In the third quarter, Viettel reported that the Philippines experienced five ransomware attacks from July to September. The double extortion model was widely used to encrypt data and steal information from enterprises, exerting pressure on victims to pay ransom.
The country also recorded 76 incidents of data breaches, which exposed 52 million records and resulted in data losses totaling 837 gigabytes (GB).
The report noted that the healthcare sector was the top target for cybercriminals in the third quarter, as criminals exploit the rising adoption of digital health services among Filipinos.
Hospitals and clinics, with their limited cybersecurity capabilities, have become prime targets for ransomware attacks. Apart from compromising sensitive medical information, such attacks disrupt their critical operations.
Another sector at risk is finance and e-commerce, which is exploited through phishing, credential theft, and data exfiltration.
Meanwhile, manufacturing, energy, and public services are likewise exposed to ransomware, supply-chain compromises, and advanced persistent threats (APTs).
Viettel has stressed the need for a more robust cybersecurity system in the country, as it expects the continued rise in cyberattacks in the fourth quarter.
Based on the report, artificial intelligence (AI) and deepfakes will spur a new wave of cybercrime, particularly in phishing and malware.
“Phishing campaigns will become highly personalized and fully automated using Al, making them harder to detect through traditional defenses,” said Viettel.
“As Al lowers the cost of creating and deploying attacks, the threat of large-scale malware campaigns is set to rise significantly,” it added.
Among its recommendations to enterprises include the implementation of data leak monitoring, 24/7 security operations center, a third-party risk management program, and a roadmap for cybersecurity capability.
“Organizations who innovate without the necessary protection in place become vulnerable to risks. Cybersecurity isn’t just a safeguard—it’s an enabler of sustainable digital growth,” said Viettel Country Manager Thomas Luu.

Related Tags

Viettel Cyber Security
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.