US Sanctions Iranian Hackers Tied to MOIS

US Sanctions Iranian MOIS Hackers for Critical Infrastructure Attacks

HIGH
August 27, 2026
5m read
Threat ActorPolicy and ComplianceCyberattack

Related Entities

Threat Actors

Mabna Institute

Organizations

U.S. Department of the Treasury Iran's Ministry of Intelligence and Security (MOIS)Department of Justice

Products & Tech

Bitcoin EthereumTRON

Full Report

Executive Summary

On August 25, 2026, the U.S. Department of the Treasury announced sanctions against a group of Iranian cyber actors linked to Iran's Ministry of Intelligence and Security (MOIS). This action, part of a broader campaign named "Operation Economic Outcast," targets individuals responsible for extensive cyberattacks against U.S. critical infrastructure sectors, including energy, defense, healthcare, and finance. The group's activities, which began in late 2023, reportedly blend state-directed espionage with financially motivated cybercrime for personal gain. The sanctions, which include the flagging of cryptocurrency wallets, are designed to sever the financial support systems enabling these threat actors and were coordinated with a Department of Justice indictment.

Threat Overview

The sanctioned group is a malicious cyber cell operating under the direction of Iran's MOIS. Their campaigns demonstrate a dual motivation: serving the strategic interests of the Iranian state while also engaging in opportunistic, for-profit hacking. This hybrid approach makes them a versatile and unpredictable threat.

State-Directed Activities:

  • The group has conducted extensive compromises of U.S. critical infrastructure and government offices. This aligns with Iran's long-standing use of cyber espionage to gather intelligence and potentially pre-position for disruptive attacks.
  • The targeting of operational technology (OT) environments, such as U.S. water systems, remains a significant concern and is consistent with the TTPs of other Iranian state-sponsored actors.

Financially-Motivated Activities:

  • The Treasury noted that some group members are driven by "personal greed," leading them to conduct attacks against Iranian companies and engage in cryptocurrency theft.
  • The sanctions specifically identified Bitcoin, Ethereum, and TRON wallets associated with the actors, highlighting their involvement in the illicit digital economy.

This operation is linked to a DOJ indictment against members of the Mabna Institute, a notorious Iranian hacking-for-hire organization, indicating a complex web of interconnected threat groups.

Technical Analysis

Iranian threat actors typically employ a range of common but effective TTPs.

Analyst-Assessed Potential TTPs:

  • Initial Access: Exploiting known vulnerabilities in public-facing applications like VPNs and web servers (T1190 - Exploit Public-Facing Application) is a hallmark of Iranian groups. They also frequently use password spraying and spearphishing (T1566 - Phishing).
  • Persistence: Once inside a network, they often deploy web shells on compromised servers or use legitimate remote access tools to maintain a foothold.
  • Credential Access: These actors are known to use tools like Mimikatz to dump credentials from memory (T1003.001 - OS Credential Dumping: LSASS Memory).
  • Exfiltration: Data is often compressed into archives and exfiltrated over common protocols like HTTP/S to blend in with normal traffic (T1041 - Exfiltration Over C2 Channel).

Impact Assessment

The activities of this MOIS-affiliated group pose a direct threat to U.S. national security and economic stability. The compromise of critical infrastructure in sectors like energy and defense could have severe real-world consequences. The financially motivated aspect of their operations also contributes to the broader landscape of cybercrime, affecting businesses both in the U.S. and Iran. The sanctions aim to disrupt these operations by making it difficult for the actors to launder their stolen funds and receive financial support, thereby increasing the cost and risk of their activities.

IOCs — Directly from Articles

The source articles mention that cryptocurrency wallets (Bitcoin, Ethereum, TRON) were flagged as part of the sanctions, but the specific wallet addresses were not provided.

Cyber Observables — Hunting Hints

To hunt for activity related to Iranian threat actors, security teams should look for:

Type
log_source
Value
VPN Logs
Description
Monitor for password spraying attacks (high volume of failed logins across many accounts from a single IP).
Type
url_pattern
Value
*/owa/auth/logon.aspx
Description
Look for exploit attempts against Microsoft Exchange servers, a common target for these groups.
Type
process_name
Value
powershell.exe
Description
Monitor for PowerShell downloading remote scripts or executing obfuscated commands.
Type
network_traffic_pattern
Value
Outbound connections to known Iranian C2 infrastructure
Description
Use threat intelligence feeds to block and alert on connections to known malicious IPs.

Detection & Response

  • Threat Intelligence Integration: Integrate high-quality threat intelligence feeds into SIEM and firewall rules to detect and block communication with infrastructure known to be used by Iranian threat actors.
  • Credential Theft Detection: Deploy EDR solutions that can detect and prevent credential dumping from processes like LSASS. User behavior analytics (D3-UBA) can also spot anomalous account usage.
  • Network Traffic Analysis: Analyze network traffic (D3-NTA) for signs of data exfiltration, such as large, encrypted outbound flows to unfamiliar destinations.

Mitigation

  • Multi-Factor Authentication (MFA): Enforce MFA (D3-MFA) on all external access points and for all privileged accounts. This is the single most effective defense against password spraying and credential theft attacks.
  • Patch Management: Aggressively patch internet-facing systems. Iranian actors are known for quickly weaponizing newly disclosed vulnerabilities.
  • User Training: Conduct regular user training to help employees recognize and report sophisticated phishing attempts.

Timeline of Events

1
December 1, 2023
The sanctioned Iranian cyber group began its campaign of attacks, according to the U.S. Treasury.
2
August 18, 2026
The DOJ issues a superseding indictment related to the hacking group.
3
August 25, 2026
The U.S. Department of the Treasury announces sanctions against the MOIS-affiliated hackers.
4
August 27, 2026
This article was published

MITRE ATT&CK Mitigations

Enforce MFA on all external-facing services and privileged accounts to mitigate credential-based attacks like password spraying.

Mapped D3FEND Techniques:

Maintain a strict patching cadence for internet-facing systems, as Iranian actors are known to rapidly exploit newly disclosed vulnerabilities.

Mapped D3FEND Techniques:

Implement technologies like Windows Credential Guard to protect credentials stored in memory from being dumped by tools like Mimikatz.

Mapped D3FEND Techniques:

D3FEND Defensive Countermeasures

The single most effective defense against the credential-based attacks favored by Iranian threat actors is the enforcement of phishing-resistant Multi-factor Authentication (MFA). Organizations must deploy MFA across all remote access points (VPNs, RDP gateways), cloud services (O365, G-Suite), and for all privileged accounts. To be effective against more sophisticated attacks, organizations should prioritize FIDO2/WebAuthn-based authenticators over less secure methods like SMS or simple push notifications, which are vulnerable to MFA fatigue and SIM swapping. Implementing MFA raises the bar for initial access significantly, forcing attackers to use more complex and detectable methods than simple password spraying.

To combat the exploitation of public-facing applications, a key TTP of Iranian groups, organizations should implement robust inbound traffic filtering. This involves using a Web Application Firewall (WAF) and next-generation firewall (NGFW) to inspect incoming traffic for malicious patterns. Configure the WAF with rulesets that block common attack types like SQL injection, cross-site scripting, and known exploit signatures for applications like Microsoft Exchange and VPN appliances. Additionally, use geo-blocking to deny all traffic from countries where you do not conduct business, which can help filter out a significant amount of noise and malicious scanning from state-sponsored actors. This proactive filtering reduces the attack surface and can block exploit attempts before they reach the vulnerable application.

Iranian actors, after gaining initial access, often attempt to dump credentials to escalate privileges and move laterally. Implementing robust local account and credential access monitoring is crucial for detection. This should be done using an EDR solution configured to detect and block attempts to access the LSASS process memory, a common technique used by tools like Mimikatz. Furthermore, security teams should monitor for the creation of new local administrator accounts or the addition of users to privileged groups on workstations and servers. Any such activity outside of a planned change window should trigger an immediate high-priority alert, as it is a strong indicator that an attacker is establishing persistence and escalating their privileges within the environment.

Timeline of Events

1
December 1, 2023

The sanctioned Iranian cyber group began its campaign of attacks, according to the U.S. Treasury.

2
August 18, 2026

The DOJ issues a superseding indictment related to the hacking group.

3
August 25, 2026

The U.S. Department of the Treasury announces sanctions against the MOIS-affiliated hackers.

Sources & References

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

iranmoissanctionsthreat actoraptcritical infrastructurecybercrimetreasury

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.