// Adds dimensions UUID, Author and Topic into GA4
Monday, November 3, 2025
26.4 C
Singapore

Taman Jurong Constituency Website Hacked?

Obbana Rajah

According to an anonymous tip from someone working in the cyber security industry, a hacker group, Sibat, has defaced and taken down Taman Jurong’s Constituency website.

The information was posted on Zone-h.org, a cybercrime archive.

Screen Shot 2018 04 25 at 7.08.19 pm

According to our source, hackers sometimes even proudly announce websites they have defaced at Zone-h.org.

After checking the website multiple times, Taman Jurong’s Website went from an ‘Error 404’, to ‘THIS SITE IS UNDER MAINTAINANCE UNTIL FURTHER NOTICE’.

Screen Shot 2018 04 25 at 7.08.49 pm Screen Shot 2018 04 25 at 7.18.14 pm

This could have been because SingCERT (Singapore Computer Emergency Response Team) sent out an alert this afternoon regarding the issue, which likely led to the server of the site being taken down for upgrades.

The proportion of cybercrimes in Singapore is indeed increasing. According to a report released by the Singapore Cyber Landscape, between 2014 and 2017 alone, cybercrimes rose from from 7.9 per cent to 13.7 per cent.


[email protected]

See also  Yet another senior citizen found dead in HDB flat after neighbours noticed withered flowers and strange smell
- Advertisement -

Hot this week

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); } });
// //