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.
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.
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.
Know your vulnerabilities before attackers do
Run a free VAPT scan — takes 5 minutes, no signup required.
Book Your Free ScanWhere 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.
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.
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.
| Control area | What Sunburst exposed | What to ask vendors instead |
|---|---|---|
| Code signing | Signature proves origin, not build integrity | Is the build environment itself access-controlled and audited? |
| Update deployment | Auto-update trusted implicitly across the estate | Can updates be staged and network-monitored before wide rollout? |
| Network segmentation | Orion had broad, unrestricted network visibility | Is the vendor agent segmented with least-privilege egress rules? |
| Detection | Dormancy period defeated early post-install alerting | Is egress traffic baselined and monitored, not just ingress? |
| Vendor oversight | One-time onboarding review, no ongoing assessment | Is vendor risk reassessed periodically, per RBI/CERT-In guidance? |
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?
Who discovered the SolarWinds attack and when?
Why didn't code signing stop the SolarWinds attack?
What is the SUNBURST backdoor?
What can Indian businesses do differently after SolarWinds?
Is supply-chain risk only a concern for large enterprises?
For more analysis like this, visit the Bachao.AI blog.