Security

Third-Party Compromise Enables Stealthy Trusted Access

3 min read

Summary

Microsoft Incident Response detailed a stealthy intrusion in which attackers abused a compromised third-party IT services provider and trusted management tools to gain long-term access. The case highlights how legitimate admin channels, identity infrastructure, and web-based persistence can be misused, making stronger monitoring of trusted relationships critical for defenders.

Need help with Security?Talk to an Expert

Introduction

Microsoft has published a new incident response case study showing how threat actors can bypass traditional detection by abusing trusted relationships instead of relying on obvious malware or exploits. For IT and security teams, the key takeaway is clear: approved tools, delegated admin models, and third-party service providers can become part of the attack surface.

What happened

Microsoft Incident Response investigated an intrusion where the attacker compromised a third-party IT services provider and used legitimate enterprise management tooling to operate inside the customer environment.

Key findings

  • The attacker used HPE Operations Agent (OA) and HPE Operations Manager (HPOM) as the primary delivery path.
  • Microsoft noted there was no vulnerability in HPE OA itself; the risk came from abuse of a trusted operational relationship.
  • Activity blended in with normal administration, delaying detection.
  • The campaign focused on:
    • Long-term persistence
    • Credential theft
    • Lateral movement
    • Reestablishing access after partial disruption

Attack progression

Microsoft’s timeline shows a slow, deliberate intrusion:

  • Day 1: Initial foothold through the third-party trust path
  • Days 9–14: Credential interception introduced on domain infrastructure
  • Days 24–32: Web-based persistence established on internet-facing servers
  • Days 40–60: Lateral movement to additional and sensitive systems
  • Days 104–106: Persistence reestablished after detection efforts

Techniques used

The report highlights several notable methods:

  • Web shells found on internet-exposed web servers
  • VBScript deployment through HPOM to execute discovery actions
  • Credential harvesting on domain controllers using a malicious network provider named mslogon
  • Abuse of Windows authentication notification APIs such as:
    • NPLogonNotify
    • NPPasswordChangeNotify

This allowed the attacker to capture cleartext credentials during sign-ins and password changes, then store them locally for reuse.

Why this matters for administrators

This incident is a strong reminder that security monitoring cannot focus only on malware, exploits, or unknown binaries. Legitimate signed tools and delegated administration platforms can be used as attack infrastructure when trust boundaries are not tightly controlled.

Security teams should pay particular attention to:

  • Third-party remote management and monitoring platforms
  • Administrative script execution through approved tools
  • Unexpected changes to network providers on domain systems
  • Authentication-related DLL registrations and credential access behavior
  • Persistence mechanisms on internet-facing servers

Microsoft’s post includes Defender detection and hunting guidance, along with mitigation recommendations. Organizations should:

  • Review and restrict third-party privileged access
  • Audit trust relationships and delegated admin paths
  • Hunt for unusual HPOM/HPE OA-driven script execution
  • Monitor domain controllers for unauthorized network provider registration
  • Validate persistence checks on web servers and sensitive assets

The broader lesson is simple: trusted relationships must be monitored as closely as untrusted ones.

Need help with Security?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

Securitythird-party compromisetrusted relationshipcredential theftMicrosoft Defender

Related Posts

Security

Microsoft Defender Experts MDR Named IDC Leader

Microsoft has been named a Leader in the 2026 IDC MarketScape for enterprise MDR/MXDR, highlighting the strength of Microsoft Defender Experts MDR. The recognition matters for security teams evaluating managed detection and response services that combine native Defender integration, large-scale threat intelligence, AI-assisted operations, and 24/7 expert support.

Security

DeadLock Ransomware: Microsoft Details New TTPs

Microsoft Threat Intelligence has published a technical breakdown of DeadLock ransomware, a Rust-based encryptor that uses decentralized infrastructure for victim communications and leak operations. The report highlights geofencing, privilege escalation, service disruption, and recovery workflows, giving security teams practical indicators and mitigation guidance to strengthen ransomware defenses.

Security

macOS ClickFix Campaign Hides Behind Fingerprinting

Microsoft Threat Intelligence reports that a macOS ClickFix campaign has shifted from openly serving malicious lures to using server-side browser fingerprinting that mainly exposes the payload to likely macOS victims. The change makes the operation harder for crawlers, sandboxes, and defenders to spot, increasing the importance of hunting for shared infrastructure patterns and strengthening endpoint protections.

Security

Microsoft CNAPP Leader: KuppingerCole 2026 Report

Microsoft has been named a Leader across all four categories in KuppingerCole’s 2026 CNAPP Leadership Compass, highlighting Defender for Cloud’s unified approach to cloud and AI security. The recognition matters for security teams as CNAPP platforms increasingly focus on exploitability, attack path analysis, AI security posture, and integrated SOC operations across multicloud environments.

Security

ChainDrop npm Attack: Self-Propagating Worm Explained

Microsoft has detailed ChainDrop, a large-scale npm supply chain attack that compromised more than 400 packages using a self-propagating credential-stealing worm. The campaign matters because it targets developer workstations and CI/CD pipelines, steals cloud and publishing credentials, and can automatically republish infected packages across additional publishers.

Security

Microsoft Defender Device Isolation Stops Ransomware

Microsoft Defender’s attack disruption now includes automatic device isolation for compromised endpoints, adding a new containment layer beyond user-based response. In a published QNET case study, Defender isolated an endpoint in 128 seconds, stopping a multi-stage ransomware-related attack before persistence, credential theft, or lateral movement could occur.