ADVERTISEMENT

Always put your status on high alert

Published Dec 28, 2021 08:05 am

The popularity of digital payments helped many Filipinos to access goods and services while in quarantines, isolations, and on-and-off lockdowns during the pandemic.  It also made many businesses continue to function even with the global slowdown due to fear of the virus. Work-from-home has become much easier for parents, and online learning is more comfortable for students because of the safety digital payment offers.  Also, with online payments, users can pay bills for credit cards, electricity, water, and more. Online shopping, grocery shopping, and paying for food deliveries have become convenient because of digital payment solutions. This technology also answers the consumers' concern about health risks associated with handling paper bills and coins when paying for goods and services.

With people seeing the benefits of digital payments, users have grown exponentially. The increase of usage and transactions across all spectrums of the society attracted legitimate users but also got the attention of opportunists and scammers who are creatively ramping up their methods to trick users into giving up their money via money transfer or taking over accounts via phishing.

I’ve been a long-time e-wallet user and I always get attempts from cybercriminals to scam me. The attempts are, however, not exclusive to any digital payments platform. Majority regularly get scam and phishing attacks from the internet bad guys.

Based on my experience, two types of scams are commonly done which every user needs to know about.

1) Swindling

Just recently, fake job offers flooded the SMS inbox of many users.  The purpose of the scam is not to get your bank details but to make you willingly send money to a bank account the cybercriminals provided. Believing that they are investing in legitimate part-time job opportunities, victims unknowingly send thousands of pesos to the scammers. Other forms of swindling include fake sellers who ask you to pay via digital payment methods and then disappear without any trace, ghosting you on social media. Fake donation drives and hacked friends' accounts where scammers would take advantage of your goodness by asking for money is also a form of swindling.

2) Account takeover

This scam happens when cybercriminals gain access to your username and password. Once you log in via a fake website, the fraudsters will record and use your credentials. They could then steal all your money once they have your login details.  While there are many ways the scammers get our details, phishing is the most common reason why account take over happens. Cybercriminals would send emails, SMS, and private messages with fake landing pages pretending to be from GCash. Sometimes, these criminals would also use fake social media profiles and pretend to be from payment platforms.

If you got scammed because of these methods, it’s time to reevaluate your priority list and put a focus on your security. Truth be told, it is beyond your payment platform’s control if you share your private account details with scammers. Having a lack of awareness is the first thing we need to address and break in order to stop these cybercrimes.

Even as a cybersecurity advocate, I still get a lot of scamming and fraud attempts myself. These criminals obviously have no idea that I spend most of my time exposing them and encouraging other people to take their security seriously. I've been using GCash now for a long time, the most popular digital payment platform in the country, and aside from making their platforms secured, they are calling to all users like you and me to #GCheckMuna and fight the fraudulent activities by following the easy-to-remember GChecklist reminders: 

1) Never share MPIN or OTP - Scammers often pose as a GCash representative or a friend to trick you into giving your OTP. Remember your MPIN and OTP are only for you. In some situations, scammers try to look over their target’s shoulder to get their MPIN or OTP. To avoid this, GCash has a feature that allows you to login using your fingerprint or face. Enable your biometrics login so that you can keep your MPIN safe even when you’re in a public space.

2) Only do actions via the app - When asked to verify or login, only do it with the GCash app. Some scammers use similar-looking phishing sites to trick you into giving your information. Always keep tabs on all your transactions, GCash now has real time transaction history, so you can find discrepancies or unauthorized transactions and report it right away. 

3) Be careful of who you transact with - Always read seller reviews and research the product you are buying and who you are buying it from.  There are cases when fraudsters would pretend to be your friends in need.  Don’t send anything yet, be sure that you know the person who sent the message. A simple call to verify is all it takes to save you from the scam.

4) Go to GCash Channels - For all concerns, go to the GCash Help Center. Do not post your inquiries on social media, and GCash will never send a personal message to you to address concerns. 

Let us all remember that being a victim of cybercrime not only puts us in danger but also the people we have engaged with on social media, including our families and friends. Let us all be more mindful of our own account safety while using the internet. Follow the tips on securing digital payments and social media accounts for all of us to have a safe online experience.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.