Skip to main content

Share: About Scam

Scam Alert: Don’t Fall for Impersonation Tricks

Scammers are increasingly using sophisticated tactics to trick people into giving away personal or financial information. One of the most common methods is impersonation, pretending to be from a trusted source such as a government agency, a well-known business, or even a charity.

They may contact you claiming to represent:

  • The Police Department, Anti-Corruption Agency, or other government bodies
  • A bank, telecommunications provider, or e-commerce platform
  • A charity or emergency service

Some even use technology to spoof phone numbers, making it appear as though the call is coming from a legitimate organisation.

What Scammers Might Say:

  • "You are under investigation," or "You owe money or have committed a crime."
  • "Your account has been compromised. We need to verify your information."
  • "You’ve won a prize, but you must pay a fee to claim it."
  • "Your computer is infected and needs urgent fixing."

These messages are designed to create fear, confusion, or excitement, so you’ll act quickly without thinking.

What Scammers Want:

Scammers will pressure you to:

  • Share personal or financial details
  • Click on malicious links
  • Transfer money urgently
  • Provide card numbers, passwords, or OTPs
  • Allow remote access to your device or account

They may threaten arrest, deportation, lawsuits, or say your account is about to be closed or hacked, all to make you panic.

Protect Yourself:

✅ Never share personal or financial information over the phone, via email, or by SMS.
✅ Legitimate organisations will never ask for passwords, PINs, or card numbers via unsolicited messages.
✅ Do not click on suspicious links or call back unknown numbers.
✅ Contact organisations directly through their official websites or verified phone numbers.
✅ Ignore high-pressure tactics — real businesses give you time to think and respond.
✅ Talk to someone you trust, like a family member, before taking any action.

Remember: If something feels suspicious or too urgent, it’s probably a scam. Stay calm. Stay alert. Stay safe.

Also read:
How-To: Be More Secure Online
How-To: Shop With Confidence

For more information of illegal and suspicious financial entities and activities, please visit Financial Fraud Alert .

Members of the public may also check with other enforcement agencies for verification on related activities:
1. Securities Commission (SC): https://www.sc.com.my/
2. Kementerian Perdagangan Dalam Negeri dan Hal Ehwal Pengguna (KPDNHEP): http://www.kpdnhep.gov.my/
3. Suruhanjaya Koperasi Malaysia: http://www.skm.gov.my/
4. Suruhanjaya Komunikasi dan Multimedia Malaysia (SKMM): https://www.skmm.gov.my/
5. Suruhanjaya Syarikat Malaysia (SSM): https://www.ssm.com.my/
6. PDRM Jab. Siasatan Jenayah Komersil (CCID): https://ccid.rmp.gov.my/semakmule/

Popular posts from this blog

Share: API

An API (Application Programming Interface) is a set of rules and protocols that allow one software application to interact with another. It defines the methods and data formats that applications use to request and exchange information. APIs are used to allow different systems, services, or components to communicate with each other. APIs typically work by defining endpoints (URLs) where one system can send requests, and the system receiving the request processes it and sends a response back. Here's a basic overview of how the process works: 1. Client (Requester): The system (or program) that initiates the request. This could be a user interacting with an app, or a program that needs to fetch data from another service. 2. API Endpoint: An endpoint is a specific URL or URI (Uniform Resource Identifier) on the server that defines where the request should be sent. 3. Request: The client sends an HTTP request to the API endpoint. This can be one of several types: GET: Retrie...

How-To: Code

Coding is the process of creating instructions for a computer to perform a specific task. The language you choose to use depends on what you want to achieve, as different programming languages are suited to different types of tasks. Here is a general guide to getting started with coding: 1. Choose a Programming Language: * Popular languages for beginners include Python, JavaScript, and Ruby. * Python is often recommended for its readability and versatility. * JavaScript is essential for web development. * Choose a language based on your goals and the type of applications you want to build. 2. Set Up Your Development Environment: * Install a code editor like Visual Studio Code, Atom, or Sublime Text. * Install the necessary tools and libraries for your chosen language. 3. Learn the Basics: * Familiarize yourself with basic programming concepts such as variables, data types, control structures (if statements, loops), and functions. * Understand how to use the syntax of your chosen langua...

Share: A little bit about e-Invoicing (07/07/2025)

With Malaysia's push toward digital tax compliance, e-Invoicing will soon become mandatory for all businesses, big or small. Spearheaded by the Lembaga Hasil Dalam Negeri (LHDN), this new system aims to improve transparency, reduce fraud, and automate tax reporting. Whether you’re a corporation or a small business owner, understanding how e-Invoicing works is crucial. 🔍 What is E-Invoicing? E-Invoicing is the process of issuing and receiving invoices electronically, using a structured digital format (like JSON or XML) that allows for automatic validation and processing by the tax authority. Unlike PDF or paper invoices, e-Invoices are machine-readable, submitted in real time, and stored digitally with built-in authentication, including QR codes and digital signatures. Once submitted through LHDN’s MyInvois system, the invoice is validated and becomes an official legal document, complete with a timestamp and unique identifier. This system removes the need for paper documentation an...