Friday, June 27, 2025
31.1 C
Singapore

Massive crocodile found in drain at Sungei Kadut

A video of a rather massive crocodile that seemed stuck in a drain at Sungei Kadut industrial estate went viral earlier today.

In the video taken on scene, the crocodile looked to be lying in an unnatural position on its side in a small, dry drain. A group of people probably working at a construction site in the area based on their clothing, apparently found the crocodile.

From the video, the crocodile did not seem to move much. There was also barely any water flowing over it.

The Sungei Kadut area is surrounded by several water bodies, more prominently with the Kranji Reservoir on its left, and the waters between Singapore and Johor, North of it.

Within the hour, images of the crocodile being caught and tied up circulated on the Internet. A police vehicle could also be seen at the area.

TISG has reached out to ACRES: Animal Concerns Research and Education Society (Singapore) for comment and more information. /TISG

See also  Massive python spotted by Ulu Pandan footpath, ACRES steps in to rescue injured reptile

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