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

推荐订阅源

G
Google Developers Blog
宝玉的分享
宝玉的分享
月光博客
月光博客
B
Blog
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
博客园_首页
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
A
About on SuperTechFans
Y
Y Combinator Blog
L
LangChain Blog
有赞技术团队
有赞技术团队
D
Docker
爱范儿
爱范儿
博客园 - 司徒正美
H
Hackread – Cybersecurity News, Data Breaches, AI and More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
D
DataBreaches.Net

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
Serverless Phishing Kit on GitHub Targets Mexican Banks
https://www.infosecurity-magazine.com/profile/alessandro-mascell · 2026-06-17 · via www.infosecurity-magazine.com

A long-running phishing operation has been stealing banking credentials from customers of Mexican financial institutions without running any server infrastructure of its own, instead hiding inside trusted cloud platforms.

New analysis from Group-IB detailed the campaign, which it called GitBait, and tied it to attacks on at least 12 financial institutions in Mexico over roughly three years.

Instead of a dedicated backend, GitBait hosted its fake bank pages on GitHub Pages and funneled stolen logins through SheetBest, a legitimate service that writes data straight into Google Sheets, leaving little infrastructure to seize.

Group-IB counted more than 100 GitHub-hosted domains tied to the campaign, each serving several phishing pages, and said it has reported all of them to GitHub.

Read more on large-scale phishing kits: Quantum Route Redirect Phishing Kit Democratizes Cyber-Attacks

Inside a Serverless Operation

At the center was a modular phishing kit with a desktop-and-mobile operator panel that let attackers pick a target bank and generate a matching fake page.

Each GitHub repository held duplicated pages, so any page that was removed could be redeployed quickly.

Victims landed on a page cloning a bank's branding, then a form that captured usernames, customer IDs, passwords and card details. A script grabbed the entry, shipped it to SheetBest, then showed a fake verification screen to maintain user trust.

Group-IB could not confirm how victims were lured, but the evidence pointed to direct messages. The phishing pages carried crafted Open Graph tags that rendered a convincing bank-branded preview card when a link was shared on WhatsApp, Telegram or SMS, while a noindex tag kept them out of search results.

Commit records on one repository revealed an operation under active upkeep:

  • 66 commits, indicating continuous development

  • Three contributor accounts, some sharing an email address

  • Automated publishing via Jekyll and GitHub Actions

  • An endpoint rotation by an operator account still active at the time of analysis

The pages also pulled obfuscated JavaScript from randomized paths, letting operators swap payloads without altering the page and frustrating static analysis.

Beyond Blocklists

Group-IB framed GitBait as part of a broader shift in which criminals lean on everyday cloud services and ready-made kits rather than custom malware and self-hosted servers, echoing the rise of phishing-as-a-service platforms seen in the last few years.

Because the operation relied on trusted domains, the firm warned that blocklists of known-bad sites offer little protection.

Instead, Group-IB urged banks to watch GitHub for brand abuse and flag unexpected traffic to services like SheetBest, leaning on behavioral detection, multi-factor authentication (MFA) and transaction alerts.