Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Critical Microsoft Copilot Vulnerability Lets Attackers Hijack Accounts
August 4, 2026
Microsoft Hardens NuGet Security with Shorter API Key Lifespans
August 4, 2026
How SOCs Detect and Stop AI Phishing Attacks Bypassing Email Gateways
August 4, 2026
Home/Threats/Iranian Hackers Abuse AppDomainManager Hijacking to Evade EDR
Threats

Iranian Hackers Abuse AppDomainManager Hijacking to Evade EDR

Key Takeaways An Iran-linked APT group, known as Screening Serpens (UNC1549, Smoke Sandstorm, Iranian Dream Job), has intensified cyberespionage campaigns. The group is targeting organizations in the...

Marcus Rodriguez
Marcus Rodriguez
June 1, 2026 5 Min Read
54 0

Key Takeaways

  • An Iran-linked APT group, known as Screening Serpens (UNC1549, Smoke Sandstorm, Iranian Dream Job), has intensified cyberespionage campaigns.
  • The group is targeting organizations in the United States, Israel, and the United Arab Emirates, with a focus on aerospace, defense manufacturing, and telecommunications sectors.
  • Attackers are employing a sophisticated .NET AppDomainManager hijacking technique to bypass Endpoint Detection and Response (EDR) systems.
  • New remote access Trojans (RATs), MiniUpdate and MiniJunk V2, are being delivered via spear phishing with fake job listings and meeting invitations.
  • Defenders should enhance EDR tuning to detect DLL sideloading and AppDomainManager hijacking behaviors, moving beyond signature-based detection.

Iranian state-sponsored hackers have significantly advanced their cyberespionage capabilities, now utilizing a highly sophisticated .NET hijacking method to circumvent endpoint security measures. This aggressive campaign targets critical organizations across the United States, Israel, and the United Arab Emirates. The escalation in activity closely follows a regional conflict that commenced on February 28, 2026, according to a detailed report.

Table Of Content

  • Key Takeaways
  • AppDomainManager Hijacking: A Stealthy Evasion Technique
  • Infection Chain and Social Engineering Tactics
  • What You Should Do

Security researchers are observing a relentless increase in these operations. The threat group, identified as Screening Serpens (also known by aliases such as UNC1549, Smoke Sandstorm, and Iranian Dream Job), has been active since at least 2022. While historically focused on targets within the Middle East, the group expanded its reach into Western Europe in late 2025.

Their primary targets include high-value sectors such as aerospace, defense manufacturing, and telecommunications. The attackers initiate contact through tailored social engineering tactics, using deceptive job postings and fabricated meeting invitations to trick professionals into downloading malicious files.

Unit 42 researchers identified six new remote access Trojan (RAT) variants deployed between February and April 2026. These variants belong to two distinct malware families: MiniUpdate and MiniJunk V2. Unit 42’s report, shared with Cyber Security News (CSN), indicates that these campaigns are synchronized with the conflict timeline. Coordinated attacks struck entities in the U.S. and Israel in late March, followed by targets in the UAE and another Middle Eastern nation in mid-April 2026.

Both malware families commence their infection sequences through spear phishing. Victims typically receive archives disguised as recruitment portals or installers for video conferencing applications. Upon interaction, a covert, multi-stage infection process silently unfolds, granting attackers full control over the compromised system.

Contents of the archive (Source - Unit42)
Contents of the archive (Source – Unit42)

AppDomainManager Hijacking: A Stealthy Evasion Technique

A critical technical advancement observed in this campaign is the abuse of AppDomainManager hijacking. This technique exploits the initialization phase of .NET applications by subtly altering a legitimate configuration file. This allows the attackers’ malicious code to execute even before the host application fully loads. Because this occurs so early in the execution process, many conventional security tools, including EDRs, often fail to detect the intrusion.

By inserting specific XML lines into the application’s configuration file, attackers direct the .NET runtime to disable its inherent security mechanisms. They specifically deactivate Event Tracing for Windows (ETW), which is a primary data source relied upon by modern EDR platforms for monitoring .NET activity. Furthermore, they bypass strong-name signature validation, enabling the loading of unsigned DLL files without triggering security alerts.

A fake job description document, designed by the attacker to impersonate a global air carrier company (Source - Unit42)
A fake job description document, designed by the attacker to impersonate a global air carrier company (Source – Unit42)

This approach is categorized as a mature “living-off-the-land” technique. It requires no complex shellcode injection or memory patching. Instead, attackers leverage legitimate system functionalities to deactivate defenses using seemingly innocuous configuration files. The result is the execution of a malicious payload within an unmonitored, highly privileged environment, without raising any immediate alarms.

Infection Chain and Social Engineering Tactics

The MiniUpdate malware family was observed being delivered through archived files that impersonated a global airline and a popular video conferencing platform. One such archive contained six fabricated job description PDFs, complete with credible job IDs and titles like “Senior Software Engineer,” specifically targeting IT and engineering professionals. A nested payload within a file named “Hiring Portal.zip” would display a fake error window while silently installing the malware in the background.

Task Scheduler window showing the associated scheduled task (Source - Unit42)
Task Scheduler window showing the associated scheduled task (Source – Unit42)

For persistent access, the malware leveraged Windows Task Scheduler to create a daily trigger at 09:30 local time. The MiniJunk V2 family, while using an older configuration method, employed extensive code obfuscation and file size inflation to bypass automated scanning limitations. Command-and-control (C2) traffic was routed through Azure-hosted domains that mimicked legitimate Windows service names, significantly complicating network-level detection.

MiniUpdate malware flow (Source - Unit42)
MiniUpdate malware flow (Source – Unit42)

What You Should Do

  • Enhance EDR Configuration: Tune EDR platforms to specifically detect and flag behaviors associated with DLL sideloading and AppDomainManager hijacking. Do not rely solely on signature-based detection.
  • Monitor for Unsigned Modules: Implement policies to treat trusted, signed binaries that load unsigned modules as high-risk events, triggering immediate alerts for security teams.
  • Strengthen Email Security: Deploy advanced email filtering and anti-phishing solutions to detect and block malicious attachments and links, especially those impersonating recruitment or collaboration platforms.
  • Employee Training: Conduct regular cybersecurity awareness training for all employees, particularly those in high-value roles (e.g., IT, engineering, executive staff), on identifying social engineering tactics like fake job offers or meeting invitations from unofficial sources.
  • Network Monitoring: Implement robust network monitoring to identify suspicious C2 traffic, especially connections to unusual Azure-hosted domains or those mimicking legitimate Windows services.
  • Indicators of Compromise (IoCs): Integrate the provided IoCs (domains, URLs, SHA256 hashes) into your security information and event management (SIEM) systems, intrusion detection systems (IDS), and endpoint protection platforms for proactive detection.

Indicators of Compromise (IoCs):-

Type Indicator Description
Domain licencemanagers.azurewebsites[.]net MiniJunk V2 C2 domain
Domain LicenceSupporting.azurewebsites[.]net MiniJunk V2 C2 domain
Domain PeerDistSvcManagers.azurewebsites[.]net MiniJunk V2 C2 domain
Domain ThemesManagers.azurewebsites[.]net MiniJunk V2 C2 domain
Domain ThemesProviderManagers.azurewebsites[.]net MiniJunk V2 C2 domain
Domain NanoMatrix.azurewebsites[.]net MiniJunk V2 U.S. Campaign C2
Domain QuantumWeave.azurewebsites[.]net MiniJunk V2 U.S. Campaign C2
Domain ElementShift.azurewebsites[.]net MiniJunk V2 U.S. Campaign C2
Domain buisness-centeral.azurewebsites[.]net MiniUpdate C2 domain
Domain buisness-centeral-transportation.azurewebsites[.]net MiniUpdate C2 domain
Domain Buisness-centeral-transportation[.]com MiniUpdate C2 domain
Domain PremierHealthAdvisory[.]com MiniUpdate UAE Campaign C2
Domain PremierHealthAdvisory.azurewebsites[.]net MiniUpdate UAE Campaign C2
Domain Premier-HealthAdvisory.azurewebsites[.]net MiniUpdate UAE Campaign C2
Domain Ramiltonsfinance[.]com MiniUpdate Middle East Campaign C2
Domain Ramiltonsfinance.azurewebsites[.]net MiniUpdate Middle East Campaign C2
Domain Ramiltons-finance.azurewebsites[.]net MiniUpdate Middle East Campaign C2
Domain business-startup[.]org Associated C2 infrastructure
Domain business-startup.azurewebsites[.]net Associated C2 infrastructure
Domain docspace-y4cumb.onlyoffice[.]com ONLYOFFICE payload delivery
Domain docspace-twpf0e.onlyoffice[.]com ONLYOFFICE payload delivery
URL hxxps[:]//docspace-y4cumb.onlyoffice[.]com/storage/files/root/folder_3602000/file_3601577/v1/content.zip MiniJunk V2 payload URL
URL hxxps[:]//docspace-twpf0e.onlyoffice[.]com/storage/files/root/.../content.zip MiniJunk V2 U.S. Campaign payload URL
URL hxxps[:]//2117.filemail[.]com/api/file/get?filekey=T0EnWQ6NugHkW_kLfDxPBEw_um6NSkg9ZwNRQ_5lrKrLLUo35pV8m3TKv1LqF3zZzdUm MiniUpdate Israel payload URL
SHA256 44f4f7aca7f1d9bfdaf7b3736934cbe19f851a707662f8f0b0c49b383e054250 MiniUpdate U.S. Campaign — Initial archive
SHA256 332ba2f0297dfb1599adecc3e9067893e7cf243aa23aedce4906a4c480574c17 MiniUpdate U.S. Campaign — Hiring Portal.zip
SHA256 0db36a04d304ad96f9e6f97b531934594cd95a5cea9ff2c9af249201089dc864 MiniUpdate U.S. Campaign — UpdateChecker.dll
SHA256 38bd137c672bd58d08c4f0502f993a6561e2c3411773d1ae57ee0151a0a9d11d MiniUpdate Israel Campaign — Initial archive
SHA256 d4a7e9f107fe40c1a5d0139c6c6e25bf6bf57f61feff090bee28f476bb3cc3c2 MiniUpdate Israel Campaign — UpdateChecker.dll
SHA256 bc3b44154518c5794ce639108e7b9c5fecb0c189607a26de1aaed518d890c7ad MiniUpdate UAE/Middle East Campaign — UpdateChecker.dll
SHA256 74882085db2088356ed7f72f01e0404a0a98cda88ef56fb15ce74c1f36b26d27 MiniUpdate Middle East Campaign
SHA256 9cf029daca89523d917dafed0568d11d00e45ec96b5b90b4a1f7fd4018c7da84 MiniJunk V2 Middle East — uevmonitor.dll
SHA256 B19e06da580cf91691eda066ac9ee4b09c6e5dc26c367af12660fe1f9306eec4 MiniJunk V2 Middle East — unbcl.dll
SHA256 8808c794c24367438f183e4be941876f1d3ecd0c8d2eb43b10d2380841d2283b MiniJunk V2 U.S. — Portable Platform.zip
SHA256 43dc62cef52ebdd69e79f10015b3e13890f26c058325c0ff139c70f8d8eadcfa MiniJunk V2 U.S. — Connection.dll
SHA256 9e4a658e6d831c9e9bdfe11884a75b7c64812ed0a80e8495ddf6b316505acac1 MiniJunk V2 U.S. — unbcl.dll
File Name UpdateChecker.dll MiniUpdate core RAT payload
File Name uevmonitor.dll MiniJunk V2 primary loader
File Name Connection.dll MiniJunk V2 U.S. Campaign RAT payload
File Name unbcl.dll Social engineering decoy DLL
File Name Hiring Portal.zip Malicious archive delivery file
File Name Portable platform.zip MiniJunk V2 U.S. Campaign delivery archive

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackHackerMalwarePatchphishingSecurityThreat

Share Article

Marcus Rodriguez

Marcus Rodriguez

Marcus is a security researcher and investigative journalist with expertise in vulnerability research, bug bounties, and cloud security. Since 2017, Marcus has been breaking stories on critical vulnerabilities affecting major platforms. His investigative work has led to the disclosure of numerous security flaws and improved defenses across the industry. Marcus is an active participant in bug bounty programs and has been recognized for responsible disclosure practices. He holds multiple security certifications and regularly speaks at industry events.

Previous Post

SideCopy Hackers Target Afghanistan Finance Ministry with XenoRAT Malware

Next Post

SmartApeSG Campaign Leverages ClickFix Scripts to Infect Windows Hosts with RATs

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
DarkSword iOS Exploit Kit Spreads to 180 Websites and 27 Hosts
August 4, 2026
CISA Warns of Critical N-able N-central Auth Bypass (CVE-2023-47248) Exploited In Attacks
August 4, 2026
Critical CUPS Vulnerability (CVE-2023-4586) Lets Attackers Gain Root Privileges
August 4, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us