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

推荐订阅源

C
Check Point Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 聂微东
月光博客
月光博客
博客园 - 司徒正美
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
量子位
Recent Announcements
Recent Announcements
V
V2EX
P
Proofpoint News Feed
小众软件
小众软件
云风的 BLOG
云风的 BLOG
腾讯CDC
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
B
Blog
博客园_首页
GbyAI
GbyAI
博客园 - Franky

Security Affairs

Carding service Jerry’s Store leak exposes 345,000 stolen payment cards Anthropic launches Claude Security to counter rapid AI-Powered exploits SonicWall patches three SonicOS flaws in Gen 6, 7 and 8 firewalls. Patch them now Copy Fail: New Linux bug enables Root via page‑cache corruption Agent’s claims on WhatsApp access spark security concerns Meta accused of violating DSA by failing to safeguard minors Large-scale Roblox hacking operation shut down by Ukrainian authorities CVE-2026-42208: LiteLLM bug exploited 36 hours after its disclosure Internet censorship index reveals Russia’s lead and widespread content blocking All supported cPanel versions hit by critical auth bug, now patched U.S. CISA adds Microsoft Windows Shell and ConnectWise ScreenConnect flaws to its Known Exploited Vulnerabilities catalog ShinyHunters exploit Anodot incident to target Vimeo CVE-2026-3854 GitHub flaw enables remote code execution Signal Phishing Campaign Targets German Officials in Suspected Russian Operation Microsoft fixes Entra ID flaw enabling privilege escalation New Android spyware Morpheus linked to Italian surveillance firm NCSC launches SilentGlass, a plug-in device to secure HDMI and DisplayPort links Medtronic discloses security incident after ShinyHunters claimed theft of 9M+ records Chinese spy posed as researcher in spear-phishing campaign targeting NASA to steal defense software LINKEDIN BROWSERGATE Firefox bug CVE-2026-6770 enabled cross-site tracking and Tor fingerprinting Fast16: Pre-Stuxnet malware that targeted precision engineering software Italy moves to extradite Chinese national to the U.S. over hacking charges U.S. utility giant Itron discloses a security breach Critical bug in CrowdStrike LogScale let attackers access files GopherWhisper: new China-linked APT targets Mongolia with Go-based malware SECURITY AFFAIRS MALWARE NEWSLETTER ROUND 94 Trigona ransomware adopts custom tool to steal data and evade detection Security Affairs newsletter Round 574 by Pierluigi Paganini – INTERNATIONAL EDITION U.S. CISA adds SimpleHelp, Samsung, and D-Link flaws to its Known Exploited Vulnerabilities catalog
The LA Metro Attack Wasn’t Hacktivism. It Was a State Ope...
Pierluigi Paganini · 2026-05-27 · via Security Affairs

Iran’s “hacktivist” group Ababil of Minab, which hit LA Metro and wiped terabytes of data, is forensically linked to Iran’s intelligence service MOIS.

In late March, a group calling itself Ababil of Minab posted videos and screenshots online claiming it had broken into the Los Angeles County Metropolitan Transportation Authority, wiped hundreds of terabytes of data, and stolen more than a terabyte of files. It framed itself as a pro-Iran hacktivist collective. Researchers at Israeli firm Gambit Security took one look at the infrastructure and didn’t buy it.

LA Metro confirmed the breach on April 2, 2026. The attack forced the authority to check hundreds of servers for signs of compromise before bringing them back online. Rail and bus services kept running, but internal operations were disrupted for weeks. The timing of the intrusion is visible in the attacker’s own footage: at 03:37 AM on March 17, LA Metro posted on X that service alerts were delayed and riders couldn’t load fares on the TAP Mobile App. That tweet went up hours after the attacker had already deleted virtual machines from LA Metro’s vCenter environment. The destruction wasn’t random clicking.

“The actor carried out destruction using two methods: scripted automation and hands-on keyboard. In the scripted mode, the operator runs a program that iterates through an inventory and issues the destructive command against each entry.” reads the report published by Gambit Security. “In the interactive mode, the operator opens the management consoles and operating system tools a legitimate administrator would use and deletes resources by pointing and clicking through them.”

The attacker opened vCenter, selected virtual machines, issued Power Off followed by Delete from Disk, and watched the task queue confirm each deletion. Then they moved to Windows guest VMs, opened Disk Management, and deleted partitions one by one, clicking through the OS warnings.

LA Metro wasn’t the only target. The same campaign hit the South Florida Regional Transportation Authority, a Saudi maintenance company called UNIMAC, and Vyncs, a consumer GPS vehicle tracking service. At UNIMAC, the attackers formatted storage volumes, deleted them, then created new volumes named “Minab” in their place. Not subtle. At Vyncs, they ran a custom Python script called main.py that iterated through a hardcoded list of 58 SQL Server instances, dropped every user database on each one, then manually deleted backup files and finally deleted the Windows operating system folder itself. The RDP session dropped mid-deletion, which confirmed the destruction had worked.

The attacker also used ChatGPT to refine the destruction script. In a video the group published, a browser tab briefly exposed a ChatGPT conversation where the operator was asking for help filtering system databases out of the enumeration so that DROP DATABASE would only hit user data. The recommended code pattern matched exactly what the script did at runtime. It’s a mundane detail, but it’s notable: an Iran-linked intelligence operation using consumer AI tooling to fix a bug in its wiper script.

The attribution to Iran came through forensic analysis of the attacker’s staging server. Gambit found that files had been transferred onto it from a second IP address, 31.172.87.20, which had previously served an SSL certificate for nefeshhope[.]com.

That domain was used in August 2025 as a fake trauma support portal targeting IDF soldiers, impersonating a legitimate mental health service to harvest personal information and deliver malware. The Israeli National Cyber Directorate took it down and attributed it to a known Iranian group. Additional analysis by ClearSky Cyber Security and researcher Simon Kenin linked the infrastructure to Black Shadow, an Iranian group operating on behalf of MOIS, Iran’s Ministry of Intelligence and Security.

“Our investigation found that Ababil of Minab is unlikely to be a new, standalone hacktivist crew, as they claim.” continues the report. “Forensic evidence ties the operation to infrastructure and activity associated with Black Shadow, an Iran-linked group, which was attributed by the Israel National Cyber Directorate to Iran’s Ministry of Intelligence and Security.”

Beyond the four public incidents, Gambit also identified additional victims on the attacker’s staging infrastructure that Ababil of Minab chose not to publicize.

“The victims include an Israeli organization in the media sector, an Israeli higher education institution, a Turkish insurance brokerage, and several additional websites across the restaurant, culture, digital services, and news sectors.” states the report.

Against these targets, Gambit found evidence of data exfiltration but not destruction — suggesting the group was selectively publicizing the most dramatic attacks while quietly looting others.

The exfiltration tooling is worth noting. The attackers built a custom Flask-based receiver in Python to collect stolen data in encrypted chunks, with endpoints for starting sessions, resuming interrupted transfers, and validating chunk hashes. The encryption used AES-CBC, but the key and IV were sent in the same POST request as the encrypted data, which means it protected nothing against anyone monitoring the traffic. They also deployed a bespoke C++ tool internally named FileFiend that could enumerate local drives and SMB shares and send files to a hardcoded server. A developer source path leaked in the binary strings: C:\Users\casio\Desktop\uploader v3. Someone named casio built this on their desktop.

The hacktivist branding was cover. The infrastructure, the tooling, the targeting pattern, and the prior activity all point to a state intelligence operation that put on a persona to create ambiguity and complicate attribution. It worked for a few weeks. It didn’t hold up to a serious look.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, LA Metro)