Skip to content
Back to Blog
·9 min read·news

SolarWinds Sunburst: Supply-Chain Attack Lessons for India

The 2020 SolarWinds Sunburst attack hid a backdoor inside a signed software update. See how the build compromise worked and vendor-risk lessons for India.

BR

Bachao.AI Research Team

Cybersecurity Research

See If You're Exposed

Business impact of this development

Emerging threats move fast. Indian SMBs are primary targets because they're under-defended. Here's what you need to know and do now.

The SolarWinds Sunburst attack, disclosed in December 2020, was a nation-state operation that compromised SolarWinds' Orion software build system and inserted a backdoor into a routine, digitally signed product update. Roughly 18,000 customers downloaded the trojanised update, and a small subset of high-value government and corporate networks were then hand-picked for follow-on intrusion. The core lesson for every business, in India or anywhere else, is that a valid vendor signature proves the update came from the vendor's build pipeline — not that the build pipeline itself wasn't compromised.

What Happened in the SolarWinds Sunburst Attack

SolarWinds Orion is IT infrastructure-monitoring software used by thousands of enterprises and government agencies worldwide. Between roughly March and June 2020, attackers with access to SolarWinds' software build environment inserted malicious code into the Orion build process itself, rather than attacking Orion's source code repository directly. Because the tampering happened during the build, the resulting malware — later named SUNBURST (Microsoft called the broader campaign Solorigate) — was compiled into legitimate Orion binaries and signed with SolarWinds' own valid code-signing certificate.

The campaign came to light almost by accident. FireEye (later rebranded Mandiant) discovered it in early December 2020 while investigating a breach of its own network, during which its internal Red Team assessment tools had been stolen. Tracing that intrusion back led FireEye to the trojanised Orion update, and the company disclosed the full supply-chain compromise publicly on 13 December 2020. The U.S. Cybersecurity and Infrastructure Security Agency (CISA) issued Emergency Directive 21-01 that same day, ordering federal civilian agencies to immediately disconnect or power down any SolarWinds Orion products pending forensic review.

🚨
DANGER
SUNBURST sat dormant inside compromised networks for roughly two weeks after installation before making its first outbound connection, specifically to blend in with normal software behaviour and defeat security tools that flag activity immediately after an install. A signature-verified update is not a green light to skip monitoring.

How the Build-System Compromise Worked

The attack chain is worth walking through step by step, because the same pattern — build system first, trusted distribution channel second, dormancy third, selective targeting last — has reappeared in smaller supply-chain incidents since. Understanding the sequence is more useful than memorising this one incident, because it is the sequence, not the specific vendor, that recurs.

graph TD A[Attacker compromises SolarWinds build server] --> B[Malicious code injected during Orion build] B --> C[SolarWinds signs the update with its valid certificate] C --> D[Signed Orion update published to customers] D --> E[About 18000 customers auto-update Orion] E --> F[SUNBURST backdoor stays dormant for about two weeks] F --> G[Backdoor beacons to attacker-controlled infrastructure] G --> H[Attacker hand-picks high-value targets for deeper access] H --> I[FireEye discovers compromise during its own incident response] I --> J[Public disclosure and CISA Emergency Directive 21-01] style A fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style B fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style C fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style D fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style E fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style F fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style G fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style H fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style I fill:#1e3d2f,stroke:#10B981,color:#e2e8f0 style J fill:#1e3d2f,stroke:#10B981,color:#e2e8f0

Two details matter more than the headline. First, the attackers targeted the build process, not the published source code — a code review of the Orion repository on GitHub would not have caught this, because the tampering was injected at compile time and removed again afterward. Second, once inside a target network, the operators avoided noisy tools like Mimikatz-style credential dumping in favour of living-off-the-land techniques, using the victim's own administrative tools and matching command-and-control traffic to look like normal Orion telemetry. This is why the intrusion went undetected for months at some of the most sophisticated security organisations in the world.

Why Signed Updates Were Trusted

Code signing exists to answer one narrow question: did this file come from the holder of this private key, unmodified since signing? SolarWinds' certificate answered that question correctly — the Orion update genuinely did come from SolarWinds' build pipeline, unmodified since the moment it was signed. The certificate said nothing about whether the build pipeline that produced the file was itself trustworthy at the point of signing. That distinction is the entire lesson of Sunburst.

Most organisations, including large enterprises and government bodies, treat "digitally signed by a known vendor" as functionally equivalent to "safe to auto-deploy across the estate." Sunburst broke that assumption at scale. It is also why a second, unrelated piece of malware called SUPERNOVA — exploiting a separate Orion vulnerability by a different actor — was found on some of the same networks around the same time: once an organisation's trust model for a widely deployed vendor product is that permissive, it tends to be permissive across the board, not just for one attacker.

🛡️
SECURITY
Code signing verifies integrity of the artifact after signing. It does not verify the integrity of the build environment before signing. Vendor risk assessments need to ask about the second half of that sentence, not just the first.

Know your vulnerabilities before attackers do

Run a free VAPT scan — takes 5 minutes, no signup required.

Book Your Free Scan

Where Supply-Chain Risk Enters a Typical Software Stack

Sunburst compromised a build server. That is only one of several places third-party risk enters a modern software stack. The chart below is an illustrative, not measured, breakdown of the categories worth budgeting attention against — direct commercial vendors, open-source dependencies pulled in transitively, the build and CI/CD tooling that assembles releases, and managed service providers with standing access to production systems.

pie showData title Illustrative distribution of supply-chain risk entry points "Open-source dependencies" : 40 "Direct software vendors" : 25 "Build and CI/CD tooling" : 20 "Managed service providers" : 15

Open-source dependencies get the largest illustrative share because a typical application pulls in dozens to hundreds of transitive packages that are rarely individually reviewed, and dependency-confusion and typosquatting attacks specifically exploit that blind spot. Direct vendors are next because they carry the most privileged access by design — monitoring tools, EDR agents and backup software all run with elevated permissions. Build and CI/CD tooling is exactly the layer Sunburst attacked, and is frequently under-hardened relative to production systems. Managed service providers round this out because a compromised MSP can pivot into every downstream client they manage, a pattern seen repeatedly in ransomware campaigns targeting IT service providers.

18,000SolarWinds customers who downloaded the trojanised Orion update (SolarWinds SEC filing, 2020)
$4.88MGlobal average cost of a data breach in 2024 (IBM Cost of a Data Breach Report 2024)
15%Breaches involving a third party or supplier as an attack path, 2023 data (Verizon Data Breach Investigations Report 2024)

Lessons for Indian Businesses and Their Software Vendors

Indian organisations run the same vendor stack pattern as everyone else — monitoring agents, backup software, ERP and CRM platforms, managed IT and security service providers — and the Sunburst pattern applies regardless of geography. A handful of concrete, defensible changes follow directly from how the attack worked.

Segment vendor software from your crown-jewel systems. Orion had broad network visibility by design, which is exactly why it was such a valuable target once compromised. Any monitoring, RMM or backup agent with wide network reach should sit in its own segment with tightly scoped egress rules, so that even a fully trusted, signed update from that vendor cannot reach your most sensitive systems by default.

Ask vendors about build-pipeline controls, not just their product's feature set. A standard vendor security questionnaire asks about the product. Post-Sunburst diligence has to ask about the factory: is the build environment access-controlled and logged, is there a reproducible-build or artifact-signing process beyond a single shared certificate, and is there a named incident-response point of contact.

Regulated Indian entities already have a hook for this. The Reserve Bank of India's Master Direction on Outsourcing of Information Technology Services (2023) requires regulated entities to assess and monitor the risk posed by IT vendors and service providers on an ongoing basis, not just at onboarding. Treat that as the floor for vendor risk management, not the ceiling, even if your organisation isn't RBI-regulated.

Monitor egress, not just ingress. Sunburst's most dangerous phase was outbound — the backdoor beaconing to attacker infrastructure after a dormancy period designed to defeat exactly the kind of alerting most SOCs run for the first 24-48 hours post-install. Baseline what "normal" outbound traffic looks like for every vendor agent on your network, and alert on deviation, not just on known-bad indicators.

💡
TIP
A free free VAPT scan will surface exposed admin panels, outdated software versions and misconfigured services that make the initial foothold stage of an attack far easier — the stage that happens well before any supply-chain compromise gets exploited.
Control areaWhat Sunburst exposedWhat to ask vendors instead
Code signingSignature proves origin, not build integrityIs the build environment itself access-controlled and audited?
Update deploymentAuto-update trusted implicitly across the estateCan updates be staged and network-monitored before wide rollout?
Network segmentationOrion had broad, unrestricted network visibilityIs the vendor agent segmented with least-privilege egress rules?
DetectionDormancy period defeated early post-install alertingIs egress traffic baselined and monitored, not just ingress?
Vendor oversightOne-time onboarding review, no ongoing assessmentIs vendor risk reassessed periodically, per RBI/CERT-In guidance?
🎯Key Takeaway
A digital signature tells you the update wasn't tampered with after signing — it says nothing about whether the vendor's build pipeline was trustworthy at the moment of signing. Treat every third-party agent with broad network access as a segmented, monitored asset, not an implicitly trusted one, and hold your vendors to the same standard on their own build security.
ℹ️
INFO
In the years since Sunburst, both the U.S. government (via Executive Order 14028 and NIST's Secure Software Development Framework) and enterprise buyers globally have pushed vendors toward software bills of materials (SBOMs) and hardened build pipelines. Indian buyers evaluating any software vendor — domestic or international — can reasonably ask whether these practices exist before signing a contract.

Dhisattva AI Pvt Ltd built Bachao.AI on the same underlying principle Sunburst reinforced industry-wide: trust has to be verified continuously, not assumed once at onboarding and left unchecked. For organisations that need penetration testing depth beyond automated scanning, Bachao.AI delivers that work with a CERT-In empanelled partner rather than claiming empanelment itself.

Frequently Asked Questions

Frequently Asked Questions

What was the SolarWinds Sunburst attack in simple terms?
Attackers broke into SolarWinds' software build system and secretly inserted a backdoor into a routine update for its Orion monitoring product. Because the update was signed with SolarWinds' own valid certificate, roughly 18,000 customers who installed it were unknowingly running attacker-controlled code, and a small number of high-value targets were then selected for deeper intrusion.
Who discovered the SolarWinds attack and when?
The cybersecurity firm FireEye (later renamed Mandiant) discovered the compromise in early December 2020 while investigating a breach of its own network, and publicly disclosed the full supply-chain attack on 13 December 2020. CISA issued Emergency Directive 21-01 the same day.
Why didn't code signing stop the SolarWinds attack?
Code signing verifies that a file hasn't been altered since it was signed and that it came from the certificate holder — it does not verify that the build environment producing the file was secure before signing. The attackers compromised the build process itself, so the resulting malicious update was signed legitimately.
What is the SUNBURST backdoor?
SUNBURST is the name given to the malicious code embedded in the trojanised SolarWinds Orion updates. Microsoft referred to the broader campaign as Solorigate. It stayed dormant for roughly two weeks after installation before beaconing out to attacker infrastructure, specifically to evade early post-install security monitoring.
What can Indian businesses do differently after SolarWinds?
Segment vendor software with broad network access into its own zone with restricted egress, ask vendors direct questions about build-pipeline security rather than just product features, monitor outbound traffic from vendor agents rather than trusting them by default, and treat vendor risk assessment as ongoing rather than a one-time onboarding step — a requirement RBI already places on regulated entities outsourcing IT services.
Is supply-chain risk only a concern for large enterprises?
No. Any business running third-party monitoring, backup, ERP or managed-service software inherits that vendor's build and distribution security as part of its own attack surface, regardless of company size. Smaller organisations often have less capacity to segment or monitor vendor software carefully, which can make the exposure proportionally larger, not smaller.

For more analysis like this, visit the Bachao.AI blog.

BR

Bachao.AI Research Team

Cybersecurity Research

AI-powered security research and threat intelligence from the Bachao.AI team. Covering the latest vulnerabilities, CVEs, and cybersecurity developments affecting Indian businesses.

Get cybersecurity insights for Indian SMBs

Weekly vulnerability alerts, DPDP compliance tips, and security guides. No spam — unsubscribe anytime.

We respect your privacy. Your email is never shared.

Run a free scan — get results in minutes

Free automated scan — risk score in under 2 hours. No credit card required.

See If You're Exposed
Find your vulnerabilitiesStart free scan →