Skip to main content

Protecting Yourself from Vishing & Smishing frauds in India

Awareness is necessity

Vishing & Smishing fraud is a type of scam that involves the use of text messages and Voice calls to trick individuals into revealing sensitive personal information such as bank account details, passwords, and credit card numbers. This type of fraud has become increasingly common in India, with many people falling victim to these scams every year. In this blog, we will discuss what Vishing & Smishing frauds are, how it works, and what steps you can take to prevent falling victim to these scams.


What is Vishing & Smishing Fraud?

Vishing & Smishing fraud is a type of social engineering scam that involves the use of text messages and Voice calls to trick individuals into revealing sensitive personal information. The term "vishing" is a combination of "voice" and "phishing," which refers to the use of voice calls to trick individuals into revealing personal information. In "Smishing" fraud, scammers use text messages instead of voice calls to deceive their victims.


How Does Vishing & Smishing Fraud Work?

Vishing & Smishing fraud typically starts with a text message that appears to be from a legitimate source, such as a bank or a government agency. The message may ask the recipient to click on a link or call a phone number to verify their account details or claim a prize. Once the victim clicks on the link or calls the number, they are directed to a fake website or automated voice system that prompts them to enter their personal information.

The fake website or voice system may look and sound legitimate, making it difficult for the victim to detect that they are being scammed. The scammers may also use techniques such as urgency or fear to pressure the victim into giving up their personal information.


Prevention Steps for Vishing & Smishing Fraud

  1. Be cautious of unsolicited text messages and Calls: If you receive a text message or call from an unknown source asking for personal information, do not respond. Legitimate companies and government agencies will not ask for personal information over text message.
  2. Do not click on links: If a text message contains a link, do not click on it. The link may direct you to a fake website that will prompt you to enter personal information.
  3. Verify the source: If you receive a text message from a company or government agency that you do business with, verify the source before responding. Call the company or agency directly to confirm that they sent the message.
  4. Use two-factor authentication: Two-factor authentication adds an extra layer of security to your accounts. It requires you to enter a code that is sent to your phone in addition to your password.
  5. Keep your software up to date: Make sure that your phone's software is up to date. Updates often include security patches that can help protect against Vishing & Smishing fraud and other types of scams.

Conclusion:

Vishing & Smishing fraud is a serious threat in India. Scammers use text messages to trick individuals into revealing sensitive personal information. To prevent falling victim to these scams, it is important to be cautious of unsolicited text messages, verify the source, avoid clicking on links, use two-factor authentication, and keep your software up to date. By taking these steps, you can help protect yourself from Vishing & Smishing fraud and other types of scams.

If you are already scammed and lost money, then you can call cybercrime helpline number 1930 immediately or you can register a complaint on our government portal www.cybercrime.gov.in. The first 2-4 hours are called golden hours. If you register a complaint in these golden hours, then chances are increased of getting money back.

Stay Safe Stay Secure, Jai Hind!

Comments

Popular posts from this blog

Email Security Deep Dive: 13 Steps to Keep Your Emails Safe

Email Security Checklist The Email Security Checklist 1. Enable SPF (Sender Policy Framework) What it is: SPF is like a guest list for your email domain. It tells the world that only specific servers are allowed to send email for your domain. How it works: Publish an SPF record in DNS. When someone receives an email claiming to be from your domain, their mail server checks if the sending IP is listed in the SPF record. If the IP is not listed, the email is rejected or marked as spam. Example SPF record: v=spf1 ip4:203.0.113.0/24 include:_spf.google.com -all Only servers in the specified IP range and Google’s mail servers can send emails for this domain. Others are rejected. Points to Note: Prevents attackers from spoofing your domain and sending phishing or spam emails. 2. Enable DKIM (DomainKeys Identified Mail) What it is: DKIM is a digital signature for each email, ensuring that the message hasn’t been tampered with. Ho...

OLX ફ્રોડ : આર્મી ના માણસો ના નામે થતા આ નવા કોભાંડ થી સાવચેત રહો.

Awareness is necessity આજ કાલ OLX સંબંધીત ફ્રોડો વધી રહ્યા છે જેમ કે OLX password કે OTP શેર કરવો, QR Code Scan ,Paytm લિંક ને સબંધીત કોભાંડ અને સૈાથી વધુ બનતા કિસ્સાઓ આર્મી ના જવાનો ના નામ સાથે સંબંધીત છે બધી બાબતો લખવાને બદલે YouTuber , Mr. Rohit R Gaba દ્વારા શેર થયેલો વિડિયો જોવો વધુ સારો રહેશે અને ચાલો જોઈ એ કે કેવી રીતે આ ફ્રોડ કરનાર લોકો ને આર્મી ના કર્મચારી તરીકે મૂર્ખ બનાવે છે. અહીં, વિડિઓમાં ક્રિમીનલ એ QR code વિશે વાત કરી.ચાલો સમજીએ કે QR code શું છે અને QR code દ્વારા કેવી રીતે fraud થઈ શકે છે. QR code ( Quick Response code ), તેની અંદર આપણે ઘણી માહિતી લખાણ સ્ટોર કરી શકીએ છીએ. મેં એક QR code બનાવ્યો છે જે માહિતી સંગ્રહિત કરે છે જેમ કે વ્યક્તિનું નામ, આધાર કાર્ડ નંબર, વગેરે. આપણે કોઈપણ ડેટાને QR code સાથે સ્ટોર કરી શકીએ છીએ.એ જ રીતે ક્રિમીનલ બેંકની વિગતો અને malicious code સ્ટોર કરે છે જેથી જ્યારે તમે તે QR code સ્કેન કરો છો, ત્યારે પૈસા સીધા એકાઉન્ટમાંથી ડેબિટ થઈ જાય છે. OLX થી થતા ફ્રોડ થી પોતાને કેવી રીતે બચાવવા? ખરીદદાર અથવા વેચાણકર્તા ઓ સાથે ...

Docker 101: Understanding Containers from Scratch

Docker Basics and Docker Compose Explained Docker Through My Lens Introduction to Docker Docker is a platform designed to create, deploy, and run applications inside containers. Containers bundle an application with all its dependencies, ensuring consistency across different environments. Unlike virtual machines, containers are lightweight and share the host operating system kernel, making them efficient for development, testing, and deployment. Basic Docker Commands To start using Docker, here are some essential commands: docker run [image] – Runs a container from the specified image. docker ps – Lists running containers. docker ps -a – Lists all containers, including stopped ones. docker stop [container_id] – Stops a running container. docker rm [container_id] – Removes a container. docker images – Lists available Docker images. docker rmi [image_id] – Removes a Docker image. Creating Your First Docker Container You can run ...

Customer care ફોન નંબર થી થઈ રહ્યા ફ્રોડ થી સાવધાન !!

Awareness is necessity ALERT !! "સાવધાન રહો તે દરમિયાન કે જ્યારે તમે ઓનાઇન ખરીદી ,બેન્ક લોન અથવા નોકરી ને લગતી કસ્ટમર કેર નંબર માટે ગૂગલ સર્ચ કરી રહ્યા છો." તમને ગૂગલ પર જે નંબર મળે તે દરેક સમયે વાસ્તવિક હોય એ જરૂરી નથી. તે બનાવટી નંબર હોય શકે છે . જ્યારે તમે કસ્ટમર કેર નંબર શોધી રહ્યા છો ત્યારે એ ધ્યાન રાખવું જરૂરી છે કે તમે ચોકસ વેબાઈટ પર જાવ અને તેના Contact Us or Help section માંથી જે નંબર મળે તેનો જ ઉપયોગ કરવો. કેમ કે અન્ય વેબસાઇટ પર જે નંબર આપેલા હોય છે તે જરૂરી નથી કે દરેક વખતે સાચા હોય. અહીં હું તાજેતર મા (સપ્ટેમ્બર 2020 ) થયેલી કસ્ટમર કેર નંબર સંબંધિત અદ્યતન કેસ સ્ટડી શેર કરી રહી છું!! ગુજરાત મા રહેનાર ઍક વ્યકિત મોબાઈલ ખરીદવા માગતો હતો અને તેને ઓનલાઇન શોપિંગ વેબસાઇટ પર થી સર્ચ કર્યું. હવે તે EMI હપ્તા પરથી મોબાઈલ ખરીદવા માગતો હતો પરંતુ EMI હપ્તા માટે ની કાર્યવાહી શું છે તે જાણતો ન હતો. તેને એ વેબસાઈટ ને લગતા કસ્ટમર કેર નંબર માટે ગૂગલ પર સર્ચ કર્યું. ગૂગલ પર સર્ચ કરતાં તેને કેટલીક એવી વેબસાઈટો મળી આવી કે જેમાં ઓનાઇન...

Master Kubernetes: Architecture, Commands, and Real-World Applications

Kubernetes Basics for DevOps & DevSecOps Kubernetes Basics for DevSecOps 1. Introduction to Kubernetes In the early days of deploying applications, we used to run them directly on physical servers. This approach was inflexible and inefficient — if one application needed more resources, it could starve others. Virtual machines (VMs) improved this by isolating workloads, but they were heavy and took time to provision. Then came containers. Containers are lightweight, portable, and can run anywhere — your laptop, a server in the cloud, or even a Raspberry Pi. But managing containers at scale quickly becomes a nightmare. Imagine you have 500 containers — how do you start them, stop them, update them, and ensure they recover from failures automatically? Enter Kubernetes — an open-source container orchestration platform that automates deployment, scaling, and management of containerized applications. It was originally developed by Google and i...

Exploiting and Securing GitLab: Lessons from a TryHackMe Lab

Perimeter security isn’t enough—because sometimes the threat is already inside. In this blog post, I’m sharing what I learned from a hands-on TryHackMe lab on GitLab security . It revealed how a simple internal misconfiguration—like open registration or overly permissive repo access—can lead to major data exposure inside an organization. I’ll walk you through the red team perspective on exploiting a misconfigured GitLab instance , and then flip the script to explain how you can secure your own internal build systems . Scenario: Inside the Walls of a Large Organization Think of a large organization—like a bank—with thousands of employees and multiple teams handling development, IT operations, and security. To keep intellectual property (IP) secure, these organizations often host self-managed GitLab instances on their internal network. But here’s where things can go wrong: GitLab is hosted internally Allows anyone on the internal network to register Has some projects...