Urgent.News

What's breaking now, across thousands of outlets.

Tech

Cyber vigilance efforts ramp up as GCash IPO draws first-time investors

The Cybercrime Investigation and Coordinating Center (CICC) is expected to play an important role in protecting first-time Filipino investors from cyber scams.

The Cybercrime Investigation and Coordinating Center (CICC) in the Philippines is set to play a significant role in safeguarding first-time Filipino investors during Mynt's IPO of GCash. This IPO presents a significant opportunity for millions of Filipinos, many of whom are familiar with GCash as a digital wallet, to participate in the stock market for the first time. However, this increased accessibility also brings heightened risks, as scammers could potentially exploit these novice investors through various cyber scams.

CICC Executive Director Atty. Renato "Aboy" Paraiso emphasized the importance of stronger collaboration between government and industry in ensuring that Filipinos entering the digital economy are protected from cybercriminals. He highlighted that cybersecurity is a shared responsibility, requiring strong collaboration with industry leaders like GCash.

Paraiso stressed that while the CICC is not responsible for conducting securities KYC or determining who may buy shares, its role is crucial in detecting, preventing, and pursuing cybercriminal activity targeting investors.

Scammers could potentially exploit first-time investors by impersonating GCash, Mynt, brokers, regulators, or other legitimate institutions through methods such as fake websites, fraudulent social media pages, bogus "IPO agents," phishing messages, malicious QR codes, and offers promising guaranteed allocations or exclusive access to shares.

The CICC operates its 24/7 Action Center 1326 for complaints and incident reports and reported that consumer fraud accounted for 35% of complaints received in 2025, making it the most reported cybercrime category.

The CICC-GCash partnership could include monitoring fraudulent websites and social media accounts, facilitating the reporting and takedown of impersonation schemes, and providing the public with guidance on how to verify legitimate IPO channels. The basic protection message for prospective IPO investors is to use only officially identified channels, not disclose OTPs, MPINs, or passwords, and be wary of anyone promising guaranteed shares, returns, or special access.

The CICC's role complements existing regulatory safeguards and KYC processes, emphasizing the importance of vigilance in the face of evolving digital threats.

Written by urgent.news from Philippine Star Business's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at philstar.com →

More in Tech

I missed Go's `if err != nil`, so I built errval for TypeScript

I write mostly TypeScript and some Go. When I switch back from Go, I miss explicit error returns. A function that can fail says so, and I deal with it right there.

  • Author created TypeScript package errval to handle errors like Go's explicit returns.
  • errval offers inferred error unions with 1.86 kB minified size and zero dependencies.
  • Benchmark shows errval is faster than try/catch and plain try/catch in Node 24.16 environment.

Git Remembers How You Resolved That Conflict — If You Let It

You rebase a long branch onto main . The first commit conflicts in config.yml ; you resolve it. The second commit touches the same lines and conflicts in exactly the same way . So does the third.

  • Git's rerere feature remembers past conflict resolutions.
  • Resolved conflicts in rebase make future merges easier.
  • Git requires manual inspection and staging after resolution.

Progressive Web Apps (PWAs)

You’ve probably seen that little “Add to Home Screen” button when visiting a website on your phone. Behind it is often a Progressive Web App (PWA): a website that uses the same features as a native…

  • Core of PWA includes HTTPS, Service Worker, and Web App Manifest for technical functionality.
  • TOPLA is a real-world example of a PWA utility app for board games.

More from Sunday 20 September →