// Adds dimensions UUID, Author and Topic into GA4
Friday, July 11, 2025
31.3 C
Singapore

MRT Molester busted by Police

A man who molested a young woman on an MRT train has been arrested by police officers from Hougang Neighbourhood Police Centre yesterday.

Responding to a tip off by a member of the public, police officers combed the Hougang Central area before locating and arresting the man who appears to be in custody in a case of Outrage of Modesty.

A video capturing the man molesting an unsuspecting passenger seated next to him on an MRT train went viral on 1 July 2017. In the video, the man can be seen surreptitiously placing his hand on the woman’s thigh as the train moved along the East-West line.

Close to 1,400 Outrage of Modesty cases were reported last year, according to the Singapore Police Force.

**CASE SOLVED – TRAIN MOLESTER ARRESTED FOR OUTRAGE OF MODESTY** Remember a recent FB post which went viral and gained…

Posted by Hougang NPC on Wednesday, 5 July 2017

 

See also  Lucky Plaza, Peninsula Plaza see long queues under close watch by safe distancing officers

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