Friday, June 27, 2025
31.1 C
Singapore

Govt reveals Singhealth data hack half a month after discovering breach, yet SPH says Govt’s response to hack is “lauded”

The Business Times, a publication by Singapore Press Holdings (SPH), cited just two sources and claimed that the Government’s response to the massive Singhealth data breach has been “lauded”.

This, despite the fact that the breach that affected 1.5 million patients was only announced yesterday – 16 days after unusual activity was first detected on Singhealth IT databases on 4 July; 10 days after the Ministry of Health was given confirmation that the unusual activity was due to a cyber attack on 10 July; and 8 days after the authorities made a police report.

In making the point that the Singapore government has been praised for how it has handled the breach so far, the Business Times cited two sources.

The first, PwC partner Tan Shong Ye, noted that the government “responded swiftly” to the incident and said that it is “good that action was taken immediately after the threat was detected to minimise the risk of further data exfiltration.”

See also  "We need money to survive in Singapore, not tai chi," says one person to Sun Xueling

The second source, cybersecurity company FireEye’s Asia Pacific branch president Eric Hoh, said that he hopes more governments would follow Singapore’s lead in disclosing breaches.

Considering the scale of the breach, the time it took the authorities to disclose the breach and the fact that the two sources simply noted that the Government’s response is “good,” Singaporeans responding to the Business Times’ article were puzzled over why the publication angled the story as such:

https://theindependent.sg.sg/committee-of-inquiry-to-be-convened-after-cyber-attackers-targeted-pm-lee-and-stole-1-5-million-singhealth-patients-records/

https://theindependent.sg.sg/i-dont-know-what-the-attackers-were-hoping-to-find-pm-lee-speaks-on-singhealths-cyberattack/

 

Hot this week

Grab faces pushback from NTUC over incentive changes, delays implementation

SINGAPORE – Ride-hailing platform Grab has postponed changes to...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });