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/Critical Outlook Vulnerability Exposes Stock Exchange Credentials
Threats

Critical Outlook Vulnerability Exposes Stock Exchange Credentials

Key Takeaways A senior executive’s Microsoft Outlook account at a major global stock exchange was compromised for five months, from October 2025 to March 2026. Attackers systematically...

Emy Elsamnoudy
Emy Elsamnoudy
June 4, 2026 5 Min Read
48 0

Key Takeaways

  • A senior executive’s Microsoft Outlook account at a major global stock exchange was compromised for five months, from October 2025 to March 2026.
  • Attackers systematically exfiltrated the executive’s entire mailbox contents in small, stealthy batches using legitimate cloud services like Dropbox and OneDrive to avoid detection.
  • The campaign, attributed to espionage, utilized masquerading binaries and a legitimate .NET library (Aspose) to maintain persistence and convert Outlook data for exfiltration.
  • The sophisticated operational discipline and use of common tools made attribution to a specific threat group impossible, highlighting the challenge of detecting advanced persistent threats.
  • Defenders should focus on monitoring unusual scheduled tasks, bulk file transfers from mail directories, and restricting outbound cloud storage connections.

Stealthy Espionage Campaign Targets Stock Exchange Executive’s Outlook

A sophisticated and highly covert cyber espionage operation successfully compromised the Microsoft Outlook account of a senior executive at a prominent global stock exchange for an extended period of five months. The attackers meticulously siphoned off the executive’s email communications in a phased manner, a technique specifically engineered to bypass conventional security measures and remain undetected, according to a detailed report. The infiltration spanned from October 2025 to at least March 2026, with the sole objective of acquiring the complete contents of the executive’s mailbox without triggering any alarms.

Table Of Content

  • Key Takeaways
  • Stealthy Espionage Campaign Targets Stock Exchange Executive’s Outlook
  • Initial Infiltration and Data Collection
  • Exfiltration Tactics via Cloud Services
  • What You Should Do
  • Indicators of Compromise (IoCs)

This incident underscores the immense value of sensitive information residing within a high-ranking individual’s email account. The attackers’ deliberate targeting of a stock exchange executive’s inbox suggests a clear motivation beyond typical data theft. Such an email account can harbor critical intelligence, including forthcoming listings, regulatory actions, confidential internal discussions, calendar entries, and non-public market-moving information.

Uninterrupted access to this wealth of data over several months provides adversaries with an unparalleled understanding of the organization’s immediate strategic direction, all without needing to compromise any other network systems. Researchers from Symantec’s Threat Hunter Team, in collaboration with Carbon Black, uncovered this campaign. They noted that the attackers’ reliance on legitimate cloud infrastructure and readily available tools made it impossible to attribute the activity to any known threat group.

Symantec stated in a report provided to Cyber Security News (CSN) that the observed commands and objectives were consistent with an espionage motivation. The exceptional operational discipline displayed by the attackers was deemed significant enough to warrant public disclosure, a deviation from the team’s usual policy of not reporting on single-victim incidents.

A key factor contributing to the campaign’s stealth was the attackers’ seamless integration with normal network traffic. By exclusively using cloud services that are part of daily legitimate enterprise operations, their malicious activities were effectively camouflaged within routine network noise, thereby evading typical security alerts. Throughout the five-month period, the threat actors repeatedly re-established persistence on the compromised machine, continuously refining their techniques to maintain access.

Initial Infiltration and Data Collection

While the exact initial access vector remains unconfirmed, by October 2025, the attackers had already deployed two masquerading binaries on the victim’s system, both operating with SYSTEM-level privileges. One binary disguised itself as an Adobe update service, named armsvc.exe, while the other impersonated a Microsoft OneDrive component, identified as oneservice.exe. Both executables were configured to launch automatically via scheduled tasks, establishing a persistent foothold before the primary data exfiltration phase commenced.

The central tool for data theft leveraged Aspose, a legitimate .NET library designed for processing Outlook data files. Attackers utilized this library to convert the executive’s offline Outlook storage file (.OST) into a portable format, which was then discreetly transferred off the machine. This specialized tool was observed operating under three temporary filenames: ts_9ea0.tmp, ts_e0d5.tmp, and ts_e2d5.tmp, all sharing an identical file hash. The exfiltration process began with emails dating back to August 2025, with each subsequent extraction picking up precisely where the previous one concluded, gradually building a comprehensive copy of the entire mailbox contents.

Exfiltration Tactics via Cloud Services

The stolen data was funneled out of the network primarily through legitimate cloud services, specifically Dropbox and OneDrive. The attackers employed standard command-line tools for these transfers, ensuring their activity appeared innocuous within most enterprise environments. For Dropbox exfiltration, they consistently reused the same application credentials, only rotating short-lived authorization tokens to maintain access. When using OneDrive, the threat actors ingeniously circumvented DNS-based filtering by directing requests to hard-coded Microsoft IP addresses. This tactic prevented any suspicious domain lookups from appearing in perimeter logs, further enhancing their operational secrecy.

In late November 2025, the attackers briefly experimented with an alternative exfiltration route, uploading files to a public temporary file-hosting service, temp.sh. However, this method was abandoned after only a few attempts. The campaign demonstrated ongoing evolution, with a new DLL (te.host.dll) and another masquerading binary (armdriver.exe) deployed in March 2026, indicating the attackers were actively refining their methods up until the operation’s conclusion.

What You Should Do

  • Monitor Scheduled Tasks: Implement robust monitoring for the creation of new scheduled tasks, especially those using names that mimic legitimate vendor services (e.g., Adobe, Microsoft).
  • Detect Abnormal File Transfers: Configure alerts for bulk file transfers originating from email data directories (e.g., .PST or .OST files) or involving unusual file types being moved to cloud storage.
  • Restrict Cloud Storage Access: Enforce strict outbound connection policies for cloud storage APIs, allowing access only from authorized applications and users, and consider granular access controls.
  • Behavioral Analytics for Outlook Files: Deploy behavioral analytics tools that can flag unusual access patterns to Outlook storage files, such as repeated or large-scale reads by non-Outlook processes.
  • Review DNS Logs: Regularly audit DNS logs for anomalies, but also recognize that sophisticated attackers may bypass DNS, necessitating network flow analysis for direct IP connections to cloud services.
  • Implement Multi-Factor Authentication (MFA): Ensure MFA is enforced for all executive accounts and critical systems to mitigate the impact of stolen credentials.

Indicators of Compromise (IoCs)

Type Indicator Description
SHA256 db59813e3f27fb8608a4876e758f60b69d9700dc22d15237ac095bb3166fb622 Mailbox Infostealer
SHA256 1f385acf11f8ea6673d7295be6492ea9913b525da25dcc037ea49ef4f86a9d58 SharpDecryptPwd
SHA256 2587217bc685527480c803ddf34a56ae9d9bf02681828a8a2081acc775312cf3 FRPC
SHA256 6a69ea2ce3fea0ebfd7a32a1dfc4251bd4d7d8a4fbd44aaa47b82290d0414a9f Masquerading executable (appsvc.exe)
SHA256 8b283c954d19a839a724961ccaf025c56988c4e745acb2d31a15a006cda072bf Masquerading executable (sepservice.exe)
SHA256 d78f64551d1b31a31e5998e442f0debd458e011e05019b3951d9ddde997f8384 BypassUAC (bypassuac.exe)
SHA256 8c0871cd0f60bc603424e948a689945a1828d0bef926a6470ae18cf17d93f7cb Masquerading executable (armsvc.exe)
SHA256 cf731b82c471211938b210ae8a6dcc7ece4f44371e716f056fa05151a9910727 Masquerading executable (armsvc.exe)
SHA256 acf5ed6e5bb90c44683938f35efeca551428064cdedbbaab8be69e3474fb806f Suspicious file (ss.exe)
SHA256 308351124c496d4f4effee65ab828506abf70385773c167ab1f32a7f030385ac BypassUAC (bypassuac.exe)
SHA256 c3405d9c9d593d75d773c0615254e69d0362954384058ee970a3ec0944519c37 Secretsdump
SHA256 3b6cb20891bce8602ce669187754871e402a1782031ef8b032cd007e3894bc5d Malicious executable (sidehost.exe)
SHA256 d5e42104292513232d26ad7d9d317b5c779577da43e28fe27f8c2fb9318b0e8e Malicious executable (sidehost.exe)
SHA256 3aae5a24e63f3cb1ca4759b9e4ee8e503ff139189423f5fd8cc923c6819697ca Masquerading executable (sepservice.exe)
SHA256 611db3195d55e871dce67ce5c41e894bbaab88dd0d019af68f5a259f0108aef7 Suspicious file (sddsvc.exe)
SHA256 eaff006ac0eb7f7fe4db5fc6a4b5b1dc272d83ced66d510dcea185b1278bb453 Masquerading executable (armsvc.exe)
SHA256 02048121fd0b3a51751ce7677155aa8818eba9d8ce67ea26fd1d7f43cfcdabd2 Masquerading executable (armdriver.exe)
SHA256 6c700ca4e6d917c7aa9d964e98604a0349d9b8b4673df96a3f73a3d2d042635a Malicious DLL (te.host.dll)
SHA256 f72a8b71f12eaab6518873f72ea4be4572d9f3fb8e8706ade3b9a7314f236f22 Masquerading executable (onedrivesync.exe)
SHA256 22f335a65c479c26019f6187dae290624117c82a702a96acbb04fa325f730d3e Masquerading executable (oneservice.exe)
IP Address 13.107.137[.]11 Hard-coded Microsoft IP used for OneDrive exfiltration (DNS bypass)
IP Address 150.171.41[.]11 Hard-coded Microsoft IP used for OneDrive exfiltration (DNS bypass)
URL https://temp[.]sh/upload Temporary file-hosting service used briefly for exfiltration
File Name ts_9ea0.tmp Aspose-based OST mailbox stealer (temp folder variant)
File Name ts_e0d5.tmp Aspose-based OST mailbox stealer (tempskin folder variant)
File Name ts_e2d5.tmp Aspose-based OST mailbox stealer (tempskinlicenses folder variant)

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:

AttackSecurityThreat

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

Anthropic Claude Oceanus-v1-p AI Model Exposed by Compromised Distribution

Next Post

IronWorm Supply Chain Attack Steals Developer Secrets via Malicious npm Packages

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