Friday, June 27, 2025
30.4 C
Singapore

United Nations: Rise of billion-dollar online scam networks in SEA raises concerns

ASIA PACIFIC: The United Nations Office on Drugs and Crime (UNODC) says that crime syndicates in Southeast Asia are escalating, specifically cybercrime.

Techradar publication stated that according to a new report by the UN, technology such as deepfakes, malware and generative AI are used to trick victims. The crime report says people in Southeast Asia lost between $18 billion and $37 billion from scams in 2023.

Additionally, there was a 600% increase in deepfake-related content in the first half of 2024.

The UN report states that lawbreakers have been using AI for their fraudulent schemes, including fake recruitment campaigns where they advertise for jobs which are fronts for human trafficking.

See also  Starbucks to outsource routine tech work after 1,100 job cuts amid sales slump

These people are often trafficked into working for scam centres with casinos and hotels.

UNODC Regional Analyst John Wojcik said:

“The integration of generative artificial intelligence by transnational criminal groups involved in cyber-enabled fraud is a complex and alarming trend observed in Southeast Asia and one that represents a powerful multiplier for criminal activities.

These developments have not only expanded the scope and efficiency of cyber-enabled fraud and cybercrime; they have also lowered the barriers to entry for criminal networks that previously lacked the technical skills to exploit more sophisticated and profitable methods.”

The UN report says the crime groups also have underground markets and cryptocurrency solutions for their money laundering needs.

According to the Bangkok Post, nations that were the biggest hubs for these crime syndicates were Myanmar, Cambodia and Laos, and scams ranged from romance investment schemes to crypto fraud to money laundering and illegal gambling.

The report states, “The sheer scale of proceeds being generated within the region’s booming illicit economy has required the professionalization and innovation of money laundering activities, and transnational criminal groups in Southeast Asia have emerged as global market leaders.”

See also  Singapore's crypto adoption stalls as legal hurdles and weak consumer interest hold back growth, lags behind Thailand and UAE

The worrisome part is that Southeast Asia’s transnational organized crime threat is evolving faster than at any previous point in history.

Featured image by Freepik (for illustration purposes only)

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