☀️ Good morning. Here's everything that happened in cybersecurity yesterday — in under 5 minutes.

The Justice Department pulled the plug on two Chinese state hacking platforms that had been quietly riding IoT devices into NASA, the Federal Reserve, the Senate and the DOJ itself for years, while CISA published red team results showing a water utility caught an intrusion in minutes and a government agency never noticed the identical tradecraft at all. Attackers spent the day walking through the identity layer instead of breaking it, exploiting two unauthenticated bypasses in the miniOrange SAML SSO plugin to sign into WordPress as any administrator. Treasury widened its Iran campaign with sanctions on five Mabna Institute hackers and 30 crypto wallets, and INTERPOL closed an eight-month operation with 58 arrests across 22 countries. Takedowns, sanctions and arrests all landed on the same day the government's own detection gap got measured.

🔥 Top Stories

01 — FBI Seizes Chinese Hacking Platforms Used Against NASA, the Federal Reserve and the Senate

Nation-State

The Justice Department announced Wednesday that it disrupted QScan and QTRouter, two hacking platforms operated by a Chinese state-sponsored group tracked as QTFY and staffed through Nanjing Xinjiuwei Network Technology Company. The tools were built to scan, infect and exploit internet-facing IoT devices, turning them into proxy infrastructure that masked traffic aimed at NASA, the Federal Reserve, the U.S. Senate, the Justice Department and the Department of Energy. Investigators say the suite operated inside sensitive networks for more than eight years without being caught. The takedown worked because the command-and-control domains were hardcoded into the botnet's own code, so seizing them rendered the infrastructure inoperable rather than merely inconvenient.

The lesson for defenders is about the layer that got weaponized, not the agency that got hit. Consumer-grade routers, cameras and other embedded devices sitting on enterprise edges were the relay, and eight years of dwell time suggests nobody was inventorying them. Pull an inventory of internet-exposed embedded devices this week, confirm they are on firmware that still receives updates, and segment them off the paths that reach anything sensitive. Hardcoded domains were this operation's weakness; assume the follow-on tooling will not repeat that mistake.

02 — CISA Red Team Broke Into Two Critical Infrastructure Orgs; Only One Noticed

Critical Infrastructure

CISA published the results of two red team assessments run simultaneously against a water utility and a government organization, using closely matched tradecraft against both. Both targets were fully compromised at the domain level. The difference showed up afterward: the water utility identified the activity and isolated it within minutes, while the government organization detected nothing at all and had to be told what had happened.

This is the cleanest available argument that prevention is not the variable that decides outcomes. Two organizations, one attack playbook, opposite results, and the split came down to whether anyone was watching and whether the team had the authority to cut a segment loose without waiting for approval. If your security budget is weighted heavily toward blocking and lightly toward detection and response, this report is the number to bring to that conversation. Ask your team a concrete question today: if an attacker reached domain admin this afternoon, what alert fires, who sees it, and who is allowed to pull the plug?

03 — miniOrange SAML SSO Flaws Exploited to Log In as Any WordPress Admin

Vulnerabilities & Patching

Attackers are opportunistically exploiting two unauthenticated bypasses in the miniOrange SAML 2.0 SSO plugin for WordPress, tracked as CVE-2026-61979 and CVE-2026-15981, to sign in as any user on an affected site, administrators included. No credentials, no phishing, no privilege escalation chain: the authentication check itself can be sidestepped. Because the plugin ships in multiple editions and the fix was rolled out quietly across them, a WordPress dashboard can report the installation as current while the site is still running vulnerable code.

Treat the dashboard as unreliable here and verify by hand. Check which miniOrange edition you actually have installed, compare the installed version against the vendor's patched build for that specific edition, and update or disable the plugin until you can confirm. Then assume compromise and work backward: review administrator accounts created or modified in recent weeks, audit for unfamiliar plugins and scheduled tasks, and force a session and credential reset for every privileged user. An SSO bypass leaves a login that looks legitimate in the logs, so the artifact you are hunting is a valid-looking admin session, not a failed one.

04 — Treasury Sanctions Five Mabna Institute Hackers and 30 Crypto Wallets

Sanctions & Policy

The U.S. Treasury sanctioned five hackers tied to Iran's Mabna Institute along with 30 cryptocurrency wallets under Operation Economic Outcast, an escalation of its ongoing pressure campaign against Iranian cyber operations. The action goes further than a named-individual designation: it also names entire sectors, which extends the compliance perimeter well beyond the specific people and addresses on the list.

That sectoral language is what makes this an operational item rather than a headline. Financial services and crypto compliance teams need to load the new wallet addresses into screening immediately and then re-run exposure checks against the newly designated sectors, which is the harder half of the job because it turns a list lookup into a counterparty review. For everyone else, the Mabna Institute's history is academic and research credential theft, so university, lab and R&D identity systems are the environments worth re-examining this week.

05 — INTERPOL's Operation Jackal IV Ends With 58 Arrests Across 22 Countries

Cybercrime

INTERPOL closed an eight-month operation targeting West African organized crime networks with 58 arrests and 263 identified suspects, coordinated across 22 countries on six continents. The most useful detail is structural: investigators exposed a 196-person crime-as-a-service network operating from Argentina that rented domains and laundering services to fraud groups including Black Axe. The fraud crews and the infrastructure crews were separate businesses.

That separation is why arrest counts alone rarely change the threat picture. The people who run business email compromise and romance fraud campaigns are customers of a service layer that survives them, and disrupting 58 operators matters far less than disrupting the 196-person supplier they all rented from. For defenders, the practical read is that the same rented domains and mule accounts get resold across unrelated campaigns, so infrastructure indicators from one fraud attempt are worth keeping in your blocklists long after that particular crew goes quiet.

📊 By The Numbers

  • 8+ years — How long the QTFY hacking suite operated inside sensitive U.S. networks before the FBI seized its infrastructure.

  • 58 arrests, 263 suspects, 22 countries — The scope of INTERPOL's eight-month Operation Jackal IV against West African fraud networks.

  • 30 crypto wallets — Addresses designated alongside five Mabna Institute hackers in Treasury's Operation Economic Outcast.

  • 3 flaws rated CVSS 10.0 — Ubiquiti disclosed 22 vulnerabilities across its UniFi line Wednesday, all but one rated 9.0 or higher.

  • 12.9 million — People affected by the Carhartt data breach, roughly half the total ShinyHunters had claimed.

⚡ The Signal

Yesterday was a good day for the disruption side of the ledger. Domains seized, wallets designated, 58 people arrested. All three actions share a strategy that has quietly become the default: go after the infrastructure and the money rather than the operators, because the operators are replaceable and the plumbing is not. INTERPOL made that explicit by surfacing a 196-person service network that rented domains and laundering to the fraud crews it also arrested. The FBI made the same point in reverse, killing an eight-year Chinese espionage capability by seizing domains its own code could not function without.

Then CISA published the number that undercuts the celebration. Two critical infrastructure organizations, one red team, near-identical tradecraft, and both fully compromised at the domain level. The water utility caught it in minutes. The government agency never saw it. The variable was not tooling or budget or patch discipline, it was whether anyone was watching the domain and whether the people watching could act without waiting for permission. Eight years of undetected access on federal networks and a red team that walked into a government agency unnoticed are the same finding, arriving from opposite directions on the same Wednesday.

The miniOrange bypass ties the two threads together. An unauthenticated SAML flaw does not generate the noise a prevention stack is tuned to catch, because the attacker arrives as a valid administrator with a valid session. Neither does a proxy relay running on a forgotten IoT device. The attacks that produced yesterday's headlines were quiet by design, and quiet attacks are only caught by detection, never by prevention. Takedowns clean up what has already happened. Detection is the only part of this that runs in the present tense, and it is the part the government side of yesterday's reporting is measurably worst at.

🔍 What You May Have Missed

📅 What to Watch

Stay sharp. Stay ahead.

Till next time,

The CyberSignal Team