CTIPilot
Sat · 25 Jul 2026
All daily briefs ↗
Daily brief · UTC day

Saturday, 25 July 2026

5 verified findings from 1 run · 2 updates to prior coverage · the settled record for this UTC day, in the classic brief order.

Criticality
Kind
Topic
Region
TL;DR · the day in one read
  1. 01GRU-assessed TA458 keeps a live half-click zero-day supply across five self-hosted webmail platforms. Proofpoint details TA458 (ESET's Operation RoundPress), a GRU-assessed Russian espionage actor running a standing supply of "half-click" webmail zero-days that fire the instant a target opens a message. The current set spans Zimbra, mDaemon, Roundcube, Kerio and (newly disclosed) SOGo (zero-day CVE-2026-8496, patched in 5.12.8), each dropping the per-client SpyPress payload to steal credentials, contacts and mail. Any internet-reachable self-hosted webmail in EU/CH public-sector estates is standing exposure.
  2. 02Public PoC drops the bar on an AD CS Domain-Controller-impersonation flaw patched in July Patch Tuesday. Researchers published full exploitation mechanics and a working PoC (2026-07-24) for "Certighost" (CVE-2026-54121), an Active Directory Certificate Services flaw Microsoft patched on 2026-07-14: a low-privileged domain user can make an Enterprise CA issue a certificate carrying a Domain Controller's identity, authenticate as that DC via PKINIT, and DCSync the krbtgt hash. Not seen exploited in the wild, but any AD CS estate that has not applied the July 2026 cumulative update should treat it as weaponizable now.
  3. 03Exposed operator infrastructure shows an open-source AI agent running privilege-escalation triage with no human in the loop. Hunt.io recovered 585 files of operator tooling and logs from exposed directories tied to an intrusion targeting Thailand's Ministry of Finance, showing the open-source Hermes AI agent run in "YOLO mode" (human approval prompts stripped) to autonomously enumerate hosts, run LinPEAS privilege-escalation triage and harvest documents, alongside a previously-unreported Go implant ("Hades"). The Ministry has not confirmed compromise; the value is the tradecraft, unattended AI-agent post-exploitation transferable to any government or finance-sector network.

01Active threats, incidents & disclosures2 items

NOTABLENATOA2

Stiftung Autismuslink (a Bern-based foundation providing school, coaching and vocational-integration services to adolescents and young adults with autism) published a signed victim notice confirming a cyberattack: "Ende Juni wurde unsere IT-Infrastruktur Opfer eines Cyberangriffs. Nach aktueller Erkenntnis wurden grössere Datenmengen durch die Angreifer abgezogen und unser Server vorübergehend verschlüsselt" (end of June our IT infrastructure fell victim to a cyberattack; larger volumes of data were exfiltrated and our server temporarily encrypted) (Stiftung Autismuslink, 2026-07). The foundation states the irregularity was detected Monday 2026-06-29, the system was immediately isolated from the internet, an external IT provider (Infoguard) was engaged for forensics the same day, the relevant authorities were notified and a criminal complaint filed with the police. Backups were verified unaffected. The INC Ransom (Incransom) double-extortion group posted a leak-site claim against autismuslink.ch on 2026-07-24 consistent in victim identity and timeline (Ransomware.live, 2026-07-24), a relatively rare case of same-day victim self-disclosure and leak-site claim converging.

The disclosure event (site notice plus leak-site claim) is what falls in this window; the underlying intrusion dates to late June. What makes it relevant beyond a single victim is the data class: per the foundation, affected material includes service agreements with the Swiss disability insurance (IV) and a cantonal education/culture directorate (BKD), teacher contracts, doctors' certificates and the complete client dossier archive 2016-2023 for minors and young adults.

Ende Juni wurde unsere IT-Infrastruktur Opfer eines Cyberangriffs. Nach aktueller Erkenntnis wurden grössere Datenmengen durch die Angreifer abgezogen und unser Server vorübergehend verschlüsselt.

Backupsysteme der Stiftung Autismuslink wurden kontrolliert und sind nicht vom Angriff betroffen.

Stiftung Autismuslink (victim statement) 2026-07
incident25 Jul 04:38Zmulti-sourceOpen finding ↗
NOTABLENATOB2

Unattended AI agent in 'YOLO mode' automated post-exploitation against Thailand's Finance Ministry, a transferable government-network TTP

Hunt.io (with researcher Bob Diachenko) found three simultaneously-exposed open directories (585 files, ~470 MB of exploit code, webshells, stolen credentials and operator logs) tied to an intrusion against Thailand's Ministry of Finance, published 2026-07-23 (Hunt.io, 2026-07-23). The distinguishing feature is the automation layer: the operator ran Hermes, an open-source autonomous AI agent, and, per Hunt.io; "the operator ran the agent in unattended or YOLO mode, bypassing approval prompts for commands that could be considered dangerous." Recovered agent logs show it autonomously enumerating ministry hosts, traversing the filesystem, running a custom LinPEAS privilege-escalation script (probing several 2026 Linux-kernel LPE flaws and older sudo/polkit bugs), enumerating SUID/SGID binaries and running services, and recursively harvesting documents from a target office, each step executed without a human approving it. This is the second AI-agent-driven autonomous-attack disclosure this pipeline has tracked in roughly a week, marking a shift from AI-assisted to AI-unattended post-exploitation where an off-the-shelf agent framework, not bespoke attacker code, is the orchestration layer.

The hands-on tradecraft leaned on default-configuration weaknesses rather than zero-days: a script abusing Apache HiveServer2's default no-validation SASL PLAIN authentication on its service port to register a malicious Java UDF and run shell commands; an Ambari REST-API payload against the Hadoop management layer; and headless-browser automation logging into a GlassFish admin console with default credentials to deploy a JSP webshell via WAR upload (Hunt.io, 2026-07-23). A previously-unreported Go implant, "Hades," provided cross-platform persistence (Registry Run key and scheduled task on Windows, cron on Linux) and beaconed over HTTPS using request paths designed to blend with static JavaScript-asset traffic, with AES-256-GCM-encrypted payloads carried in HTTP bodies and built-in kill-dates and working-hours scheduling to blunt detection. Critically, "the Ministry of Finance has not confirmed that its systems were breached, and some of the recovered artifacts only show that particular systems were targeted rather than successfully compromised" (BleepingComputer, 2026-07-24); ThaiCERT and NCSA were notified 2026-07-15.

the operator ran the agent in unattended or YOLO mode, bypassing approval prompts for commands that could be considered dangerous.

Hunt.io

However, the Ministry of Finance has not confirmed that its systems were breached, and some of the recovered artifacts only show that particular systems were targeted rather than successfully compromised.

BleepingComputer, citing Hunt.io
incident25 Jul 04:38Zsingle-sourceOpen finding ↗
HIGHCVE-2026-54121NATOB2

CVE-2026-54121, Windows Server AD CS 'Certighost': low-priv domain user forges a DC certificate to DCSync, full PoC public (CVSS 8.8)

Researchers H0j3n and aniqfakhrul published a full technical write-up and working proof-of-concept on 2026-07-24 for a flaw they call "Certighost" (CVE-2026-54121, CVSS 8.8), an Active Directory Certificate Services vulnerability Microsoft describes as "improper authorization in Active Directory Certificate Services (AD CS) [that] allows an authorized attacker to elevate privileges over a network" and fixed in the July 2026 Patch Tuesday cycle (Microsoft MSRC, 2026-07-14). Per the researchers' disclosure, the vulnerable logic sits in the Enterprise CA's enrollment "chase" fallback: when a certificate request carries the cdc (client DC) and rmd (remote domain) attributes, the CA opened connections to the requester-supplied cdc host and trusted the identity data it returned without first proving that host was actually the Domain Controller it claimed to be (CybersecurityNews, 2026-07-24).

A low-privileged domain user (using only a machine account it can self-register under the default ms-DS-MachineAccountQuota) stands up rogue LDAP/LSA services, points the chase at itself, and receives a CA-issued certificate carrying a target Domain Controller's identity. That certificate authenticates via PKINIT as the DC, and the resulting Kerberos ticket grants directory-replication rights; the PoC demonstrates a DCSync pull of the krbtgt secret, making the flaw a single-hop path from an ordinary domain foothold to full domain compromise (CybersecurityNews, 2026-07-24). Microsoft rates it "Exploitation Less Likely" and reports no public disclosure at patch time and no in-the-wild exploitation (Microsoft MSRC, 2026-07-14); the value of the 2026-07-24 disclosure is that it ships the exploitation chain publicly, collapsing the weaponization bar for any estate that skipped or deferred the July cumulative update.

The Microsoft fix adds a CA-side validation step that rejects the chase target unless it resolves to a real computer object whose userAccountControl carries the SERVER_TRUST_ACCOUNT bit (8192), with a follow-on SID comparison (CybersecurityNews, 2026-07-24).

Improper authorization in Active Directory Certificate Services (AD CS) allows an authorized attacker to elevate privileges over a network.

Microsoft MSRC 2026-07-14
vulnerability25 Jul 04:38Zmulti-sourceOpen finding ↗

03Research, reports & policy1 item

NOTABLENATOB2

Microsoft Email Threat Landscape Q2 2026: phishing moves off email into Teams vishing, and attachment lures drift PDF → DOCX

Microsoft's quarterly email-threat report for Q2 2026 carries two findings that matter for any M365-heavy public-sector or enterprise tenant, and both are about where attacks land rather than raw volume. First, social engineering is migrating out of the inbox into trusted collaboration tooling: "weekly malicious call attempts reaching nearly ten times the mid-2025 baseline by the end of the quarter" in Microsoft Teams-based voice-phishing, concentrated in weekday business hours (roughly 14:00–20:00 UTC, near-zero at weekends) and trading on the implicit trust users place in an internal tool (Microsoft Threat Intelligence, 2026-07-23). Second, attachment-based phishing drifted from PDF toward DOC/DOCX delivery across the quarter and email-embedded QR codes collapsed to near-zero; a delivery-mechanism shift that is itself an evasion tell, following the disruption of the Tycoon2FA adversary-in-the-middle kit. Credential theft remained the dominant objective, "accounting for 94–96% of all payload-based attacks each month," with traditional malware delivery down to 4–6%.

Two illustrative campaigns show the current tradecraft. An automated business-email-compromise operation generated messages with Python's email-MIME library and dispatched them through the Amazon SES API from a DKIM-configured domain, reaching tens of thousands of role-based mailboxes (ar, payroll, hr) across many organizations in under three hours with open-tracking pixels for follow-up prioritization. A second campaign nested an EML attachment posing as a Teams voicemail; its action button ran a silent sign-in against an attacker-registered multi-tenant Entra application, and the OAuth redirect chain obscured the true destination from scanners and recipients before ultimately delivering a BAT dropper that pulled and ran a hidden second-stage payload (Microsoft Threat Intelligence, 2026-07-23).

Microsoft Threat Intelligence observed continued growth in Teams-based social engineering, particularly voice phishing (vishing), with weekly malicious call attempts reaching nearly ten times the mid-2025 baseline by the end of the quarter.

Credential phishing continued to dominate the malicious payload landscape throughout Q2, accounting for 94–96% of all payload-based attacks each month.

Microsoft Threat Intelligence 2026-07-23
annual-report25 Jul 04:38Zsingle-sourceOpen finding ↗

04Updates to prior coverage2 items

HIGHCVE-2025-66376exploitedupdatedNATOA1

Russian state actor LAUNDRY BEAR weaponised a Zimbra webmail zero-click (CVE-2025-66376) for mailbox exfiltration, now exposed in a 16-nation joint advisory

First published 2026-07-24 · open finding →

Updaterun 2026-07-25T0409Z-intelactionsaffected_productsevidencereferencestagstechniquesbody

Proofpoint's writeup of the LAUNDRY BEAR (TA488/Void Blizzard) Zimbra CVE-2025-66376 campaign adds the technical mechanics the 16-nation joint advisory did not spell out: the CSS-@import sanitizer-bypass-by- reassembly that reconstructs an executing <svg onload=eval(atob(...))>, DNS-tunnelled exfiltration, and a persistent "ZimbraWeb" application-specific password created via the SOAP API that survives both a user password reset and the CVE-2025-66376 patch.

The prior entry covered the 16-nation joint advisory (AA26-204A) on LAUNDRY BEAR's (TA488 / Void Blizzard) zero-click Zimbra campaign exploiting CVE-2025-66376. Proofpoint's own two-part writeup adds mechanics the advisory did not detail (Proofpoint, 2026-07-23).

The exploit defeats Zimbra's client-side HTML sanitizer by tag-splitting: a fake CSS @import directive is fragmented across HTML tags so that the sanitizer strips each @import sequence individually, but "the browser successfully reconstructs <svg onload="eval(atob('…'))"> and executes it", a sanitizer-bypass-by-reassembly, where the surviving characters rejoin into valid executing script (Proofpoint, 2026-07-23). The resulting payload (which Proofpoint attributes to LAUNDRY BEAR's post-exploitation tooling and names ZimReaper) steals CSRF tokens, browser-autofill credentials, 2FA scratch codes and the Zimbra version/URL, exfiltrating tokens via DNS tunneling (Base32-encoded subdomains carrying a session id and a plaintext token-type label) and mail archives via HTTP POST.

The operationally important delta is persistence: after exploitation ZimReaper issues a CreateAppSpecificPasswordRequest to mint a Zimbra application-specific password labelled "ZimbraWeb" that bypasses 2FA and grants IMAP/POP3/SMTP access, then exfiltrates it via DNS for direct mailbox access (Proofpoint, 2026-07-23). Because that credential is independent of the primary account password, it survives a password reset and the CVE-2025-66376 patch alike.

HIGHCVE-2026-16232 +2exploitedupdatedNATOA1

CVE-2026-16232, Check Point SmartConsole: authentication bypass to full admin, exploited in the wild (CVSS 9.1)

First published 2026-07-23 · open finding →

Updaterun 2026-07-25T0409Z-intelactionsaffected_productscvesevidencesourcestagstechniquesbody

NCSC-NL (2026-07-24) and CERT-FR (2026-07-23) confirm two sibling CVEs shipped in the same Check Point patch bundle as the already-exploited SmartConsole auth bypass CVE-2026-16232: CVE-2026-62144, an unauthenticated command-execution flaw on Security Management / MDS servers (NCSC-NL CVSS v4 10.0; Check Point rates it High), and CVE-2026-62145, a Gaia Portal read-only-to-root escalation (Check Point CVSS 3.1 7.5; NCSC-NL CVSS v4 9.4). Both sit on the exact management surface already under active attack.

The prior entry covered the actively-exploited Check Point SmartConsole authentication bypass CVE-2026-16232. NCSC-NL advisory NCSC-2026-0264 (2026-07-24) and CERT-FR CERTFR-2026-AVI-0912 (2026-07-23) now confirm that the same Check Point patch release carried two further CVEs on the same attack surface that had not been surfaced individually (NCSC-NL, 2026-07-24; CERT-FR, 2026-07-23).

CVE-2026-62144 (NCSC-NL CVSS v4 10.0; Check Point publishes only a qualitative "High" severity, no numeric CVSS 3.1 score) lets an unauthenticated network attacker "run any command on the Management including run-script and exec-command on Security Gateway", i.e. arbitrary command execution against a Security Management or Multi-Domain Security Management server, and by extension against every gateway that server manages, whenever the Management is reachable without firewall protection or with an unrestricted Trusted Clients (GUI clients) list (Check Point PSIRT sk185152, 2026-07-22). CVE-2026-62145 (Check Point CNA CVSS 3.1 7.5; NCSC-NL CVSS v4 9.4) is a Gaia Portal escalation in which "an authenticated attacker with read-only access [can] run commands as root," affecting Security Gateways and Security Management alike (Spark Gateways excepted) (Check Point PSIRT sk185153, 2026-07-22). Both span the same version range as the exploited CVE-2026-16232 (R77.30 through R81.20/R82/R82.10 prior to fix) and both close with the same Jumbo Hotfix Accumulator line.

The material delta for defenders is exposure, not new exploitation: Check Point reports only CVE-2026-16232 seen abused, against a small number of customers who left the Management internet-exposed with a permissive Trusted Clients configuration (NCSC-NL, 2026-07-24).

05Deep dive1 item

HIGHCVE-2026-8496exploitedNATOB2

TA458 / Operation RoundPress: a running supply of half-click webmail zero-days adds a fresh SOGo flaw (CVE-2026-8496)

Background. ESET first documented Operation RoundPress in 2025 as a Russia-aligned campaign abusing cross-site-scripting flaws in self-hosted webmail (initially Roundcube, later broadened) to steal mail from Ukrainian and Eastern-European government targets (ESET Research, 2025-05-15). It sits in a longer lineage of GRU-linked webmail-XSS espionage, the same tradecraft class CERT-UA, ANSSI and multiple vendors have tracked across APT28/Sofacy and WinterVivern operations against Roundcube and Zimbra since 2023. Proofpoint's 2026-07-23 report is the first to consolidate the current actor (which it tracks as TA458) as running a standing supply of such zero-days across five distinct webmail products at once, and to disclose a previously-unknown SOGo flaw within it.

TA458 runs "half-click" exploits: the target "must only open the malicious email in their webmail viewer to be compromised", no link, attachment, or click (Proofpoint, 2026-07-23). The mechanism is an event-handler injection into content the webmail client fails to sanitize, executing attacker JavaScript in the victim's authenticated session the moment the message renders. The active set spans Zimbra (CVE-2025-27915), mDaemon (CVE-2025-3929), Roundcube (n-day CVE-2023-43770 and CVE-2024-42009), Kerio Connect (a flaw found March 2026, no CVE assigned to the end-of-life product), and (newly disclosed) SOGo, where Proofpoint "reported to the vendor, Alinto; it was patched as CVE-2026-8496 in version 5.12.8" (Proofpoint, 2026-07-23). Each intrusion drops SpyPress, a per-client-customized obfuscated JavaScript payload whose consistent objective across variants is "theft of credentials, contacts, and emails."

On Roundcube targets the operation has shifted from smash-and-grab theft to durable access: SpyPress chains a second Roundcube flaw (CVE-2025-49113) that abuses the file-upload handler to trigger unsafe PHP deserialization, using the mail server's own GPG engine as a deserialization gadget to execute code, then plants PHP webshells inside Roundcube's program and plugin directories and multiple reverse-shell fallbacks (Proofpoint, 2026-07-23). Targeting concentrates on Ukrainian government and Eastern-European military and government entities across Albania, Greece, Moldova and Türkiye, with occasional chemical, telecom and technology victims. Proofpoint "assesses that TA458 is likely a Russian military intelligence operation directed by the Russian GRU" and reports no telemetry overlap between TA458 and TA422 (APT28/Sofacy) (a distinct GRU cluster) with the specific unit unconfirmed. Attribution here is not settled across vendors: ESET's original Operation RoundPress reporting associated the activity with Sednit (APT28), so the TA458 and RoundPress labels should be treated as overlapping tracking rather than a single confirmed actor.

A 'half-click exploit' requires no social engineering, nor does it require a user to click a link or open an attachment. The targeted user must only open the malicious email in their webmail viewer to be compromised.

SOGo webmail platform, which we reported to the vendor, Alinto; it was patched as CVE-2026-8496 in version 5.12.8

Proofpoint assesses that TA458 is likely a Russian military intelligence operation directed by the Russian GRU.

Proofpoint Threat Research 2026-07-23

Builds on: 2026-07-24/laundry-bear-zimbra-zero-click-cve-2025-66376

threat25 Jul 04:38Zmulti-sourceOpen finding ↗

06Action items3 items

Verification & coverage notes1 run

2026-07-25T0409Z-intel · Claude Opus 4.8 · window 26 h · 7 entries published

Verification & coverage notes

Standard 26 h window (gap 24 h to the previous run 2026-07-24T0409Z-intel; previous run published ok). No scheduler outage, no S5 (empty intel/). Seven entries published (three vulnerability/threat at high, four at notable), two of them updates; one deep dive; zero critical.

Deep-dive selection. TA458/Operation RoundPress was taken as the day's deep dive under selection criterion 1 (active in-the-wild exploitation of half-click webmail zero-days, including a fresh SOGo zero-day CVE-2026-8496, plus non-trivial exposure; self-hosted webmail is common in EU/CH public-sector estates). Its category (apt-campaign) also carried yesterday's deep dive (Laundry Bear/Zimbra), which would normally demote it one rank; criterion 1 exempts that demotion, and the item is a distinct actor with a materially broader five-platform zero-day supply, so it independently earns the treatment rather than repeating yesterday's story. window24h.deep_dives_today was 0 before this run.

Update decisions. Two update_of entries carry genuine deltas, not recaps: the Check Point siblings (CVE-2026-62144 unauthenticated management command execution, CVE-2026-62145 Gaia Portal read-only-to-root) sit on the same actively-attacked management surface as the previously-covered CVE-2026-16232; the LAUNDRY BEAR/ZimReaper entry adds the CSS-@import sanitizer-bypass mechanics, DNS-tunnelled exfil, and (the load-bearing delta) a "ZimbraWeb" application-specific password that survives a password reset and the patch, changing the remediation. ZimReaper is already registered as an alias of tool:ulej-flowerbed; no new malware entity was created.

Dedup notes. The Thailand AI-agent incident's LinPEAS-probed Linux-kernel LPE CVEs (CVE-2026-43503/31431/43284) and Roundcube's CVE-2025-49113 are all already in the store; those CVEs were reconnaissance probes / chain context, not the finding, so the Thailand and RoundPress entries carry only genuinely-new CVEs in cves[] (RoundPress: CVE-2026-8496 only; Thailand: none) to avoid re-asserting covered ground.

Borderline drops (recoverable):

  • borderline-drop: Flare EMEA-healthcare ransomware supply-chain landscape (Kazu), single-source (the underlying Flare post could not be located; only Help Net Security relaying it), a leak-site-derived victimology/actor census with no intrusion vector, CVE or detection concept; strategic-landscape framing belongs to the weekly, and its defender takeaway is generic vendor-risk practice. New actor "Kazu" not registered (only entities referenced by a published entry are added).
  • borderline-drop: GTIG cryptonym actor-naming taxonomy change, first-party methodology announcement, no attacker tradecraft or detection/hunt value; a Tier 2/3 SOC would not act differently in the next 7 days.

Out-of-window / dropped-by-S1 (logged for awareness): ManageEngine ADAudit Plus CVE-2026-6516 (vendor advisory actually April 2026, NCSC-NL merely re-cataloguing); Bing/XBOW ImageMagick SVG RCE (Microsoft-side already fixed, no customer action); Azure Portal CVE-2026-62835 (Microsoft-mitigated); Johnson Controls C-CURE 9000 ICSA-26-204-01 (same 204-XX batch already surfaced 2026-07-24, no fresh delta); Synacktiv Argo CD unauthenticated RCE (24 days old, no in-window development, flagged for the weekly W1 as a still-open high-severity unpatched issue); Cisco SD-WAN CVE-2026-20245 (published ~84 h before run, outside the developing-window allowance).

Single-source / carve-outs: microsoft-email-threat-landscape-q2-2026 is single-source by nature (first-party vendor threat-landscape report on Microsoft's own telemetry); thailand-finance-ministry-hermes-ai-agent is single-source (Hunt.io is the sole primary investigation; BleepingComputer re-reports it) with compromise unconfirmed by the victim, framed as a targeting/tradecraft disclosure, not a confirmed breach. stiftung-autismuslink rests on a first-party victim statement (Admiralty A for its own incident) corroborated by the INC Ransom leak-site claim; the INC Ransom attribution is leak-site-based, not victim-confirmed.

Verification-fix telemetry robustness: first-attempt S1 and S2 spawns terminated immediately on the Sonnet real-time cyber-safeguard classifier ("Sonnet 5's safeguards flagged this message"); both were re-spawned once with reframed defender-vantage tasking and returned normally. This is a spawn-time classifier false positive on legitimate defensive CTI research, not a research failure; recorded here for operator awareness of the safeguard-interruption pattern on the pinned Sonnet research role.

  • Coverage gaps: cisa-advisories (JS listing + Akamai-403, jina pool exhausted, detail pages reachable via cisa page); cert-pl (403 to the Phase-1 sub-agents on direct/jina, but recovered on a Phase-5 re-check via fetch_source.py url https://cert.pl/en/news/ returning HTTP 200, no in-window item clearing the action-required bar); jina-reader-pool (HTTP 402 balance exhausted, third consecutive run, operator top-up needed); sekoia, recordedfuture-insikt, huntress, group-ib (jina-402 / no in-window content); volexity, horizon3-ai, eset, crowdstrike, withsecure-labs, lab52, intrinsec, cert-at (reachable, no in-window items).
  • Watchlist: no watchlists configured; sweep is a no-op (S1 products, S4 suppliers both 0/0).
  • Essential-coverage: the cisa-advisories listing was not enumerable directly (Akamai-403 + jina-402) but detail pages, cisa-kev and the ncsc-uk co-signed feed substituted with no in-window qualifying item lost; cert-pl recovered via the url bridge on re-check (no qualifying item). All 15 essential sources attempted.