惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
WordPress大学
WordPress大学
小众软件
小众软件
云风的 BLOG
云风的 BLOG
IT之家
IT之家
人人都是产品经理
人人都是产品经理
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
博客园 - 【当耐特】
T
Tailwind CSS Blog
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
宝玉的分享
宝玉的分享
博客园 - Franky
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
D
Docker
博客园 - 聂微东
C
Check Point Blog
H
Help Net Security

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
AI Scam Texts Are Now $88/Week. Here's What That Means
Induwara Ashinsana · 2026-06-14 · via DEV Community

Induwara Ashinsana

An AI-powered phishing kit that pumps out scam text messages now rents for less than a month of most streaming subscriptions. That's the number I can't stop thinking about after reading TechCrunch's report that Google sued an alleged Chinese cybercrime operation called Outsider Enterprise.

The group sent 2.5 million text messages in two weeks and scammed hundreds of thousands of victims. But the figure that should worry every builder and small-team founder reading this isn't the volume. It's that the tooling reportedly rents for $88 a week.


🔍 The economics just flipped against defenders

For years, running phishing at scale took real effort: building convincing fake sites, writing copy that didn't read like a bad translation, and rotating domains faster than they got blocked. According to Google's complaint, Outsider Enterprise sold all of that as a subscription product.

What they allegedly sold Detail from the complaint
Phishing-as-a-service kit $88/week or $200/month
Pre-built fake-site templates 290+ mimicking legitimate brands
Fake websites deployed 9,000 live sites
Fraudulent domains Around 1 million
AI used to generate the fake sites Google's Gemini, per Google's filing

The part I find most telling is the last row. Google is accusing a scam operation of using Google's own Gemini to build the fake pages, then hosting some of them on Google Drive and Google Cloud. The same generative tools we use to ship products faster also lower the cost of faking those products.

Key takeaway: AI didn't invent phishing. It removed the two things that used to limit it — the cost of writing convincing content and the skill of building fake sites at scale.


📊 Why the message volume is the real story

Volume is what turns a clever scam into an industrial one. Google said Android users flagged 55,000 spam texts in two weeks this past May, which it described as more than two spam complaints a minute.

Put the numbers next to each other and the asymmetry is obvious:

  • 2.5 million texts sent in two weeks
  • 36,000 payment cards reportedly stolen from institutions in 95 countries
  • The FBI estimates roughly $1.9 billion in losses tied to this kind of stolen-card activity

A campaign like this doesn't need a high hit rate. If one in a thousand recipients taps the link and enters a card number, the operator still wins, because sending the next million messages costs almost nothing. That math is why smishing (SMS phishing) keeps growing, and it's the same math that lands fake "your parcel is held at customs, pay the fee" texts in Sri Lankan inboxes every week.


🛠️ How to actually tell a real link from a fake one

You don't need a security team to defend against this. You need a couple of habits that survive a convincing message. Here's the checklist I give friends and family:

  1. Never tap a link in an SMS to log in or pay. Open the app or type the official domain yourself. Real banks and couriers do not need you to use their link.
  2. Read the domain right to left. The real owner is the bit just before the first single slash. dialog.lk.secure-login.co is owned by secure-login.co, not Dialog.
  3. Distrust urgency. "Account suspended," "parcel held," "claim before midnight." Pressure is the product. A real institution gives you time.
  4. Check the sender, not the logo. Logos and copy are now AI-generated and look perfect. The page can be flawless and still be a trap.

Bottom line: The fake site will look real. That's the whole point of the AI. So stop judging legitimacy by how polished a message looks, and judge it by how you arrived at the link.

If you're a developer, you can pull a suspicious link apart safely before clicking anything. Our free URL encoder/decoder will expand the percent-encoding that scam links use to hide the real destination, so you can read where a button actually points.


💡 What this means if you ship products

This case is a warning for builders, not just consumers. If you run any service with a login, you are now a template. Outsider Enterprise allegedly shipped 290+ ready-made clones of legitimate brands, and adding one more is trivial. A few things I'd treat as non-negotiable:

Defense Why it matters now
Real multi-factor auth A stolen password alone stops being enough
Out-of-band confirmation Confirm payments by a second channel, not the same SMS thread
Domain monitoring Lookalike domains of your brand are cheap to spin up
Clear "we never SMS links" policy Train users so a fake stands out

The other lesson is for anyone building on top of generative AI. The same Gemini, GPT, or open-source model that drafts your marketing page can draft a perfect clone of someone else's. "It looks professional" is no longer evidence of anything. Provenance is, and we're going to need better signals for it than a clean UI.


🌐 What this means for you

Whether you're a student in Colombo, a freelancer billing clients abroad, or a two-person team shipping a side project, the takeaway is the same: the cost of attacking you just dropped, and the quality of the bait just went up.

You can't out-spot an AI-written scam by looking for typos anymore, because there won't be any. What you can do is change the rule you live by. Stop trusting links because they look right, and start trusting only the paths you control: the app you opened, the domain you typed, the second channel you confirmed on.

Google's lawsuit may shut down one operation. The $88-a-week business model it exposed isn't going anywhere. Build and browse like that's true, because it is.