ADVERTISEMENT

PhilHealth maintains member data 'secured', investigation underway

Published Oct 3, 2023 02:21 pm

In response to the recent ransomware attack on its systems, the Philippine Health Insurance Corporation (PhilHealth) released a statement on Tuesday, Oct. 3, to clarify the extent of the breach and reassure its members regarding the safety of their private information.

243339350_227622406059523_227920107253711955_n.jpg
Photo from PhilHealth Facebook page

PhilHealth emphasized that the ransomware attack “did not compromise” the security of their servers containing members' private information.

It said that the membership database, claims records, contribution information, and accreditation data, all stored in a separate and secure database, remain entirely “intact and unaffected” by the cyberattack.

However, the health insurance agency noted that the cyberattack did target application servers and employees' workstations.

Consequently, files stored locally on the hard drives of these affected workstations may have been “compromised,” according to PhilHealth.

It also stressed that PhilHealth is currently conducting a comprehensive inventory to ascertain the extent of any potential data exfiltration from these machines.

Proactive compliance with privacy regulations

Meanwhile, PhilHealth emphasized that its "Urgent Notice to the Public" was issued in strict compliance with the requirements of the National Privacy Commission (NPC).

This proactive approach, PhilHealth said, aimed to reach out to and inform data subjects who may have been affected by the cyber attackers' actions.

The agency also used this opportunity to remind the public to remain vigilant in safeguarding their personal and sensitive information.

“The goal is to identify and apprehend the individuals responsible for this criminal act,” PhilHealth said.

The agency continued to urge its members and the general public to exercise extreme caution and refrain from engaging with or sharing malicious posts related to the cyberattack.

Such actions, PhilHealth emphasized, only serve to magnify the damage caused by the attackers.

Likewise, in an urgent notice to the public on Monday, Oct. 2, PhilHealth stated, "If you have not received a notification from us, you may not have been affected. However, we recommend that you take the following steps as a precaution."

The steps outlined by PhilHealth include monitoring credit reports for any unauthorized activities, placing fraud alerts on individual credit reports, changing passwords for all online accounts, especially financial ones, and exercising caution when dealing with phishing emails and smishing (SMS phishing) texts.

This PhilHealth cyberattack incident has raised concerns about data security and privacy, prompting individuals to take proactive measures to protect their personal information.

Meanwhile, PhilHealth said it is actively engaged in collaborative efforts with multiple government agencies, including the Department of Information and Communications Technology (DICT), the NPC, the Philippine National Police (PNP) Cybercrime Division, the Cybercrime Investigation and Coordinating Center (CICC), and the National Bureau of Investigation (NBI).

Stay cautious and informed

Related to this, PhilHealth IT experts also issued a stern warning as the "Medusa" virus is expected to unleash the data it allegedly obtained from PhilHealth.

hacker-2300772_960_720.jpg
Photo from Pixabay

In a press conference on Oct. 2, PhilHealth President and Chief Executive Officer (CEO) Emmanuel R. Ledesma, Jr., acknowledged the situation. “It's important to note that no membership data has been compromised,” he said. “We urge everyone to exercise caution and await further developments,” he added.

Ledesma stressed that PhilHealth has “nothing to hide” as the membership records remain “intact.”

PhilHealth, he added, is not worried about the content of any data that may be released. “Our records are secured. Whatever the hacker unveils, it's likely to be a ‘fabricated’ or ‘unreal” account,” he added.

Amid this, Ledesma underscored the importance of staying vigilant. "I hope that the media remains vigilant and serves as tools for the people so that they can decipher and discern what is right, what is true, and what is not true, and if Medusa publishes false, fabricated, or counterfeit information, the public should be able to recognize it,” he said.

While PhilHealth maintained confidence in the security of its membership data, Ledesma noted that some personal concerns are expected.

"On a personal level, I am concerned because these criminals are capable of executing crazy things and they have the ability to create counterfeit information and more,” Ledesma said. “So, let's cross the bridge when we get there. Let's see what they come up with,” he added. (Zekinah Elize Espina)

Related Tags

PhilHealth
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.