Part 1 of this series documented the half-click exploit — the moment a Ukrainian government official opens a routine email in a vulnerable Zimbra client and, in the time it takes to read the first sentence, loses their credentials, their 2FA codes, and ninety days of email to Russian intelligence. That is where most analyses of Operation RoundPress stop.
This is the part that comes after.
The credential theft documented by Proofpoint, NSA, and FBI is not the end of the attack. It is the beginning of an access relationship. ZimReaper installs an app-specific password named "ZimbraWeb" — a credential that survives password resets, bypasses two-factor authentication, and provides persistent IMAP, POP3, and SMTP access to the victim's mailbox indefinitely. SpyPress goes further, installing a PHP webshell and six fallback persistence mechanisms directly on the mail server. The actor is not leaving. They are moving in.
What persistent mailbox access enables has received almost no public analysis. This report examines five post-compromise capabilities — silent MFA interception, timing attacks using stolen behavioral intelligence, calendar-based C2 infrastructure, hidden mailbox rule manipulation, and compromised-account lateral spread — and closes with a datestamped 60-day forecast of where this campaign goes next.
The ZimbraWeb app password and the SpyPress PHP webshell are not the goal. They are the infrastructure for what comes next. Persistent mailbox access gives an attacker capabilities that go far beyond reading the victim's email — and most of them are not detectable by the victim, their organization, or standard security tooling.
The HOLLOWGRAPH disclosure deserves its own section because it represents the clearest documented example of what post-compromise mailbox access enables at the infrastructure level. It was disclosed by Group-IB on July 20, 2026 — three days before the Proofpoint RoundPress advisory — and the two reports together describe a complete picture of how nation-state actors are using compromised email infrastructure as operational backbone, not just intelligence collection.
Attribution note: Group-IB attributes HOLLOWGRAPH with high confidence to the Cavern modular backdoor framework, citing matching command syntax and architecture. Researchers identified several technical similarities with the Iranian-nexus threat actor Lyceum. This is not a Russian actor — but the technique is platform-agnostic. Any actor with persistent mailbox access, including TA458 and TA488, can deploy calendar-based C2 using the same Microsoft Graph API mechanism. The technique, not the actor, is the finding.
cloudlanecdn[.]com. This channel is used to retrieve updated Microsoft Entra ID credentials — tenant ID, client ID, client secret, and target mailbox — which are saved locally in a file disguised as a log file. When the M365 credentials expire or are rotated, HOLLOWGRAPH refreshes them via DNS without any direct contact with attacker infrastructure. The use of IPv6 AAAA records adds an additional layer of obscurity — many organizations monitor IPv4 DNS traffic closely but have less visibility into IPv6 DNS queries.The Zimbra parallel: HOLLOWGRAPH uses Microsoft 365 calendar APIs. Zimbra has a calendar API. Roundcube has calendar functionality. SOGo was originally designed as a groupware and calendar platform. Every webmail platform targeted by RoundPress has some equivalent of the calendar API that HOLLOWGRAPH exploits. The technique does not require Microsoft infrastructure — it requires persistent authenticated access to any mailbox with a calendar API. TA458 has that access in the organizations they have already compromised.
The post-compromise capabilities described in Section 02 are harder to detect than the initial half-click exploit — because they use legitimate platform features, authenticated credentials, and normal API traffic. But they are not undetectable. The gap is not technical capability — it is operational configuration and awareness.
| Capability | Detection Method | Tool Layer | Availability |
|---|---|---|---|
| ZimbraWeb persistence | Audit /opt/zimbra/log/audit.log for CreateAppSpecificPassword events named "ZimbraWeb" |
SIEM / Log Analysis | Available now — requires log monitoring configuration |
| Silent MFA interception | Monitor for MFA approvals that occur during unusual hours or when the user is known to be unavailable; correlate with email delete events in the same window | UEBA / SIEM | Requires behavioral baseline — not available in self-hosted Zimbra without additional tooling |
| Calendar C2 (HOLLOWGRAPH) | Monitor Microsoft Graph API calls from non-interactive service accounts; alert on calendar events with attachment creation outside business hours or dated far in future | SIEM / M365 Defender | M365 Defender detects this natively — self-hosted Zimbra calendar API requires custom monitoring |
| Hidden mailbox rules | Periodic audit of all inbox rules across accounts; alert on rules created by non-standard processes or outside business hours; specifically look for rules that forward, delete, or suppress security notifications | SIEM / Exchange Admin | Native in Exchange Online — requires manual audit process in self-hosted deployments |
| Outgoing email modification | DKIM validation on outbound mail at the sending server; monitor for signature image URLs that don't match approved domain list; network monitoring for unusual outbound HTTP requests from mail server | NDR / Mail Gateway | Rarely configured — requires deliberate deployment |
| Lateral spread via trusted sender | Email security platform at the delivery layer — detect exploit payload patterns in emails regardless of sender reputation; sender profile alone is insufficient when the account is legitimately compromised | Email Security | Detection rule targeting @import tag-splitting pattern submitted to Sublime Security's open-source rule feed (PR #4981, July 2026) |
| DNS tunneling (IPv6 AAAA) | Monitor DNS query volume per host for IPv6 AAAA records; alert on high-frequency AAAA queries to low-reputation or newly registered domains; specifically flag base32/base64-encoded subdomains | NDR / DNS Monitoring | Requires DNS logging at the resolver level — often absent in smaller government IT environments |
The structural problem remains: The organizations most targeted by these campaigns — self-hosted Zimbra and Roundcube deployments in Eastern European government agencies and defense contractors — are the least likely to have SIEM, UEBA, NDR, or any of the monitoring capabilities listed above. The detection methods exist. The operational capacity to deploy and monitor them does not, in most target organizations. This is not a solvable problem at the individual organization level without external support.
The following predictions are analytical hypotheses based on observed actor behavior, platform targeting patterns, and post-disclosure timing. They are not confirmed intelligence. They are published here with a datestamp of August 1, 2026 — to be revisited in 60 days against what actually occurred.
Methodology note: These forecasts are based on three observed patterns: (1) TA458's documented behavior after previous public disclosures — burning infrastructure and rebuilding with new CVEs within 45-60 days; (2) the platform targeting progression from Roundcube to Zimbra to mDaemon to SOGo to Kerio, suggesting a systematic survey of self-hosted webmail platforms; and (3) the convergence of Russian and Iranian actors on the same post-compromise technique (calendar C2), which historically precedes broader adoption across threat actor communities. All predictions are the author's independent analytical assessment.
Forecast published August 1, 2026. To be revisited against observed activity in October 2026.
Part 1 of this series described the half-click — the moment the exploit fires and the credentials leave the building. Most threat intelligence analysis of Operation RoundPress stops there, because that is where the initial access ends and where the measurable, attributable activity becomes harder to trace.
But the credential theft is not the objective. It is the admission ticket. What TA458 and TA488 are building — one compromised Zimbra server at a time, one app-specific password at a time — is a persistent presence inside the communications infrastructure of the organizations most relevant to the current geopolitical conflict. Ukrainian ministries. NATO governments. Defense contractors. Nuclear facility operators. The access, once established, can be leveraged indefinitely: for intelligence collection, for MFA bypass, for lateral spread, for calendar-based C2, for the kind of persistent passive surveillance that does not require any further action from the attacker.
The HOLLOWGRAPH disclosure changes what we should be looking for. The question is no longer just "did the half-click exploit fire?" The question is "what did the actor do with the access after it did?" And the answer — calendar events dated 2050, DNS tunneling through IPv6, outgoing emails modified to carry tracking pixels, MFA notifications silently intercepted and deleted — is that the access enables an entire operational layer that is almost entirely invisible to standard security tooling.
The convergence of Russian and Iranian techniques around compromised mailbox infrastructure is the signal I find most significant. When two separate nation-state actor communities independently arrive at the same technique — using a legitimate cloud service as C2 infrastructure — it means the technique works well enough to be worth the operational security risk. Broader adoption across the threat actor community is the predictable next step.
The email remains the most reliable attack surface. The mailbox, once compromised, becomes something more: an operational platform, a surveillance tool, a launch pad for the next target. The patch gap documented in Part 1 is not going to close by itself. The post-compromise capabilities documented in Part 2 are already in use. The 60-day forecast above will either be validated or corrected by what happens next.
This analysis is based on publicly available information including Group-IB's HOLLOWGRAPH disclosure (July 20, 2026), Proofpoint's Operation RoundPress advisory (July 23, 2026), Microsoft's documentation of mailbox rule abuse (2022), and MITRE ATT&CK technique documentation. The 60-day forecast in Section 05 represents independent analytical hypothesis — not confirmed intelligence. The outgoing email modification capability described in Finding 5 represents a technically validated but not yet publicly documented post-compromise technique; it is analytical synthesis based on known capabilities of the SpyPress PHP webshell and standard SMTP relay architecture. This analysis is the author's independent work, produced as a contribution to the security community. Part 1 of this series is available at yanaivanov.com/analysis/roundpress_analysis.html.
I'm a security researcher in Connecticut. Analysis is the part I love: tracing threat actor behavior, pulling apart supply chain attacks, and following evidence even when it lands on "unknown." When a question needs a tool that doesn't exist, I build it; most of the tools on this site started that way. Before security I spent 15 years designing enterprise software, which is why my tools assume a human will actually have to use them. I contribute detection rules to Sublime Security's open-source production ruleset. Security+ in progress. Everything here is independent work, shared as a contribution to the security community.