// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
28.3 C
Singapore

52-year-old arrested after wearing daughter-in-law’s underwear to take selfies in vulgar positions

A 52-year-old was arrested after he allegedly wore his daughter-in-law’s undergarments to take selfies of himself in lewd sexual positions. The self-employed Malaysian reportedly took the pictures at home and saved the images in his mobile phone, which was seized by the police when they arrested the man in Taman Nusantara, Gelang Patah on Monday.

According to the Malay Mail, the suspect’s daughter-in-law chanced upon the vulgar selfies when she was scrolling through the picture gallery in her father-in-law’s phone. Shocked by the photos, she lodged a police complaint.

A police source reportedly told the daily that the daughter-in-law “found the obscene images worrisome as she is always alone as a housewife in the family home.” Initial investigations also revealed that the suspect had been sexually harassing his daughter-in-law by asking her inappropriate questions.

The suspect could be charged for insulting the modesty of a person, according to the police source.

See also  Parenting win or fail? White Mazda becomes kids’ whiteboard to scribble their artwork

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

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