The U.S. Justice Department has charged 17 Iranians tied to the Mabna Institute, a hacking-for-hire operation that prosecutors say worked on behalf of the Islamic Revolutionary Guard Corps (IRGC), other Iranian government bodies, Iranian universities, and paying private customers. Nine of the defendants were named in a March 2018 indictment covering intrusions at more than 300 universities and private companies. The eight newly charged individuals are accused of stealing academic research, intellectual property, emails, and other proprietary information. This analysis draws on reporting from BleepingComputer.
The numbers define the case. Prosecutors say the operation started around 2013 and targeted the accounts of more than 100,000 professors worldwide, successfully compromising roughly 8,000 of them.
Using those accounts, the hackers stole 31.5 terabytes of academic data, including journals, theses, dissertations, ebooks, and research across numerous disciplines, valued at approximately $3.4 billion.
The victim list reaches well past academia: 178 universities (144 in the U.S.), at least 53 private firms (42 in the U.S.), two NGOs, and at least 10 U.S. state agencies. HBO appears in the DoJ announcement as one named victim, extorted for $6 million worth of Bitcoin.
That mix matters for how you read your own risk. A campaign built to harvest professor credentials did not stop at university systems, because the same actors ran extortion against a media company and pulled proprietary data from private firms and state agencies. If your organization funds research, partners with a university lab, holds licensing agreements, or shares data with an academic collaborator, your intellectual property sits inside that same target set.
For executives, the loss is competitive: research that cost years and funding to produce ends up in the hands of a foreign government and its paying customers, with no way to claw it back. For security teams, the takeaway is that a state-directed group treated ordinary credential theft as the primary access method and sustained it for roughly a decade. The defendants face charges including conspiracy to commit computer intrusions, wire fraud, unauthorized access for financial gain, and aggravated identity theft, carrying maximum penalties of up to 20 years in prison. The State Department is offering rewards of up to $10 million for information on five of them.
How HollowGraph and Credential Theft Enabled Long-Term Access
The charge list itself describes the intrusion method. Aggravated identity theft sits alongside conspiracy to commit computer intrusions, wire fraud, and unauthorized access for financial gain, and that combination points to access built on real people's credentials rather than on exploit code. When an operator signs in as a named faculty member, the session looks like that professor working late.
That maps to MITRE ATT&CK T1078 (Valid Accounts), the technique category where prevention tooling performs worst. A stolen password produces authenticated sessions, legitimate tokens, and audit entries that match the account owner's normal role.
Key Insight: Once attackers are using valid credentials, only 37% of their actions are blocked, according to the Blue Report 2026, which measured defenses technique by technique across 338 million simulations run in customer production environments.
Academic accounts are unusually valuable in this model because of what they unlock downstream. A single faculty login carries entitlements to publisher portals, interlibrary loan systems, journal databases, and departmental mail. The theft prosecutors describe covers journals, theses, dissertations, ebooks, and research across numerous disciplines, which is content pulled through subscription access, not content ripped out of a breached file server.
The behavioral chain that follows account takeover looks like this:
- Collection from mail (T1114), where inbox access exposes unpublished manuscripts, grant correspondence, and peer review material
- Data from information repositories (T1213), meaning bulk retrieval from library and research platforms the account is already licensed to reach
- Exfiltration over web service (T1567), moving content out through the same web channels the institution uses daily
- Account manipulation and credential reuse, since the same password often works across university, publisher, and personal services
The operation ran for years, which is the practical consequence of credential-based access. There is no dropper to quarantine and no beacon to blocklist, so the access persists until someone rotates the password or notices the download volume. For a business, the equivalent exposure is a sales or engineering account quietly reading shared drives for several fiscal quarters.
Separately, BleepingComputer reports HollowGraph, a new malware family that uses Microsoft Graph for stealthy command-and-control communications. This tooling is not named in the Iranian indictment, but the technique it represents matters for the same target profile. Graph-based C2 sends operator traffic to Microsoft's own API endpoints, so the destination is a domain your tenant already trusts and cannot simply block.
In a university or research environment where Microsoft 365 handles mail, files, and identity, that traffic sits inside the noise floor of normal service calls. Network filtering that relies on reputation lists offers little here, because the reputation is Microsoft's. The detection burden shifts to identity telemetry and API usage patterns rather than perimeter inspection.
Financial motive ran alongside the research theft. The DoJ announcement highlights HBO among the victims, extorted for $6 million worth of Bitcoin, and one defendant, Behzad Mesri, also known as "Skote Vahshat," is tied to that activity. Charges for unauthorized access for financial gain and wire fraud indicate the stolen access and data were sold to paying customers.
The same access that supports state collection also supports extortion and resale. Organizations holding pre-publication research, licensed datasets, or partner IP should assume that material has commercial buyers, not only intelligence consumers.
Competitive Damage and Regulatory Exposure from IP Theft at Scale
The victim list in the indictment is broader than the university headline suggests. Prosecutors count 178 universities, 144 of them in the U.S., at least 53 private firms with 42 based in the U.S., two NGOs, and at least 10 U.S. state agencies. If your organization sits in any of those categories, the exposure is not limited to the files that left the network.
Stolen research does not depreciate the way stolen money does. A dissertation dataset, a pre-publication study, or an unfiled process improvement keeps its value to whoever holds it for as long as the underlying work stays commercially useful. When that material moves to a foreign competitor or a state customer, your organization loses the head start it was funding, and you rarely find out which product or paper it surfaced in.
Trade secret protection is the part that catches business leaders off guard. Legal status as a trade secret depends on the owner demonstrating that reasonable measures were taken to keep the information confidential. If your general counsel cannot show what controls were in place around a research repository or a source code archive during the period of unauthorized access, defending that status in later litigation becomes harder. The same applies to patent strategy, where disclosure by a third party before you file changes what you can claim.
Export control adds a separate layer. Academic and industrial research frequently touches dual-use technology governed by the Export Administration Regulations, and some defense-adjacent work falls under ITAR. An intrusion that copies controlled technical data to a foreign national creates a potential deemed export, which is a reportable matter independent of any breach notification you owe under state law. Universities running federally funded projects and contractors holding controlled unclassified information face the added question of what has to be disclosed to their funding agency and contracting officer.
Sector obligations layer on top of that. Consider what applies to you:
- Healthcare and clinical research: study data tied to identifiable participants pulls in HIPAA and IRB reporting duties alongside the intellectual property loss.
- Defense contractors and subcontractors: CUI in a compromised email account triggers DFARS incident reporting and can affect contract eligibility.
- Energy and critical infrastructure: engineering documents and operational designs carry sanctions-screening concerns once they reach an entity subject to U.S. restrictions.
- State agencies: public records and grant-funded work bring legislative oversight and state-level notification requirements.
The financial side of these cases is not always about extortion, but it can be. HBO was named as one of the victims and was extorted for $6 million worth of Bitcoin, which shows how the same access used to collect research also supports direct monetary demands. Charges in this case include conspiracy to commit computer intrusions, wire fraud, unauthorized access for financial gain, and aggravated identity theft, carrying maximum penalties of up to 20 years in prison.
Prosecution does not return your data. The State Department is offering rewards of up to $10 million for information on the whereabouts of five defendants, which tells you the individuals remain outside U.S. jurisdiction. Plan on the assumption that anything taken from your environment during a multi-year intrusion stays in circulation, and account for that in how you value the affected research portfolio and in what you disclose to partners, funders, and regulators.
Detection and Response for Organizations in High-Risk Sectors
Start with your authentication logs, not your endpoints. The intrusion set described in this indictment ran for years on valid logins, which means the earliest evidence in your environment sits in sign-in records rather than in malware alerts. Pull the full authentication history for faculty, principal investigators, grant administrators, and executives with access to pre-publication research.
Look for four patterns specifically:
- Successful logins outside the account owner's normal working hours, especially repeated access during overnight windows in your local time zone
- Impossible travel, or the same account authenticating from two unrelated network providers within a short span
- Legacy authentication protocols still in use (IMAP, POP, basic SMTP), which accept a username and password without an MFA prompt
- Mailbox access through the Microsoft Graph API from application IDs your identity team does not recognize, which is the collection path HollowGraph uses to blend command-and-control traffic into normal Microsoft service calls
OAuth consent grants deserve a separate pass. Review every application with Mail.Read, Files.Read.All, or similar tenant-wide scopes, and confirm who approved it and when. An approved application keeps reading mail after the user changes a password, so consent review and token revocation have to happen together.
On the mail gateway, filter delivery logs for messages sent to research and finance staff that link to credential collection pages on recently registered domains resembling your own login portals. Check quarantine release records too. A user who manually released a blocked message and then authenticated from an unfamiliar address is a strong starting point for scoping.
For remote access, examine VPN concentrator and remote desktop gateway logs for first-time device enrollments, concurrent sessions from one account, and authentications from hosting or commercial proxy address space. Adlumin correlates these authentication anomalies against user baselines in the environments Capstone manages, which surfaces the slow, low-volume access pattern that individual log reviews tend to miss.
Once you have a scope, containment moves in a set order. Reset credentials for the high-value accounts you identified, then revoke active sessions and refresh tokens for those same accounts, because a password change alone leaves issued tokens working. Enforce MFA on every remote access path including VPN, webmail, and administrative portals, and disable legacy authentication tenant-wide so the bypass closes behind you.
Segment the systems that hold research data, source code, and design files away from general staff networks, and put alerting on bulk retrieval. Repository and file server logs should trigger when a single account downloads volumes far outside its historical pattern, since exfiltration at scale looks like ordinary reading until you measure the rate.
Longer term, move research networks toward per-application access decisions that check device posture and user context at every request instead of granting broad network reach after a single VPN login. Pair that with endpoint detection tuned for persistence behavior, including scheduled task creation, run key modification, and new service installation, so an operator who does get code on a host cannot survive quietly across reboots.
One practical step supports all of the above: extend retention on authentication, mail, and VPN logs. Intrusions of this type span years, and if your logs cover a shorter window than the activity, you cannot determine what was taken or when access began. Set retention to match the investigation you would need to run, and confirm the export works before you need it.
Lessons from the Indictment: Attribution and Deterrence
Formal attribution changes the economics of this kind of operation, even when no one is arrested. The State Department is offering rewards of up to $10,000,000 for information on the whereabouts of five of the defendants, with an anonymous Tor submission channel for tips, and the charges carry maximum penalties of up to 20 years in prison. U.S. Attorney Jamie McDonald framed the timing directly: more than eight years passed between the original public indictment and these additional charges.
That gap is the practical lesson for you. The activity described here was not a single break-in with a clean start and end date, and it was not confined to research theft. One named victim, HBO, was extorted for $6 million worth of Bitcoin, which shows the same access being converted into direct financial pressure when the data supported it.
If your organization holds pre-publication research, licensed datasets, engineering designs, clinical trial data, or anything a competitor or a government would pay for, treat yourself as a standing target rather than an incidental one. The value of what you hold determines your exposure, not your headcount or your security budget.
The most important thing you can change is the time window you consider relevant. Investigations scoped to the last 90 days will miss an intrusion set that operated for years, so your review of historical access needs to reach back across multiple years of records, including accounts belonging to people who have since left. Access that goes unnoticed for months has already produced its result, and the accounting for that loss happens long after the operator has moved on.