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

Victims lost over S$6.7M to government official and banker impersonation scams in September

SINGAPORE: In September, victims lost at least $6.7 million in total as over 100 cases of government official and banker impersonation scams were reported in Singapore, according to a joint statement from the police and the Monetary Authority of Singapore (MAS) on Oct 10.

According to The Straits Times, scammers posed as officers from major banks like DBS, OCBC, UOB, and Standard Chartered. They called victims, claiming there were suspicious transactions or credit card issues, then offered to help, but their goal was to trick people into giving up their money.

When victims expressed confusion or denied knowing about the transactions, the scammer then transfers the call to another person pretending to be a government official. This second scammer often contacted victims through messaging apps like WhatsApp.

To seem convincing, scammers held video calls while wearing fake police or MAS badges and using realistic backgrounds. They sometimes showed fake warrant cards or official documents to look more legitimate.

See also  Singapore & Indonesia police catch counterfeiters after fake S$10,000 notes were spotted at casino

During these calls, victims were falsely accused of crimes such as money laundering. They were then pressured to transfer money to so-called “safety accounts” for investigations. Many victims only realised they had been scammed when the “officials” became unreachable or when they tried to check their cases with banks or the police.

The public is encouraged to take safety precautions, such as turning on security features, looking out for signs of scams, and reporting any scams to the authorities.

People can contact the police hotline at 1800-255-0000 or visit the ScamShield website for more information and to report scams. /TISG

Read also: SMS impersonation scam alert: Singapore Customs warns the public about SMS from “S.G. Customs” sent out by scammers

Featured image by Depositphotos (for illustration purposes only)

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