September 6, 2026
Updated: September 6, 2026
Russia's SVR runs the patient half of Russian cyber operations: no leaks, no ransom, just months of quiet access to your cloud identity.
Abdalla Mohamed

Updated: September 2026
APT29 is a Russian state-sponsored cyber espionage group run by the SVR, Russia's Foreign Intelligence Service, and tracked in MITRE ATT&CK as G0016. Also called Cozy Bear, Midnight Blizzard, Nobelium, and The Dukes, it has operated since at least 2008. APT29 is known for the SolarWinds supply chain attack and the 2024 Microsoft breach, and for quiet, cloud-focused intelligence collection that can sit inside a network for months.
APT29 is one of the two Russian intelligence services that dominate high-end cyber espionage, the other being the GRU-run APT28 (Fancy Bear). Where GRU operations often lean toward disruption and leaks, APT29 works for the SVR and behaves like a foreign intelligence service that happens to use code: patient, quiet, and focused on stealing information rather than breaking things.
The group's mission is strategic intelligence collection. Its targets are governments, diplomatic missions, think tanks, defense contractors, NGOs, and the IT and cloud providers that serve them. The United States and United Kingdom have formally attributed APT29 to the SVR, and Microsoft, which tracks the group as Midnight Blizzard, describes its objectives as "longstanding and dedicated espionage of foreign interests." APT29 is a fixture of the state-sponsored APT threat landscape and one of the most capable actors most defenders will ever face.
What sets APT29 apart is discipline. It picks a small number of high-value accounts, uses a low volume of attempts to stay under alerting thresholds, routes traffic through residential proxies so it looks like normal users, and cleans up after itself. The result is long dwell time, months or years of access before anyone notices.
Because different vendors discovered APT29 activity independently, the group carries a long list of aliases. They all refer to the same SVR actor.
| Alias | Assigned by |
|---|---|
| Cozy Bear | CrowdStrike |
| Midnight Blizzard | Microsoft (current) |
| Nobelium | Microsoft (former) |
| The Dukes / CozyDuke | F-Secure, community |
| UNC2452 | Mandiant (SolarWinds cluster) |
| Dark Halo | Volexity |
| StellarParticle | CrowdStrike |
| BlueBravo | Recorded Future |
| Cloaked Ursa | Palo Alto Unit 42 |
| Iron Hemlock | Secureworks |
The naming matters for defenders reading threat reports. A CISA advisory calling the actor "SVR cyber actors," a Microsoft blog naming "Midnight Blizzard," and a Mandiant report on "UNC2452" can all describe the same intrusion set. The primary keyword to search on remains APT29 Cozy Bear, but any of these names should raise the same alarm.

APT29's history is a timeline of some of the most consequential espionage operations of the last decade.
The SolarWinds compromise is APT29's signature operation. The group breached software maker SolarWinds and inserted a backdoor, known as SUNBURST, into legitimate, digitally signed updates of the Orion network monitoring platform. Around 18,000 organizations installed the trojanized update, and APT29 then hand-picked roughly 100 high-value victims for follow-on intrusion, including nine US federal agencies. The operation was disclosed by Mandiant in December 2020, and in April 2021 the US government and the UK NCSC formally attributed it to the SVR. It remains a defining example of a supply chain attack: compromise one trusted vendor, and you inherit the trust of all its customers.
APT29 was inside the Democratic National Committee network from at least summer 2015, months before APT28 arrived. Cozy Bear's role was classic espionage, quiet collection, in contrast to the leak-and-influence operation that followed. The episode showed how the two Russian services operate against the same target with different goals.
During the pandemic, APT29 targeted vaccine research organizations in the US, UK, and Canada using custom malware families named WellMess and WellMail. A joint advisory from the UK NCSC, CISA, and Canada's CSE attributed the activity to the SVR. The goal was to steal research and development data, again pure intelligence value.
In January 2024 Microsoft disclosed that Midnight Blizzard had breached its own corporate email, reading messages belonging to senior leadership and to its cybersecurity and legal teams. The same actor breached Hewlett Packard Enterprise's cloud email environment and, in mid-2024, remote access vendor TeamViewer's corporate IT network. These incidents mark APT29's decisive pivot into cloud and identity, covered in detail below.

Alongside cloud operations, APT29 runs a long-running spear-phishing campaign against European diplomats using wine-tasting invitation lures. In early 2024, Zscaler documented a modular backdoor called WINELOADER, delivered through DLL side-loading, in attacks that hit German political parties. In 2025, Check Point Research reported a new initial-stage loader named GRAPELOADER that replaced the group's older ROOTSAW downloader, delivered inside a wine.zip archive that abuses a legitimate signed executable to side-load malicious code, establishes registry persistence, and beacons to its command server every 60 seconds before pulling down an updated WINELOADER variant. The campaign shows APT29 still invests heavily in stealthy, tailored malware even as it leans on identity attacks.
On October 22, 2024, Microsoft observed Midnight Blizzard sending thousands of spear-phishing emails to over 100 organizations across government, academia, defense, and NGOs, concentrated in the UK, Europe, Australia, and Japan. The novel twist was a signed Remote Desktop Protocol configuration file that, once opened, mapped the victim's local drives, clipboard, and even authentication features to an attacker-controlled server. Ukraine's CERT-UA tracked the same activity as UAC-0215.

The most important trend in APT29's tradecraft is its move away from planting malware on endpoints and toward abusing the identity layer of cloud environments. As organizations moved email and files to Microsoft 365 and similar platforms, APT29 followed the data. A February 2024 joint advisory from CISA and international partners, "SVR cyber actors adapt tactics for initial cloud access," laid out the playbook, and the Microsoft breach demonstrated it end to end.
The pattern relies on stolen or guessed credentials rather than exploits. APT29 favors living off the land, using legitimate administrative tools and native cloud features so its activity blends into normal traffic. Its cloud and identity techniques include:
This is why APT29 is so hard to catch. There is often no exploit, no dropped file, and no obvious anomaly, just a valid login from a normal-looking address using a legitimately consented application.

The 2024 Microsoft breach is the clearest public case study of how APT29 turns a single weak account into cloud-wide email access.
full_access_as_app role, which allows access to mailboxes.No malware was needed on a Microsoft endpoint. The entire operation ran on valid accounts, consented apps, and native cloud APIs.
APT29's MITRE ATT&CK group ID is G0016. The techniques below recur across its campaigns and make a useful detection checklist. Searching for "APT29 MITRE" will surface the full technique catalog; these are the ones that matter most operationally.
| Technique | ATT&CK ID | How APT29 uses it |
|---|---|---|
| Valid accounts | T1078 | Stolen and sprayed credentials for cloud access |
| Brute force: password spraying | T1110.003 | Low-volume spray from residential proxies |
| Steal application access token | T1528 | Harvesting OAuth tokens for durable access |
| Application access token abuse | T1550.001 | Using consented apps to reach mailboxes |
| Additional cloud roles / credentials | T1098.001, T1098.003 | Granting apps full_access_as_app |
| Forge web credentials: golden SAML | T1606.002 | Forging federation tokens via AD FS |
| Trusted relationship | T1199 | Supply chain and service-provider abuse |
| Phishing | T1566 | Wine-tasting lures, rogue RDP files |
| Hijack execution flow: DLL side-loading | T1574.002 | Loading WINELOADER and GRAPELOADER |
Its malware arsenal spans both eras: SUNBURST, TEARDROP, GoldMax, GoldFinder, Sibot, and the AD FS implants FoggyWeb and MagicWeb from the SolarWinds period, plus WellMess, WellMail, ROOTSAW, WINELOADER, and GRAPELOADER from its diplomatic phishing campaigns.
APT29 attacks the identity layer, so the strongest defenses harden accounts, applications, and federation rather than chasing malware signatures. Validate each of these with real testing rather than assuming it works.
Deploy phishing-resistant MFA such as FIDO2 security keys or passkeys for every account, with no exceptions for legacy, test, or service accounts, the exact category APT29 exploited at Microsoft. Eliminate legacy authentication protocols that bypass MFA, and understand the MFA-bypass techniques the group actually uses so your controls close them.
Enforce strong password policies, disable or delete unused and legacy accounts, and apply conditional access that flags sign-ins from residential-proxy and anonymizing infrastructure. Alert on distributed low-volume failures across many accounts, the signature of a careful spray, not just high-volume brute force against one.
Inventory every OAuth application and service principal, review who consented to each, and remove high-risk permissions like EWS.full_access_as_app and EWS.AccessAsUser.All where they are not strictly needed. Enforce admin-consent policies so users cannot approve risky apps, and monitor for new application registrations, new credentials added to service principals, and unusual mailbox-access grants.
Treat AD FS token-signing certificates as crown-jewel secrets, monitor access to them, and watch for golden SAML indicators. Turn on comprehensive cloud audit logging, alert on anomalous sign-ins and app activity, and rehearse your incident response plan for a cloud identity compromise, since APT29's edge is the months it spends undetected. Block risky email attachments such as .rdp files and harden against DLL side-loading with application control and EDR.
Assumptions about MFA coverage, app permissions, and detection are exactly what APT29 exploits. Regular penetration testing and red team exercises validate whether a sprayed test account, a consented app, or a forged token would actually be caught, before the SVR finds the gap first.
APT29 is the benchmark for stealthy, long-term intrusion. It does not need zero-days when a forgotten test account, an over-permissioned app, and a patient operator will do. The lesson from SolarWinds and from the Microsoft breach is the same: the weakest identity in your environment, not your best-defended server, is where a top-tier adversary gets in, and cloud espionage leaves far fewer traces than a malware infection.
For most organizations the takeaway is not that they will be personally targeted by the SVR, but that APT29's techniques, password spraying, OAuth abuse, token theft, and living off the land, are now standard across the threat landscape. Hardening identity against Cozy Bear hardens you against a large share of everything else.
APT29 is a Russian state-sponsored cyber espionage group operated by the SVR, Russia's Foreign Intelligence Service. Active since at least 2008 and tracked as MITRE ATT&CK group G0016, it specializes in stealthy, long-term intelligence collection against governments, diplomats, think tanks, and their technology providers.
APT29 is attributed by the US and UK governments to the SVR, the Russian Foreign Intelligence Service. It is a genuine intelligence service operation focused on espionage in support of Russian foreign policy, not a financially motivated criminal group, which shapes its patient, low-noise tradecraft.
APT29's MITRE ATT&CK group identifier is G0016. The catalog maps the group to techniques such as valid accounts (T1078), password spraying (T1110.003), application access token abuse (T1550.001), and golden SAML (T1606.002), which together describe its identity-centric approach.
Both are Russian, but APT28 (Fancy Bear) works for military intelligence, the GRU, and often pursues disruption and leaks, while APT29 (Cozy Bear) works for the SVR and focuses on quiet, long-term espionage. They have targeted the same victims, such as the DNC, with different objectives.
Yes. Cozy Bear, Midnight Blizzard, Nobelium, and APT29 all name the same SVR group. Microsoft renamed the actor Midnight Blizzard in 2023, having previously called it Nobelium. Different vendors use different names for the same intrusion set, so all of them warrant the same response.
APT29 is best known for the 2020 SolarWinds supply chain attack, in which it hid the SUNBURST backdoor in trusted Orion software updates to reach around 100 selected victims, including US federal agencies. More recently it breached Microsoft corporate email in 2023 to 2024 through cloud identity abuse.
Facing nation-state-grade identity attacks? DeepStrike's penetration testing and red team services stress-test your cloud, MFA, and OAuth defenses the way APT29 would. Explore our penetration testing services to find the gaps before an adversary does.

Stay secure with DeepStrike penetration testing services. Reach out for a quote or customized technical proposal today
Contact Us