<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>West Asia War Dossier: Dashboards</title>
<link>https://takshashila.org.in/pages/trackers/westasianwar/</link>
<atom:link href="https://takshashila.org.in/pages/trackers/westasianwar/index.xml" rel="self" type="application/rss+xml"/>
<description>Live dashboards tracking Iran and West Asia from Takshashila</description>
<generator>quarto-1.8.25</generator>
<lastBuildDate>Sun, 26 Apr 2026 18:30:00 GMT</lastBuildDate>
<item>
  <title></title>
  <dc:creator>Bhumika Sevkani</dc:creator>
  <link>https://takshashila.org.in/content/blogs/20260427-coal-gasification-in-india.html</link>
  <description><![CDATA[ 



<script>
    document.addEventListener("DOMContentLoaded", function () {
        const titleBlock = document.getElementById("title-block-header");
        const contentBlock = document.getElementById("quarto-content");

        const hasTitle = titleBlock && titleBlock.querySelector("h1");
        if (titleBlock && !hasTitle) {
            titleBlock.remove();
            return;
        }

        // Strip " | Day N of Operation ..." suffix from bulletin titles
        if (hasTitle) {
            hasTitle.textContent = hasTitle.textContent.replace(/\s*\|\s*Day\s*\d+.*/i, '').trim();
        }

        if (titleBlock && contentBlock) {
            contentBlock.parentNode.insertBefore(titleBlock, contentBlock);
        }
    });
</script>


<p>The energy supply shocks have re-surfaced the debate around coal gasification in fuel import dependent countries. The process converts coal into a mixture of carbon monoxide, hydrogen, carbon dioxide, and methane, commonly known as Syngas, and can be used for power generation, fuels, and chemical production. After looking at China’s successful adoption of coal gasification, India is also considering accelerating the domestic adoption of the technology for meeting the country’s long-term energy security needs. To accelerate adoption, the government <a href="https://www.fortuneindia.com/economy/coal-gasification-can-save-india-6000090000-crore-per-year-in-import-substitution/128767">launched</a> a ₹8,500 crore viability gap funding (VGF) scheme in January 2024 to support coal and lignite gasification projects across public and private sectors. Some early industrial applications are already underway with Jindal Steel’s plant in Angul, Odisha, using coal-based syngas for direct reduced iron (DRI) production, offering a potential substitute for natural gas in steelmaking. However, besides the high capital intensity of coal gasification plants, India also lacks indigenous technologies and supply chains for large-scale adoption. These capabilities are required to meet the specific requirements of India’s <a href="https://niti.gov.in/sites/default/files/2025-10/Coal_Gasification_Technology_for_Indian_High_Ash_Content_Coal.pdf">high-ash coal</a> and localised supply chains could reduce the costs of projects. Some progress in this direction has been Bharat Heavy Electricals Limited’s (BHEL) development of pressurised fluidised bed gasification (PFBG) technology suited to high-ash (&gt;40%) Indian coal, while Thermax has demonstrated methanol production from such coal without pre-treatment. These innovations are critical, given the limitations of imported technologies. Most imported technologies are suitable for coal with ash contents below 25%. With significant upfront investments required, the technology will be reliant on policy support until the establishment of market linkages that can help producers become commercially feasible. Some analysis suggests that Syngas produced from coal could be up to 20 times cheaper than imported natural gas, and it can be highly competitive if the technology achieves economies of scale. End-use sectors such as fertilisers and petrochemicals that are reliant on imported feedstocks as well as hard to abate sectors like steel and cement could benefit from coal gasification, resulting in cleaner use of the fuel if coupled with carbon capture. <a href="https://www.business-standard.com/opinion/columns/all-talk-no-walk-china-shock-coal-gasification-edge-becomes-clear-126040301039_1.html">China</a> is a dominant global producer of several key inputs for fertilisers and chemicals, utilising syngas for their production. Specifically, the country uses syngas to produce Urea (China accounts for 40% of the global production), Methanol (70% of it produced using syngas), and Ammonia (90% produced using syngas) which is an essential input for DAP. While the technology is promising, and can contribute to India’s energy security in the long term, its costs need to be assessed against the import bills that can be reduced by using Syngas, and the momentum needs to be sustained beyond energy crises for coal gasification to be widely adopted and reach commercial viability.</p>




 ]]></description>
  <category>West Asia</category>
  <category>Energy Security</category>
  <guid>https://takshashila.org.in/content/blogs/20260427-coal-gasification-in-india.html</guid>
  <pubDate>Sun, 26 Apr 2026 18:30:00 GMT</pubDate>
</item>
<item>
  <title></title>
  <dc:creator>Bharath Reddy</dc:creator>
  <dc:creator>Shobhankita Reddy</dc:creator>
  <link>https://takshashila.org.in/content/publications/20260423-West-Asian-War-Impact-On-Artificial-Intelligence.html</link>
  <description><![CDATA[ 



<script>
    document.addEventListener("DOMContentLoaded", function () {
        const titleBlock = document.getElementById("title-block-header");
        const contentBlock = document.getElementById("quarto-content");

        const hasTitle = titleBlock && titleBlock.querySelector("h1");
        if (titleBlock && !hasTitle) {
            titleBlock.remove();
            return;
        }

        // Strip " | Day N of Operation ..." suffix from bulletin titles
        if (hasTitle) {
            hasTitle.textContent = hasTitle.textContent.replace(/\s*\|\s*Day\s*\d+.*/i, '').trim();
        }

        if (titleBlock && contentBlock) {
            contentBlock.parentNode.insertBefore(titleBlock, contentBlock);
        }
    });
</script>


  
  <style>
  </style>
  
  <script>
  document.addEventListener('DOMContentLoaded', function() {
    // Get the table of contents and progress bar
    const toc = document.getElementById('TOC');
    const progressBar = document.getElementById('toc-progress');
    
    if (!toc || !progressBar) return;
    
    // Track scroll position and update the active section and progress bar
    updateTocOnScroll();
    
    function updateTocOnScroll() {
      // Get all section headings with IDs
      const headings = Array.from(document.querySelectorAll('h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]'));
      if (headings.length === 0) return;
      
      // Get all links in the TOC
      const links = Array.from(toc.querySelectorAll('a'));
      
      // Function to update active section based on scroll position
      function updateActiveSection() {
        // Calculate how far down the page has been scrolled
        const scrollPosition = window.scrollY;
        const windowHeight = window.innerHeight;
        const documentHeight = document.documentElement.scrollHeight;
        const scrollPercentage = scrollPosition / (documentHeight - windowHeight);
        
        // Update progress bar height
        progressBar.style.height = Math.min(scrollPercentage * 100, 100) + '%';
        
        // Find the current section
        let currentSection = null;
        
        for (let i = 0; i < headings.length; i++) {
          const heading = headings[i];
          const rect = heading.getBoundingClientRect();
          
          // Consider a heading in view if it's within 150px of the top
          if (rect.top <= 150) {
            currentSection = heading;
          } else {
            break;
          }
        }
        
        // Update active class on TOC links
        if (currentSection) {
          const id = currentSection.getAttribute('id');
          
          // Remove active class from all list items
          toc.querySelectorAll('li').forEach(li => li.classList.remove('active'));
          
          // Add active class to corresponding list item
          const activeLink = toc.querySelector(`a[href="#"]`);
          if (activeLink) {
            // Add active class to the parent list item
            const activeLi = activeLink.closest('li');
            if (activeLi) {
              activeLi.classList.add('active');
            }
          }
        }
      }
      
      // Listen for scroll events
      window.addEventListener('scroll', updateActiveSection);
      
      // Initialize on page load
      updateActiveSection();
    }
  });
  </script>

<!-- Replace everything below with your text. -->
<div class="no-row-height column-margin column-container"><div class="aside-btn margin-aside">
<p><a href="assets/20260423-West-Asian-War-Impact-On-Artificial-Intelligence.pdf" class="primary-btn" target="_blank">Download Document</a></p>
</div></div><section id="executive-summary" class="level1">
<h1>Executive Summary</h1>
<p>This report finds that the war in West Asia exposes fragilities in the global AI supply chain that impact the national AI strategies of most countries, including India. The impact can be analysed along three dimensions.</p>
<p>First, the AI stack extends beyond data, models, compute and energy prioritised in the national strategies of most states. Disruptions in helium and bromine supplies, and energy flows because of the effective closure of the Strait of Hormuz, have short-term impacts on the world’s production of advanced semiconductor chips and high bandwidth memory that is concentrated in Korea and Taiwan, and used for AI training and inference.</p>
<p>Second, AI infrastructure has entered the theatre of conflict in two ways simultaneously. The Islamic Revolutionary Guard Corps designated AWS and Oracle facilities in the UAE and Bahrain as “legitimate targets”, marking the first confirmed kinetic strikes on commercial cloud infrastructure in history. At the same time, the battlefield use of AI-enabled decision-support systems such as Lavender, Gospel, and Maven by Israeli and American forces generated targets at combat speed. This raises questions about whether meaningful human control is possible. AI is now both an object and an instrument of war.</p>
<p>Third, a protracted war risks elevated energy prices, rising input and insurance costs, and stagflation pressures that could stress the AI investment cycle at its historical peak. Geopolitical uncertainty is likely to accelerate market concentration in a few firms with deep pockets, furthering the divide and raising costs of access and adoption for emerging economies.</p>
<p>For India, a few implications follow. Frontier AI’s emergence as an instrument of US foreign policy argues for higher defence AI R&amp;D expenditure and diplomatic advocacy for “meaningful human control” in lethal autonomous weapons systems. Risks of capital flight from emerging markets and rising costs necessitate frugal innovation and supporting open-tech alternatives. On the positive side, India may benefit from positioning itself as a data centre hub as an alternative to the Gulf. But reforms that unlock private-sector participation in the generation, transmission, and distribution of energy and provide an effective path for clean energy transition would be key to activating the required levers.</p>
</section>
<section id="introduction" class="level1">
<h1>Introduction</h1>
<p>India’s primary concerns vis-a-vis the war in West Asia pertain to its 9 million strong diaspora, their safety and associated remittance flows as well as energy dependencies from the region. This paper moves away from these important, pressing issues and studies a quieter set of second and third order impacts that the war has revealed and accelerated in the global artificial intelligence development and diffusion.</p>
<p>The paper is divided into four sections - supply chain fragilities; the dual role of AI infrastructure in the war - as a subject of kinetic strikes and as an instrument of warfighting through decision-support systems; the war’s effects on the AI investment landscape; and finally, implications for India.</p>
</section>
<section id="supply-chain-fragility" class="level1">
<h1>Supply Chain Fragility</h1>
<p>The primary building blocks of the AI stack include data, models, compute, and energy. In addition to these, infrastructure, investments, talent and the regulatory ecosystem have been the focus for building a resilient AI supply chain. Most national AI policies, including India’s AI Mission, target one of these different building blocks. However, the Iran war has revealed that the global supply chains of the technology are more complex and often go down to the input materials involved.</p>
<section id="input-materials" class="level2">
<h2 data-anchor-id="input-materials">Input Materials</h2>
<p>Consider helium, which is extremely useful in magnetic resonance imaging machines, semiconductor manufacturing and aerospace applications. Thanks to its excellent thermal conductivity and inertness, it serves as a coolant for maintaining a stable environment during the semiconductor fabrication process. Its supply chains are fairly concentrated, dominated by the US, Russia and Qatar. Being one of the lightest gases, it leaks over time, making stockpiling expensive and technically demanding.</p>
<p>QatarEnergy declared force majeure in March 2026 following strikes on key facilities in Ras Laffan Industrial City. This has effectively taken 30% of global capacity of helium, produced as a byproduct of LNG refining, offline <sup>1</sup>. However, the element is one of several inputs, and high-tech industries command enough purchasing power to secure supply at elevated prices and from other sources, even as other buyers get squeezed. Bromine is another input in the semiconductor etching process whose supply is being crunched by the war and leading to a price surge – two-thirds of the world’s bromine comes from Israel and Jordan <sup>2</sup>. While the Iran war is unlikely to trigger a helium crisis, short-term disruptions are already underway while prices respond and alternative sources are being explored. This exposes the fragility of technology supply chains to geopolitical risks.</p>
</section>
<section id="energy" class="level2">
<h2 data-anchor-id="energy">Energy</h2>
<p>A more significant disruption has been caused by the energy crisis triggered by the war. South Korean firms like Samsung Electronics and SK Hynix account for nearly 80 per cent of the global high-bandwidth memory (HBM) and 70 per cent of the dynamic random access memory (DRAM) market <sup>3</sup>. The country is heavily dependent on fossil fuels for its energy needs, with 70 per cent imported from West Asia through the Strait of Hormuz <sup>4</sup>. A similar story plays out in Taiwan, where 90 per cent of the world’s most advanced semiconductors are manufactured <sup>5</sup>. While supply has not been affected yet, the sustained high input costs are putting pressure on profit margins and could accelerate efforts to raise chip prices.</p>
<p>Timing these risks is the real tax for end users. They cannot hedge against an unknown reopening date, so they pay for dual-sourcing, strategic stockpiles, forward contracts at wartime surge prices. Insurance premia for passage through the Strait of Hormuz, which were a small line item prior to the war, have skyrocketed with states stepping up to insure losses and provide naval escorts <sup>6</sup>. As resilience takes precedence over efficiency, firms with weaker balance sheets will fold sooner, concentrating the market in hyperscalers that can absorb the increased costs.</p>
</section>
</section>
<section id="ai-infrastructure-becomes-part-of-the-theatre-of-conflict" class="level1">
<h1>AI Infrastructure Becomes Part of the Theatre of Conflict</h1>
<section id="ai-use-in-the-war" class="level2">
<h2 data-anchor-id="ai-use-in-the-war">AI Use in the War</h2>
<p>In the past few years, AI has transitioned from a supportive role in military operations to a primary driver of mass target identification and kinetic execution. The speed of this transition has outpaced the development of international humanitarian law – a classic pacing problem, where rapid, exponential advancements in tech outpace the slow, incremental development of laws, regulations, and social structures designed to manage them.</p>
<p>Israel has invested heavily in integrating AI into their decision support systems (DSS), with systems such as Lavender, which shortlists individuals for targeting based on suspected affiliation with armed groups; The Gospel (Habsora), which generates target lists of buildings and structures; and Where’s Daddy?, which tracks individuals’ locations ahead of a potential strike by tracking their phones <sup>7</sup>. The US is also extensively using DSS such as Palantir’s Maven Smart System to analyse surveillance data, create targeting lists and enable target-prioritisation <sup>8</sup>.</p>
<p>These systems expedite the decision-making process by processing vast amounts of data – Israel’s Lavender DSS was reportedly used to generate over 37,000 targets in the opening weeks of the Gaza war, and the US was able to hit over 1000 targets within the first 24 hours of the Iran war <sup>9</sup>. However, it risks the collapse of human control as officers defer to machine suggestions because they cannot process the information at machine speeds. The human in the loop becomes ceremonial.</p>
</section>
<section id="ai-infrastructure-seen-as-a-legitimate-target" class="level2">
<h2 data-anchor-id="ai-infrastructure-seen-as-a-legitimate-target">AI Infrastructure Seen as a Legitimate Target</h2>
<p>While firms such as Palantir and Corsight AI are the vendors for the AI-based DSS, there are several other tech companies that provide the enabling infrastructure. These include big-tech companies such as Amazon, Anthropic, Google, Microsoft, and OpenAI <sup>10</sup> .</p>
<p>In a confrontation with militarily outmatched adversaries, Iran has resorted to tactics that exert political and economic pressure. In an unprecedented move, the Islamic Revolutionary Guard Corps (IRGC) designated Amazon Web Services and Oracle’s facilities in UAE and Bahrain as “legitimate targets” because they hosted military applications and proceeded with the first confirmed military strikes on commercial cloud data centres in history <sup>11</sup>.</p>
<p>The strikes themselves caused minor disruptions to operations, as cloud data has redundancies built in. However, they set a precedent for a new category of infrastructure in need of military protection from kinetic strikes, in addition to cyber threats. For the US, there are several implications for policy, such as establishing a credible deterrence, intel sharing with industry or serving as a backup insurer for such risks <sup>12</sup>.</p>
</section>
<section id="west-asia-as-an-ai-hub" class="level2">
<h2 data-anchor-id="west-asia-as-an-ai-hub">West Asia as an AI Hub?</h2>
<p>The Gulf Cooperation Council states, particularly Qatar, the United Arab Emirates, and Saudi Arabia, are making a strategic push to diversify their economies beyond oil towards emerging technologies such as AI. To position themselves as a regional hub, some of the states have proposed the idea of digital embassies, where foreign governments and companies can govern their data under their own terms regardless of the location of the datacentres <sup>13</sup>. The Gulf states are an attractive destination for data centres due to their inexpensive energy, favourable geography relative to other emerging markets and access to capital from sovereign wealth funds.</p>
<p>The dynamics of the AI race between the US and China are a key determinant of who gets access to the building blocks of frontier AI. Saudi Arabia, Qatar and the Emirates, having signed access-for-investment deals with the US <sup>14</sup>. They get access to state-of-the-art AI chips in exchange for investments with US partners. Further, the Pax Silica, which is a US initiative that aims to secure the AI supply chain among a strategic bloc of allies and partners, has Qatar and the United Arab Emirates as signatories <sup>15</sup>.</p>
<p>For the Gulf states, the intent to partner with the likes of Google, Microsoft, OpenAI and others could also be seen as a way to lock in a security guarantee from the US <sup>16</sup>. However, the emerging precedent of attacks targeting AI infrastructure means that data centres, energy facilities, and sub-sea cables connecting the region to the global internet are now vulnerable targets. Given the high costs, including long-term power contracts, land agreements, and fibre connectivity, invested in already operational facilities, it’s unlikely that hyperscalers will relocate built capacity. But the marginal investment decision for new capacity rollouts would factor in this added geopolitical risk, alongside other location-evaluation metrics such as tax incentives and power-grid stability.</p>
</section>
</section>
<section id="investment-under-stress" class="level1">
<h1>Investment Under Stress</h1>
<section id="fragile-pre-war-baseline" class="level2">
<h2 data-anchor-id="fragile-pre-war-baseline">Fragile Pre-War Baseline</h2>
<p>The war arrived at the peak of the largest and most concentrated capital expenditure cycle in the history of the technology sector. The five US frontier AI labs and hyperscalers — Amazon, Microsoft, Alphabet, Meta, and Oracle — had committed between USD 660 billion and USD 770 billion of capex in 2026, roughly three-quarters of it directed at AI infrastructure <sup>17</sup>. The scale of the investments by US companies exceeds that of monumental past capital expenditures, such as the Manhattan Project, the moon landing, or the broadband buildout. Aggregate hyperscaler capex had risen from USD 256 billion in 2024 to USD 443 billion in 2025, growing at an annualised rate of roughly 72 per cent since the second quarter of 2023 <sup>18</sup>.</p>
<p>Notably, this buildout is being funded through debt, and not internal cash generation and is yet to be tested through a credit cycle. Hyperscalers raised USD 121 billion in new debt in 2025 <sup>19</sup>. In February 2026, Alphabet Inc.&nbsp;issued a rare 100-year bond (century bond) primarily meant to finance AI infrastructure that was oversubscribed 10 times. Critics have raised concerns about the aggressive accounting practices employed by these firms, such as extending the “useful life” of AI assets, despite the rapid obsolescence of high-end GPUs <sup>20</sup>. The important question is whether the eventual adoption, diffusion and revenue from AI services will scale fast enough to cover these recurring depreciation charges.</p>
</section>
<section id="ai-investments" class="level2">
<h2 data-anchor-id="ai-investments">AI Investments</h2>
<p>In the scenario of a prolonged war, including the Gulf countries participating, the world may be headed for stagflation pressures like those of the 1970s: high energy prices contributing to global inflation while economic activity stagnates. This is likely to have an impact on the profitability of frontier AI labs and hyperscalers. Returns on AI investments now need to price in greater geopolitical and market concentration risks. This is likely to stretch the timelines between investment and return, even leading to valuation compressions for AI companies and concentrating market power in favour of companies with deeper pockets. A potential capital redistribution away from emerging markets can threaten access, diffusion and developmental goals in these societies.</p>
<p>Globally, whether AI adoption timelines will be compressed for productivity gains or stretched due to a declining global GDP growth rate remains to be seen.</p>
</section>
</section>
<section id="implications-for-india" class="level1">
<h1>Implications for India</h1>
<section id="ai-sovereignty-and-defence-ai-policy" class="level2">
<h2 data-anchor-id="ai-sovereignty-and-defence-ai-policy">AI Sovereignty and Defence AI Policy</h2>
<p>The India AI mission has built baseline domestic capabilities through support for indigenous large language models, with applications in agriculture, healthcare and education being the focus. However, to a large extent, Indians access frontier AI through two channels: proprietary models mostly from US labs (Anthropic, Google, OpenAI) and open weight models from Chinese and US labs (Z.ai, Alibaba, DeepSeek, Google, NVIDIA, OpenAI) <sup>21</sup>.</p>
<p>The Iran war and related events in the past few months have highlighted the sovereignty risks. The US and Israel have used frontier AI capabilities on the battlefield to enable decision-making at combat pace. Meanwhile, the Pentagon-Anthropic standoff shows that the US-state can get AI companies to comply with their demands – when Anthropic drew red lines on surveillance and autonomous weapons, it was designated a “supply chain risk” and OpenAI, Google and xAI accepted the “all lawful use” standard. This highlights the fact that frontier AI can be a tool of US foreign policy. Most of the frontier AI companies are American and currently restrict access of military applications to the US and the country’s closest allies.</p>
<p>The importance of increasing defence R&amp;D expenditure is evident – it is currently a small share of the 2% GDP defence budget. India should also push diplomatically for “meaningful human control” in lethal autonomous weapons systems and AI-enabled targeting. On the civilian side, India should pursue plurilateral efforts with partners such as the EU, Japan and Korea to achieve shared sovereignty <sup>22</sup>. This can be done by supporting open-tech alternatives where concentration is highest. Some examples include support for open standard instruction set architectures such as RISC-V, open source alternatives to NVIDIA’s proprietary programming platform CUDA, open-source model development, and harmonised evaluation.</p>
</section>
<section id="infrastructure-and-supply-chain-resilience" class="level2">
<h2 data-anchor-id="infrastructure-and-supply-chain-resilience">Infrastructure and Supply Chain Resilience</h2>
<p>The war highlights risks to AI infrastructure. The resilience measures that are likely to follow add capex and opex costs across the AI stack that will eventually be borne by end-users.</p>
<ul>
<li><p>Iran reportedly threatening to cut Red Sea cables during the war <sup>23</sup> was the second stress test on India’s digital backbone in recent months. The Red Sea cable cuts in September 2025 caused internet shutdowns and latency across large parts of the country. Over 60% of India’s internet traffic transits through West Asia and lands at Mumbai <sup>24</sup>. The other landing points at Chennai and Kochi have a smaller presence, making it a critical vulnerability. Addressing it requires terrestrial backbone redundancy, landing diversification and indigenous repair capabilities – India currently depends on foreign cable-repair fleets – to be built up.</p></li>
<li><p>The Iranian strikes on AWS facilities in the UAE and Bahrain, and the IRGC’s “legitimate target” framing, establish a precedent that data centres could be military targets. For hyperscalers, this makes geopolitical risk a site-selection criterion alongside power, water, land and state policies.</p></li>
<li><p>The short-term disruptions caused by the war expanded the perception of the AI supply chain to include materials few considered strategic – Helium, Bromine and energy from West Asia are crucial inputs for semiconductor manufacturing in East Asia. Building on Beijing’s weaponisation of its processing dominance in several minerals, including gallium, germanium, graphite, and other rare earths in its trade war with the US, the war in West Asia is likely to further the diversification imperative.</p></li>
</ul>
</section>
<section id="economic-and-strategic-factors" class="level2">
<h2 data-anchor-id="economic-and-strategic-factors">Economic and Strategic Factors</h2>
<p>The economic fallout of the war will impact AI development and diffusion in several ways, depending on how prolonged the conflict lasts. A prolonged war with sustained high energy prices could contribute to global inflation and stagnation of economic activity. Some of the different dimensions of this impact are described below.</p>
<ul>
<li><p>Rising costs will favour better-resourced companies that can sustain longer timelines between investment and return. Building resilience against supply chain risks passes on the increased costs of energy, semiconductors and insurance to the companies building AI infrastructure. With demand already outpacing supply, investments into fabs by companies such as TSMC won’t yield chips until a few years later – those with deeper pockets will be able to lock-in multi-year allocations while new entrants face restricted access at spot prices.</p></li>
<li><p>Global equity capital that was chasing returns in emerging markets or second-tier AI labs might move to safer assets in uncertain scenarios. The increase in oil prices also leads to weakening of emerging market currencies such as the Indian rupee due to higher costs of oil imports and capital outflows seeking the dollar as a safe haven. Since most AI capex is US dollar-denominated, it inflates the bill of materials significantly.</p></li>
<li><p>The GCC states, with their access to capital, energy and favourable location had positioned themselves as a key pillar for the diffusion of the American AI stack. With the attacks on data centres in the Gulf, capital allocation now needs to factor in geopolitical risks due to security guarantees, insurance, and location diversification. This opens up an opportunity for India to be an alternative data centre hub to the Gulf. India’s national data centre policy already offers a 20-year tax holiday, along with states offering other incentives related to access to land, energy and water. The Indian electricity system has major problems that limit private-sector participation and the transition to greener energy sources. Centralised planning controls resource allocation, which might not respond to market demands; transmission and distribution losses due to theft also add pressure to the finances; and there is no effective path for clean energy transition <sup>25</sup>. Reforms to India’s electricity sector aimed at increasing private-sector participation are under consideration <sup>26</sup> but a much-needed comprehensive overhaul faces political economy pressures. In addition, safety would be a key factor in relocation decisions for AI researchers and their families. Depending on how long the war stretches, talent flows to the Gulf could be impacted.</p></li>
<li><p>Constraints on access to capital might lead to increased pressures for frugal innovation. DeepSeek and other Chinese open weight models are gaining popularity across Africa, aided by strategic partnerships with firms such as Huawei <sup>27</sup>. The widespread adoption of competing ecosystems might be a better outcome for most countries than one dominated by a few big tech companies from a single country.</p></li>
<li><p>Lastly, one of the spillover effects of this war may be that the impact of generative AI on the workforce and the broader economy, unfolding simultaneously with the effects of the war, is difficult to mitigate. On the heels of the aftereffects of a global pandemic and supply chain readjustments forced by the tariff wars, the war in Iran might serve as an additional confounding variable, making it harder to gauge AI’s true impact.</p></li>
</ul>




</section>
</section>


<div id="quarto-appendix" class="default"><section id="footnotes" class="footnotes footnotes-end-of-document"><h2 class="anchored quarto-appendix-heading">Footnotes</h2>

<ol>
<li id="fn1"><p>Béchard, Deni Ellis. “The AI Boom Is Dangerously Dependent on Helium.” Scientific American, March 18, 2026. <a href="https://www.scientificamerican.com/article/the-iran-war-disrupts-global-helium-supply-and-artificial-intelligence-chip/">Link</a>↩︎</p></li>
<li id="fn2"><p>Kharpal, Arjun, and Dylan Butts. “How the Iran War and Rising Energy Prices Are Threatening Semiconductor Demand.” CNBC, March 10, 2026. <a href="https://www.cnbc.com/2026/03/10/iran-war-semiconductor-memory-chip-impact.html">Link</a>↩︎</p></li>
<li id="fn3"><p>Trueman, Charlotte. “Samsung and SK Hynix to Scale Up Memory Production Capacity in 2026 to Meet AI Demand.” Data Center Dynamics. January 2026. <a href="https://www.datacenterdynamics.com/en/news/samsung-and-sk-hynix-to-scale-up-memory-production-capacity-in-2026-to-meet-ai-demand/">Link</a>↩︎</p></li>
<li id="fn4"><p>Sharma, Abhishek. “The Hormuz Crisis and South Korea’s Energy–Alliance Nexus.” Observer Research Foundation, April 13, 2026. <a href="https://www.orfonline.org/expert-speak/the-hormuz-crisis-and-south-korea-s-energy-alliance-nexus">Link</a>↩︎</p></li>
<li id="fn5"><p>Li, Kevin. “The Iran War Tests Taiwan’s Energy Resilience.” Atlantic Council, March 19, 2026. <a href="https://www.atlanticcouncil.org/blogs/energysource/the-iran-war-tests-taiwans-energy-resilience/">Link</a>↩︎</p></li>
<li id="fn6"><p>Humairah, Laila. “Hormuz Becomes World’s Most Expensive Waterway after 300% Surge in Risk Premiums.” Euronews, March 16, 2026. <a href="https://www.euronews.com/business/2026/03/16/hormuz-becomes-worlds-most-expensive-waterway-after-300-surge-in-risk-premiums">Link</a>↩︎</p></li>
<li id="fn7"><p>Serhan, Yasmeen. “How Israel Uses AI in Gaza–And What It Might Mean for the Future of Warfare.” Time, December 18, 2024, <a href="https://time.com/7202584/gaza-ukraine-ai-warfare/">Link</a>↩︎</p></li>
<li id="fn8"><p>Mohammed, Noor. “The Proliferation of AI-Enabled Military Technology in the Middle East.” International Institute for Strategic Studies, April 2026. <a href="https://www.iiss.org/online-analysis/charting-middle-east/2026/04/the-proliferation-of-ai-enabled-military-technology-in-the-middle-east/">Link</a>↩︎</p></li>
<li id="fn9"><p>ibid.↩︎</p></li>
<li id="fn10"><p>ibid.↩︎</p></li>
<li id="fn11"><p>Al Jazeera Staff. “Iran Declares US-Israeli Economic, Banking Interests in Region Are Targets.” Al Jazeera, March 11, 2026. <a href="https://www.aljazeera.com/news/2026/3/11/iran-declares-us-israeli-economic-banking-interests-in-region-as-targets">Link</a>↩︎</p></li>
<li id="fn12"><p>Harding, Emily. “Data Is Now the Front Line of Warfare.” Center for Strategic and International Studies, March 19, 2026. <a href="https://www.csis.org/analysis/data-now-front-line-warfare">Link</a>↩︎</p></li>
<li id="fn13"><p>G42. “G42 Introduces Digital Embassies and Greenshield to Make AI Sovereignty Portable.” Press release, January 20, 2026. <a href="https://www.g42.ai/resources/news/g42-introduces-digital-embassies-and-greenshield-make-ai-sovereignty-portable">Link</a>↩︎</p></li>
<li id="fn14"><p>Yacoubian, Mona, and Samuel Zabin. “If Compute Is the New Oil, War in the Gulf Significantly Raises the Stakes.” Center for Strategic and International Studies, February 27, 2026. <a href="https://www.csis.org/analysis/if-compute-new-oil-war-gulf-significantly-raises-stakes">Link</a>↩︎</p></li>
<li id="fn15"><p>U.S. Department of State. “Pax Silica.” Under Secretary for Economic Affairs. Accessed April 20, 2026. <a href="https://www.state.gov/pax-silica">Link</a>↩︎</p></li>
<li id="fn16"><p>Cook, Steven A. “For the Gulf States, Investment in AI Is Partly About U.S. Protection.” Foreign Policy, February 23, 2026. <a href="https://foreignpolicy.com/2026/02/23/gulf-states-investment-ai-american-protection-qatar-uae-saudi/">Link</a>↩︎</p></li>
<li id="fn17"><p>Srivastava, Prakhar, and Anirban Sen.&nbsp;“Big Tech to Invest about $650 Billion in AI in 2026, Bridgewater Says.” Reuters, February 23, 2026. <a href="https://www.reuters.com/business/big-tech-invest-about-650-billion-ai-2026-bridgewater-says-2026-02-23/">Link</a>↩︎</p></li>
<li id="fn18"><p>Juniewicz, Isabel. “Hyperscaler Capex Has Quadrupled since GPT-4’s Release.” Epoch AI, February 26, 2026. <a href="https://epoch.ai/data-insights/hyperscaler-capex-trend">Link</a>↩︎</p></li>
<li id="fn19"><p>Bair, Theodore Jr., and Bryan Steele. “Record-Breaking AI-Related Debt Issuance in 2025.” Global Macro Views (blog). Mellon Investments Corporation, December 2025. <a href="https://www.mellon.com/insights/insights-articles/record-breaking-ai-related-debt-issuance-in-2025.html">Link</a>↩︎</p></li>
<li id="fn20"><p>Tiger Newspress. “Michael Burry Sounds Alarm on $176B Depreciation Gap among Tech Giants.” Tiger Brokers, November 12, 2025. <a href="https://www.itiger.com/news/1139425265">Link</a>↩︎</p></li>
<li id="fn21"><p>Artificial Analysis. “LLM Leaderboard — Comparison of over 100 AI Models from OpenAI, Google, DeepSeek &amp; Others.” Accessed April 20, 2026. <a href="https://artificialanalysis.ai/leaderboards/models">Link</a>↩︎</p></li>
<li id="fn22"><p>Sharma, Lokendra, Abhishek Kadiyala, Arindam Goswami, Ashwin Prasad, and Nitin Pai. “India Must Architect Sectoral Plurilateral Blocs to Overcome Geopolitical Coercion.” Takshashila Institution, January 2026. <a href="https://takshashila.org.in/content/publications/20260125-Sectoral-Plurilateral-Blocs.html">Link</a>↩︎</p></li>
<li id="fn23"><p>TOI Tech Desk. “Iran Reportedly Threatening to Cut Red Sea Cables: What It Means for Internet Users across the World, Including India.” Times of India, March 2026. <a href="https://timesofindia.indiatimes.com/technology/tech-news/iran-reportedly-threatening-to-cut-red-sea-cables-what-it-means-for-internet-users-across-the-world-including-india/articleshow/129753685.cms">Link</a>↩︎</p></li>
<li id="fn24"><p>Communications Today. “Undersea Cable Risks in West Asia — What It Means for India’s Connectivity.” March 2026. <a href="https://www.communicationstoday.co.in/undersea-cable-risks-in-west-asia-what-it-means-for-indias-connectivity/">Link</a>↩︎</p></li>
<li id="fn25"><p>Shah, Ajay, and Susan Thomas. “Electricity Cost Recovery and the Political Imagination: A Comparison between Private and Public Distribution in India’s Biggest Cities.” The Leap Blog, November 2, 2025. <a href="https://blog.theleapjournal.org/2025/11/electricity-cost-recovery-and-political.html">Link</a>↩︎</p></li>
<li id="fn26"><p>Ministry of Power. “Draft National Electricity Policy (NEP), 2026 Released for Public Consultation with Stakeholders.” Press release. Press Information Bureau, January 21, 2026. <a href="https://www.pib.gov.in/PressReleasePage.aspx?PRID=2216661">Link</a>↩︎</p></li>
<li id="fn27"><p>Microsoft Corporate Blogs. “Global AI Adoption in 2025 — A Widening Digital Divide.” Microsoft, January 8, 2026. <a href="https://blogs.microsoft.com/on-the-issues/2026/01/08/global-ai-adoption-in-2025/">Link</a>↩︎</p></li>
</ol>
</section></div> ]]></description>
  <category>Artificial Intelligence</category>
  <category>High Tech Geopolitics</category>
  <category>Iran</category>
  <guid>https://takshashila.org.in/content/publications/20260423-West-Asian-War-Impact-On-Artificial-Intelligence.html</guid>
  <pubDate>Wed, 22 Apr 2026 18:30:00 GMT</pubDate>
</item>
<item>
  <title>Why The Blockade Is Trump’s Best Card</title>
  <link>https://takshashila.org.in/</link>
  <description></description>
  <category>Geostrategy</category>
  <category>United States</category>
  <category>West Asia</category>
  <category>Iran</category>
  <guid>https://takshashila.org.in/</guid>
  <pubDate>Tue, 21 Apr 2026 18:30:00 GMT</pubDate>
</item>
<item>
  <title>Pakistan&#39;s Ever-Running Saudi &#39;Lifeline&#39; Has Its Limits</title>
  <link>https://takshashila.org.in/</link>
  <description></description>
  <category>Geostrategy</category>
  <category>Pakistan</category>
  <category>West Asia</category>
  <guid>https://takshashila.org.in/</guid>
  <pubDate>Sun, 19 Apr 2026 18:30:00 GMT</pubDate>
</item>
<item>
  <title></title>
  <dc:creator>Anushka Saxena</dc:creator>
  <link>https://takshashila.org.in/content/publications/Shahed-Iran-Drone-Strategy-14042026.html</link>
  <description><![CDATA[ 



<script>
    document.addEventListener("DOMContentLoaded", function () {
        const titleBlock = document.getElementById("title-block-header");
        const contentBlock = document.getElementById("quarto-content");

        const hasTitle = titleBlock && titleBlock.querySelector("h1");
        if (titleBlock && !hasTitle) {
            titleBlock.remove();
            return;
        }

        // Strip " | Day N of Operation ..." suffix from bulletin titles
        if (hasTitle) {
            hasTitle.textContent = hasTitle.textContent.replace(/\s*\|\s*Day\s*\d+.*/i, '').trim();
        }

        if (titleBlock && contentBlock) {
            contentBlock.parentNode.insertBefore(titleBlock, contentBlock);
        }
    });
</script>


  
  <style>
  </style>
  
  <script>
  document.addEventListener('DOMContentLoaded', function() {
    // Get the table of contents and progress bar
    const toc = document.getElementById('TOC');
    const progressBar = document.getElementById('toc-progress');
    
    if (!toc || !progressBar) return;
    
    // Track scroll position and update the active section and progress bar
    updateTocOnScroll();
    
    function updateTocOnScroll() {
      // Get all section headings with IDs
      const headings = Array.from(document.querySelectorAll('h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]'));
      if (headings.length === 0) return;
      
      // Get all links in the TOC
      const links = Array.from(toc.querySelectorAll('a'));
      
      // Function to update active section based on scroll position
      function updateActiveSection() {
        // Calculate how far down the page has been scrolled
        const scrollPosition = window.scrollY;
        const windowHeight = window.innerHeight;
        const documentHeight = document.documentElement.scrollHeight;
        const scrollPercentage = scrollPosition / (documentHeight - windowHeight);
        
        // Update progress bar height
        progressBar.style.height = Math.min(scrollPercentage * 100, 100) + '%';
        
        // Find the current section
        let currentSection = null;
        
        for (let i = 0; i < headings.length; i++) {
          const heading = headings[i];
          const rect = heading.getBoundingClientRect();
          
          // Consider a heading in view if it's within 150px of the top
          if (rect.top <= 150) {
            currentSection = heading;
          } else {
            break;
          }
        }
        
        // Update active class on TOC links
        if (currentSection) {
          const id = currentSection.getAttribute('id');
          
          // Remove active class from all list items
          toc.querySelectorAll('li').forEach(li => li.classList.remove('active'));
          
          // Add active class to corresponding list item
          const activeLink = toc.querySelector(`a[href="#"]`);
          if (activeLink) {
            // Add active class to the parent list item
            const activeLi = activeLink.closest('li');
            if (activeLi) {
              activeLi.classList.add('active');
            }
          }
        }
      }
      
      // Listen for scroll events
      window.addEventListener('scroll', updateActiveSection);
      
      // Initialize on page load
      updateActiveSection();
    }
  });
  </script>

<!-- Replace everything below with your text. -->
<div class="no-row-height column-margin column-container"><div class="aside-btn margin-aside">
<p><a href="assets/Shahed-Iran-Drone-Strategy-14042026.pdf" class="primary-btn" target="_blank">Download Document</a></p>
</div></div><section id="executive-summary" class="level1">
<h1>Executive Summary</h1>
<p>This Issue Brief finds that:</p>
<ul>
<li><p><strong>The Shahed is representative of the accessible proliferation of precision strike capability.</strong> Iran has been able to engineer a low-cost UAV and produce it en masse. This UAV has been able to perform nearly as well as much more expensive systems. The Shahed challenges traditional cost-benefit calculations in air defence and enables sustained attritional campaigns against more powerful adversaries.</p></li>
<li><p><strong>Drone technology diffusion is accelerating.</strong> Many realities, ranging from Russia’s domestic Shahed production and the US’s production of LUCAS copies of Shahed, to the transfer of drone technology to and from China as a hub, and proliferation to non-state actors, are pointing to a global drone arms race underway. The Shahed template is now being adopted, reverse-engineered, and exported globally to reshape military calculus akin to Iran in its 2026 war with the US and Israel.</p></li>
<li><p><strong>Global sanctions have failed to constrain Shahed’s supply lines.</strong> Despite being heavily sanctioned, Iran has built a fully operational Shahed ecosystem using 80 per cent American components sourced through shell companies, Chinese re-export hubs, and exploiting dual-use trade loopholes. Tehran epitomises why turnkey equipment sanctions fail to address component-level free flow.</p></li>
</ul>
</section>
<section id="introduction" class="level1">
<h1>Introduction</h1>
<p>The US-Israel war on Iran, starting February 28, 2026, and spilling over both in terms of geographic scope and intended outcomes, has spotlighted, among other crucial aspects, Tehran’s attritional capabilities against a much-too superior adversary. Its use of uncrewed aerial systems, or ‘drones’, in this regard, has emerged as key in both, explaining Tehran’s strategy, and epitomising the revolution in the global means and methods of warfighting in an era of network-centric, beyond-visual-range, and asymmetric warfare.</p>
<p>Most of Iran’s target strikes in West Asia so far have deployed a combination of surveillance and reconnaissance, combat, and attack drones. Notable incidents of Tehran’s drone use between February 28, and April 8, when a temporary ceasefire was announced, are as follows:<sup>1</sup></p>
<ul>
<li><p>On March 1, a Shahed-type drone struck RAF Akrotiri in Cyprus, hitting a hangar, and leading to the partial evacuation of stationed troops. RAF Akrotiri is a British sovereign base on a NATO country’s territory – roughly 1,700 km from Iran’s western launch areas. On the same day, Iranian drones also struck Camp Buehring – a major US training and logistical base in Kuwait – damaging US Chinook helicopters and causing the fatalities of 6 soldiers, as well as the French Navy’s Al Salam Base (Camp De La Paix) in the UAE, but no casualties were reported.</p></li>
<li><p>In Bahrain in particular, on February 28, and then on March 8 and 9, three major sites were targeted by Iranian drones – first, the US Navy’s Fifth Fleet HQ in Manama, then a water desalination plant (which sustained damage), and finally, a petroleum oil refinery operated by BAPCO (which caught fire, and declared force majeure). In terms of commercial activity, too, the activities of Amazon Web Services Bahrain were disrupted twice by Iranian drone strikes, as a result of which, on March 23, Amazon announced that it is planning to shift operations out.</p></li>
<li><p>Iranian drones hit a fuel depot at one of the busiest airports in the world – the Dubai International (DXB) – on March 16, causing a massive fire and a halting of flights and operations. Two days before the same, in Al Kharj, Saudi Arabia, on March 14, an Iranian drone strike destroyed at least 5 US refuelling aircraft based at the Prince Sultan Air Base.</p></li>
</ul>
<p>This Issue Brief studies the characteristics of an Iranian ‘Shahed’ drone – a class of one-way attack (OWA) drones developed by Shahed Aviation Industries and manufactured by the state-owned Iran Aircraft Manufacturing Industries Corporation or HESA. It examines Iran’s domestic production and export model in the military drone sector, as detailed in reports and public accounts. The brief concludes with a preliminary assessment of supply chain integration pathways and the techniques Iran employs in procuring global drone equipment.</p>
</section>
<section id="types-of-shahed" class="level1 page-columns page-full">
<h1>Types of Shahed</h1>
<p>‘Shahed’ is a class or family of propeller-driven cruise missiles, designed to be OWA munitions that fly toward pre-programmed coordinates using satellite navigation and inertial sensors (See Table 1). They cost anywhere between US$ 20,000 and US$ 50,000 to produce, with some export variants sold to Russia (and renamed the ‘Geran’ class) likely<sup>2</sup> costing around US$ 80,000. The export price ranges<sup>3</sup> from US$ 100,000 to US$ 290,000. In principle, they should be irrecoverable as they are expected to explode upon reaching target, but their fuselages and internal components have often been recovered in whole or part, especially from the Ukrainian battleground since 2022, but also from Iraq following the Baghdad clashes in 2021, and the UAV attack on Kurds in northern Iraq in 2022, which was publicly claimed by Tehran. This has enabled<sup>4</sup> the US not only to study their make and model but also to replicate them in the form of the US Central Command’s own Low-Cost Uncrewed Combat Attack System (or ‘LUCAS’) drone.</p>
<section id="table-1" class="level3">
<h3 data-anchor-id="table-1">Table 1</h3>
<p>Types of Shahed Drones</p>
<table class="caption-top table">
<colgroup>
<col style="width: 10%">
<col style="width: 10%">
<col style="width: 10%">
<col style="width: 10%">
<col style="width: 10%">
<col style="width: 10%">
<col style="width: 10%">
<col style="width: 13%">
<col style="width: 15%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Variant</strong></th>
<th><strong>Length</strong></th>
<th><strong>Wingspan</strong></th>
<th><strong>Weight</strong></th>
<th><strong>Warhead</strong></th>
<th><strong>Range</strong></th>
<th><strong>Speed</strong></th>
<th><strong>Key Feature</strong></th>
<th><strong>Engine/Power</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Shahed-107</strong></td>
<td>2.5m</td>
<td>3m</td>
<td>~26 kg</td>
<td>~15 kg</td>
<td>~1,500 km</td>
<td>120-185 km/h</td>
<td>Loitering munition + reconnaissance</td>
<td>Chinese DLE 111 gasoline engine</td>
</tr>
<tr class="even">
<td><strong>Shahed-131</strong></td>
<td>2.6m</td>
<td>2.2m</td>
<td>~900 kg</td>
<td>~20 kg</td>
<td>~900 km</td>
<td>~185 km/h</td>
<td>Smaller, shorter-range predecessor</td>
<td>Wankel rotary engine (Chinese MDR-208, reverse-engineered from British AR-371)</td>
</tr>
<tr class="odd">
<td><strong>Shahed-136</strong></td>
<td>3.5m</td>
<td>2.5m</td>
<td>~200 kg</td>
<td>~50 kg</td>
<td>1,500-2,500 km</td>
<td>185+ km/h</td>
<td>Most popular variant; OWA munition</td>
<td>MD-550 two-stroke, four-piston engine (reverse-engineered from German Limbach L550)</td>
</tr>
<tr class="even">
<td><strong>Shahed-238</strong></td>
<td>3.5m</td>
<td>~3m</td>
<td>~380 kg</td>
<td>~50 kg</td>
<td>~2,000 km</td>
<td>~520 km/h (cruise)</td>
<td>High-speed; turbojet engine; diverse guidance versions (IR/optical, radar-homing, inertial+GPS)</td>
<td>Czech-made TJ150 turbojet</td>
</tr>
<tr class="odd">
<td><strong>Shahed-149 ‘Gaza’</strong></td>
<td>10m</td>
<td>21m</td>
<td>3,000+ kg</td>
<td>~500 kg (across 8-13 hardpoints)</td>
<td>4,000+ km</td>
<td>350 km/h</td>
<td>HALE drone for strike missions; real-time target acquisition</td>
<td>Russian Klimov TV3-117 Turboprop</td>
</tr>
</tbody>
</table>
<p>In addition to the benefits of cost, design philosophy, and attrition capabilities, the Shaheds’ launch profile adds to these advantages. This is because the IRGC can fire them from portable rails or racks on trucks, with a small pulse rocket booster on the bottom,<sup>5</sup> which first pushes the drone to attain cruise speed, and is subsequently jettisoned. The portability of the launch frame and drone assembly enables the entire system to be mounted on the back of any civilian or military truck. Hence, the ‘Rocket-Assisted Take Off’ (RATO) provides the necessary energy for take-off, while the rail-mounted trucks can recede post-launch and remain mobile or underground, providing a significant edge in launch stealth over missile battery systems that are relatively immobile.</p>
</section>
<section id="composition-of-the-family" class="level2 page-columns page-full">
<h2 data-anchor-id="composition-of-the-family">Composition of The Family</h2>
<p>The Shahed-136 is the most popular variant of the class to emerge in 2026. It is<sup>6</sup> ~3.5 metres long with a 2.5-metre wingspan, flies at a speed of over 185 km/h, weighs roughly 200 kg, and carries a warhead estimated at 50 kg in the nose. The range estimates for the same vary from 1,500 to 2,500 km, depending on the configuration. Its airframe and body build is a most interesting feature, in that there are various accounts of what actually goes in, but the nature of the lightweight, easily manufactured and scalable speaks to Tehran’s philosophy of producing a good-enough drone.</p>
<p>The airframe proper is built from composite materials with fiber-glass delta wings containing honeycomb structural fillers. Later versions incorporate carbon fiber reinforcement in the wings and fuselage. When the UK-based Conflict Armament Research studied captured Russian variants in 2023, they found<sup>7</sup> “major differences in the airframe construction,” including a fuselage now made of fiber-glass over woven carbon fiber rather than lightweight honeycomb. Analysts examining another Russian-assembled unit described<sup>8</sup> it as a dense foam<sup>9</sup> material covered by a grey or dark, charcoal-coloured fiber-glass. Some sources<sup>10</sup> also mention “balsa wood” in the Shahed-136, which may refer to its use as a honeycomb core filler, given that balsa is a common core material in composite sandwich panels in the aerospace industry. This composite material absorbs or scatters radar signals more effectively than metal-bodied airframes, resulting in better radar evasion.</p>

<div class="no-row-height column-margin column-container"><div class="margin-aside">
<p>A Delta-Wing drone design with a characteristic triangular wing shape outperforms a rectangular or swept-wing drone design by providing greater natural mid-flight stability at high speeds, easier manufacturing, and reduced infrastructure (as it removes the need for supporting ribs or a separate horizontal stabiliser tail). Of course, a delta-wing design is not perfect, as it experiences high drag at low speeds and is not ideal for loitering or high-endurance operations.</p>
</div></div><p>Then, there is the Shahed-131, which is a smaller, shorter-range predecessor of the 136. The 131 is used<sup>11</sup> by the Houthis, a Tehran-backed militia group, in the 2019 east-west oil pipeline attack in Saudi Arabia. Its length and wingspan stand at ~2.6 m and ~2.2 m respectively, its weight at 900 kg, and the weight of the warhead in its cone can go<sup>12</sup> up to ~20 kg.</p>
<p>The key similarities between the 131 and 136 are three-fold – they both have a delta wing design; they both carry similar types of warheads in their nose, which include high-explosive fragmentation (HE-FRAG), thermobaric (vacuum) explosives, and shaped-charge warheads; and they both use Global Navigation Satellite Systems (GNSS) as they cannot be remotely controlled. For that purpose, both their right wings host a ‘Puck-4’ GNSS antenna for high precision.</p>

<div class="no-row-height column-margin column-container"><div class="margin-aside">
<p><strong>HE-FRAG</strong> is the most common Shahed warhead. The explosive charge is surrounded by a metal casing, sometimes with pre-formed fragments, such as tungsten balls, embedded in it (as Russia added to later Geran-2 variants). When the explosive detonates, it shatters the casing outward at enormous velocity, sending hundreds or thousands of metal fragments in all directions like a giant shotgun blast. The blast wave itself, in addition to the fragments, causes significant damage to targets. The <strong>Thermobaric (Vacuum) Explosives</strong> work in two stages. The first charge disperses a cloud of fuel – usually a fine aerosol of metal powder (often aluminium) mixed with an organic fuel – into the air around the point of impact. A fraction of a second later, a secondary charge ignites that cloud. Finally, <strong>shaped-charge explosives</strong> are lined with a concave metal cone, usually made of copper. When the explosive detonates, it collapses the metal cone inward at tremendous velocity, forming a superplastic jet of molten metal moving at roughly 7-8 km/s (about 25 times the speed of sound).</p>
</div></div><p>The key differences between the two are their powerhouses and vertical wing stabilisers. On the latter front, while the 131’s wing stabiliser only extends upward from the delta wings, the 136’s wing stabilisers extend both upward and downward. On the former front, the Shahed-131 operates on a ‘Wankel’ rotary engine, which provides just the right amount of power for its small size, and has a range of ~900 km. It is reportedly<sup>13</sup> reverse-engineered from the Chinese MDR-208 Wankel engine developed by the company Micropilot UAV Control System Ltd, which in turn is reverse-engineered from the British AR-371 engine. It is important to note that there is a heavy hand of the Mado Company (Oje Parvaz Mado Nafar Company) behind these reverse-engineering and drone engine design endeavours.</p>
<p>The 136 is powered by the MD-550 two-stroke, four-piston engine, reverse-engineered from the German-designed Limbach L550 motor. The technology was reportedly<sup>14</sup> obtained by Iran when it captured a German-made LIMBACH FLUGMOTOREN L-550 aircraft engine in 2006. The MD-550 is more fuel-efficient than a rotary engine, is air-cooled and drives a two-bladed propeller, and creates a buzzing sound, earning<sup>15</sup> it the nickname, “the Moped,” from the Ukrainians. The Russian Garpiya A1 Kamikaze drone, which Moscow has created for itself as an alternative to reduce dependence on the ‘Gerans’, also uses a similar four-cylinder, two-stroke piston engine, reportedly<sup>16</sup> manufactured in and/ or resold by China’s Micropilot. The firm may have either purchased the technology from the Iranians, or adopted<sup>17</sup> it from the Xiamen-Limbach manufacturing facility in Fujian.</p>
<p>Three other noteworthy variants are the Shahed-107, the Shahed-238, and the Shahed-149 ‘Gaza’. The 107 is a loitering munition with possible reconnaissance capability, approximately 2.5m long, with a 3m wingspan, a warhead capability of ~15 kg, and an estimated range of 1,500 km. It is reportedly<sup>18</sup> powered by a Chinese two‑stroke DLE 111 gasoline engine, and was deployed widely by both Russia against Ukraine, and the Islamic Revolutionary Guard Corps (IRGC) against Israel in the 12-day war of June 2025. The 238 is a newer variant that uses a turbojet engine (the Czech-made TJ150), dramatically increasing the cruising speed to around 520 km/h, compared to the standard 180 km/h. A most fascinating feature of the 238 is its diverse set of versions<sup>19</sup> – while one carries an infrared/optical guidance system, another has radar-homing guidance. A third, baseline version uses autonomous inertial navigation, followed by satellite guidance for mid-course updates, and with terminal guidance relying on inertial continuation or, in advanced variants, onboard seekers. Its ‘Geran-3’ model is in use by Russia, and, by some estimates,<sup>20</sup> the 238 may have an export price of up to US$ 1.4 million. For comparison, a relevant counterpart would be the IAI Harop, whose per-unit cost exceeds US$ 1 million.</p>
<p>The Shahed-149 ‘Gaza’, which has a wingspan of 21m and a larger payload of 500 kg across 8-13 hardpoints, is the most recent addition to the family, unveiled in 2021. It is not a kamikaze, but a High-Altitude, Long-Endurance (HALE) drone designed for strike missions. With a range of over 4,000 km, an endurance of up to 35 hours, and a maximum speed of 350 km/h, it is powered by the Russian Klimov TV3-117 Turboprop engine. Two main features of the ‘Gaza’ have been touted<sup>21</sup> by the IRGC in Iranian media – its Synthetic Aperture Radar (SAR) and electro-optical/infrared (EO/IR) systems, which enable real-time target acquisition and assessment.</p>

<div class="no-row-height column-margin column-container"><div class="margin-aside">
<p>Aboard the ‘Gaza’, the EO/IR system functions as the drone’s primary “eyes,” combining high-resolution daylight cameras with thermal imaging sensors in a stabilised gimbal turret (a ball-shaped sensor unit mounted below the drone’s nose) to enable continuous surveillance and targeting in both day and night conditions. This allows operators to detect, identify, and track targets based on visual and heat signatures, even through darkness or partial concealment.</p>
</div></div></section>
</section>
<section id="the-lifecycle" class="level1">
<h1>The Lifecycle</h1>
<p>There are three main players in the production and consumption lifecycle of a Shahed done in Iran. Firstly, there are the state-owned designers and producers. The backbone of this infrastructure is comprised of HESA and Qods Aviation Industries (QAI). HESA, based in Isfahan, is responsible for the Ababil series and the assembly of the Shahed-136, while QAI manages the Mohajer-6 and other surveillance-heavy platforms. Vitally, the IRGC Aerospace Force operates its own industrial arm, Shahed Aviation Industries, which is credited with designing the delta-winged Shahed series.</p>
<p>These official entities have been engaged with drone-related research and development since the 1980s, when Iran first began using UAVs, starting with the war with Iraq in 1985. Tehran’s losses against the US Navy during Operation Praying Mantis<sup>22</sup> of 1988 particularly catalysed their focus on asymmetric capabilities. Subsequently, Iran captured a US RQ-170 ‘Sentinel’ in 2011 and began building its internal UAS production ecosystem. Based on estimates, Iran has, since February 28, used over<sup>23</sup> 2,000 Shahed drones in its strikes across West Asia. Tehran possesses a stockpile of about 80,000 ready-to-deploy Shaheds, with a daily production capacity of 400 drones.<sup>24</sup> As for the Russia-based assembly and production, Ukrainian estimates<sup>25</sup> suggest a capacity of up to 5,000 Shaheds per month.</p>
<p>Herein came the role of the second important actor – private companies and IRGC-affiliated individuals. One, for example, is the Mado Company,<sup>26</sup> established in 2013 and specialising in reverse-engineering and manufacturing drone engines, drawing inspiration from Western and Asian designs. Then, there are individuals on the board of IRGC’s financial arm, the ‘Cooperative Foundation/ Bonyad Taavon Sepah’, as well as the banks (Ansar and Mehr) and conglomerates (Khatam al-Anbiya Construction and Etemad-e-Mobin) associated with it. Bonyad is widely sanctioned<sup>27</sup> by the West, but it continues to identify and finance individuals and companies that can form knowledge bases for the Shahed’s manufacturing process. A classic example<sup>28</sup> is the private R&amp;D firm, Paravar Pars Company, which enabled the design and production of one of the first iterations of the Shahed, the 171, as inspired by the ‘Sentinel’.</p>
<p>Emerging from within the Shahed manufacturing facility in Russia are investigative reports<sup>29</sup> explaining the process and structure. The factory is divided into several specialised departments. The metal shaping department is where the carbon fiber or fiber-glass webs are first cut. These are then moved to the bonding department, where the fuselage and wing shells are formed. Once the airframe is cured and painted, it moves to the final assembly line. Here, the electronics suite, fuel system, mechanical actuators for the control surfaces, and engine are integrated. The final stage is the installation of the warhead, located in the nose just behind the aerodynamic cone.</p>
<p>Thirdly, there are the import destinations and consumers of Iran’s Shaheds, which ultimately fund a complex lifecycle and supply chain (See Table 2). Tehran has transferred drone technology to Russia and China, as well as IRGC-backed groupings such as Hezbollah, Houthis, and Iraqi militias. Beyond the Shahed, Venezuela<sup>30</sup> has been assembling the Mohajer-2 (branded as the ANSU-100) and the QAI Mohajer-6 since the mid-2000s, while Ethiopia and Sudan have used Iranian drones to strike rebel groups. Tajikistan<sup>31</sup> also hosts a dedicated Ababil-2 production facility inaugurated by Iran in 2022. Thus, close integration among military recipients, the Iranian government, and manufacturers has enabled the mobilisation of lessons from many operational use cases and, ultimately, the rapid evolution of the Shahed class.</p>
<section id="table-2" class="level3">
<h3 data-anchor-id="table-2">Table 2</h3>
<p>Export Customers and Adopted Proliferation</p>
<table class="caption-top table">
<colgroup>
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 37%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Recipient</strong></th>
<th><strong>Relationship to Iran</strong></th>
<th><strong>Drone Model(s)</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Russia</strong></td>
<td>State-level technology transfer</td>
<td>Shahed-136 (renamed ‘Geran’), Shahed-238 (‘Geran-3’), Shahed-107</td>
<td>Domestic production in Alabuga Special Economic Zone, Tatarstan; capacity 5,000/month</td>
</tr>
<tr class="even">
<td><strong>China</strong></td>
<td>Technology transfer (drone tech, BeiDou satellite access)</td>
<td>Multiple variants</td>
<td>Hub for procurement networks; re-export of components; possible domestic production/reverse-engineering</td>
</tr>
<tr class="odd">
<td><strong>Hezbollah</strong></td>
<td>IRGC-backed militia</td>
<td>Shahed variants</td>
<td>Non-state actor; used in conflict with Israel (June 2025, 12-day war)</td>
</tr>
<tr class="even">
<td><strong>Houthis</strong></td>
<td>Tehran-backed militia</td>
<td>Shahed-131</td>
<td>Used in 2019 east-west oil pipeline attack in Saudi Arabia</td>
</tr>
<tr class="odd">
<td><strong>Iraqi Militias</strong></td>
<td>IRGC-affiliated groups</td>
<td>Shahed variants</td>
<td>Various groups receiving transfer for strikes</td>
</tr>
<tr class="even">
<td><strong>Venezuela</strong></td>
<td>State-level cooperation</td>
<td>Mohajer-2 (ANSU-100), Mohajer-6</td>
<td>Assembling Iranian drones domestically since 2000s</td>
</tr>
<tr class="odd">
<td><strong>Ethiopia</strong></td>
<td>Military procurement</td>
<td>Iranian drones (unspecified variants)</td>
<td>Used to strike rebel groups</td>
</tr>
<tr class="even">
<td><strong>Sudan</strong></td>
<td>Military procurement</td>
<td>Iranian drones (unspecified variants)</td>
<td>Used to strike rebel groups</td>
</tr>
<tr class="odd">
<td><strong>Tajikistan</strong></td>
<td>State-level technology transfer</td>
<td>Ababil-2</td>
<td>Dedicated production facility inaugurated by Iran since 2022</td>
</tr>
<tr class="even">
<td><strong>United States</strong></td>
<td>Reverse-engineering (from captured specimens)</td>
<td>Shahed variants (studied)</td>
<td>Produced own LUCAS (Low-Cost Uncrewed Combat Attack System) copy</td>
</tr>
</tbody>
</table>
</section>
</section>
<section id="a-global-web-of-components-and-supply-lines" class="level1 page-columns page-full">
<h1>A Global Web of Components and Supply Lines</h1>
<p>Despite being one of the most sanctioned countries on Earth, Iran has built the Shaheds using a globalised supply chain of commercially available, dual-use components.</p>
<section id="pathways-of-integration" class="level2">
<h2 data-anchor-id="pathways-of-integration">Pathways of Integration</h2>
<p>These components are brought into an Iranian Shahed’s supply chain and life cycle through four primary pathways, or a parallel combination thereof:</p>
<ol type="1">
<li><p><strong>Shell/ Front Companies:</strong> This is the most well-documented route. In one case<sup>32</sup> unsealed by the US Department of Justice, two Iranian nationals running the company Rah Roshd falsely purported to represent companies based in the UAE and Belgium, using a spoofed e-mail address containing a misspelt version of a legitimate company’s name to procure US-made servo motors and electronic components. They used at least three shell companies based in the UAE to pay a China-based company, with payments processed through US-based correspondent bank accounts. Similar companies have since sprung up in Hong Kong and Turkey as well. In this light, the US Treasury designated,<sup>33</sup> in November 2025, as many as 32 individuals and entities across Iran, the UAE, Turkey, China, Hong Kong, India, Germany, and Ukraine to disrupt Tehran’s “Transnational Missile and UAV Procurement Networks.”</p></li>
<li><p><strong>Chinese Distributors and Re-Export Hubs:</strong> While many parts originate in the US, Europe, and Japan, procurement networks frequently<sup>34</sup> route them through Chinese distributors or trading companies before they reach Iranian manufacturers. In this light, in February 2025, the US Treasury sanctioned<sup>35</sup> six companies based in Hong Kong and China for their involvement in procuring components for Tehran’s drone and ballistic missile programmes, that too, on behalf of another Office of Foreign Assets Control-designated Iran-based firm – the Pishtazan Kavosh Gostar Boshra (PKGB).</p></li>
<li><p><strong>Exploiting dual-use ambiguity and commercial availability:</strong> This is the most structurally difficult pathway to stop, as most of Shahed’s components are commercially available off-the-shelf. Electronics, for example, that are sold globally for civilian applications, by say, Texas Instruments or Winbond. Further, of the roughly 50 different types<sup>36</sup> of German Infineon transistors that power Shaheds, many, such as the IPB031N08N5,<sup>37</sup> are available for sale on eBay for as little as US$ 20.<sup>38</sup> Other common circumvention techniques include mislabelling goods or providing incorrect end-user details. This was the case, per an investigation by the Australian Government’s Department of Foreign Affairs and Trade, on a satellite navigation antenna found in a Shahed, which was labelled “Agricultural equipment parts” in Chinese and English.<sup>39</sup></p></li>
<li><p><strong>Direct state-level technology transfer and reverse engineering:</strong> This is the pathway that builds the highest-quality indigenous capability but has the longest risk-reward runway. In terms<sup>40</sup> of direct ToT, China gave Iran access to its BeiDou satellite navigation system in 2021, while Russia transferred drone technology and production know-how to Iran. On the reverse-engineering front, Mado company has produced its own engines based on British and German ones, while many American and Israeli drones, such as the Boeing ScanEagle,<sup>41</sup> the RQ-170 ‘Sentinel’,<sup>42</sup> and likely also the IAI ‘Harpy’,<sup>43</sup> have been captured, studied, and replicated in part by Tehran since 2011.</p></li>
</ol>
</section>
<section id="case-findings" class="level2 page-columns page-full">
<h2 data-anchor-id="case-findings">Case Findings</h2>
<p>An internal document leaked from the Alabuga Special Economic Zone near Yelabuga, Tatarstan, Russia’s main Shahed-manufacturing facility, revealed that approximately 140 electronic and connector components are used in each Shahed-136, with about 80 per cent<sup>44</sup> of those originating from American manufacturers. Then, a Ukrainian intelligence teardown of a captured drone, as made public by CNN,<sup>45</sup> found that 40 out of 52 components were made by 13 different American companies. These included Texas Instruments microcontrollers, voltage regulators, and digital signal processors; a Hemisphere GNSS GPS module for Position-Navigation-Timing (PNT); NXP microprocessors; and components from Analog Devices and Onsemi.</p>
<p>Further, another analysis from the ‘Trap Aggressor’ project, in partnership with the Ukraine-based ‘Independent Anti-Corruption Commission’ (NAKO),<sup>46</sup> found that Servo drives came from American Hitec USA Group, batteries from Japanese Panasonic, ceramic chip antennas from Canadian Tallysman, the power supply board made from German and Chinese components (the former included the ‘Infineon’ transistors, while the latter included voltage regulators), and the control unit was produced by Russian plant Zapadpribor.<sup>47</sup></p>

<div class="no-row-height column-margin column-container"><div class="margin-aside">
<p>Servo drives/ motors function as control systems that manage<sup>48</sup> a drone’s rotational speed, the force it produces, and its direction. For drone applications, these components are fundamental to achieving the precision required for flight operations. A servo drive continuously monitors the motor’s current state and makes real-time adjustments to match the desired output. In drones, this means the drive receives commands about where a motor should spin or how fast it should turn, checks the actual performance, and corrects any deviation.</p>
</div></div><p>Most interestingly, the breakdown conducted by the ‘War Sanctions’<sup>49</sup> project of the Ukrainian Defence Ministry’s Main Directorate of Intelligence on a Shahed-107 (See Table 3), reveals a diverse set of components from across the globe. In terms of microcontrollers, the 107 possesses two – one from the China-based manufacturer GigaDevice, and another from Switzerland’s STMicroelectronics. Also coming from China and Switzerland, respectively, are the Toggle Switch, produced by Zhejiang Renew Electronics, and the GNSS module, produced by U-Blox. From the US-based Analog Devices come four other components – a low-noise, 3-axis MEMS accelerometer (which is a specialised sensor designed for high-precision vibration, tilt, and inertial sensing), two Radio-Frequency transceivers, and a buck regulator (needed to power critical electronics like flight controllers, receivers, cameras, and GPS modules). Japan and Taiwan’s manufacturers, Murata and Winbond Electronics, respectively, contribute an electromagnetic filter and a flash memory (for storing essential, permanent data on board). Both the DLE 111 engine, and its ignition system (model A-02), came from China’s Mile Haoxiang Technology Co.&nbsp;Ltd.</p>
<section id="table-3" class="level3">
<h3 data-anchor-id="table-3">Table 3</h3>
<p>31 Components of Shahed-107 (As identified by GUR Ukraine on the ‘War Sanctions’ Portal)</p>
<table class="caption-top table">
<colgroup>
<col style="width: 19%">
<col style="width: 19%">
<col style="width: 19%">
<col style="width: 19%">
<col style="width: 22%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>CAN Transceiver</strong></td>
<td>VP230 TI39M OACYJ</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>Communication bus interface</td>
</tr>
<tr class="even">
<td><strong>Line Driver</strong></td>
<td>MB3238I 3BK G4 C5PR</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>Signal conditioning</td>
</tr>
<tr class="odd">
<td><strong>Digital Signal Processor</strong></td>
<td>TMS320 F28335PGFA G4 A – 39C505W G4</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>Core processing unit</td>
</tr>
<tr class="even">
<td><strong>Servo Drive</strong></td>
<td>Unidentified</td>
<td>Not identified</td>
<td>Unknown</td>
<td>Flight control actuation</td>
</tr>
<tr class="odd">
<td><strong>Engine Ignition System</strong></td>
<td>Model A-02</td>
<td>Mile Haoxiang Technology Co., Ltd (DLE)</td>
<td>China</td>
<td>Spark timing control</td>
</tr>
<tr class="even">
<td><strong>Two-Stroke Petrol Engine</strong></td>
<td>DLE 111</td>
<td>Mile Haoxiang Technology Co., Ltd (DLE)</td>
<td>China</td>
<td>2-cylinder, air-cooled propulsion</td>
</tr>
<tr class="odd">
<td><strong>IMU Module</strong></td>
<td>SN#: 46-320</td>
<td>Not identified</td>
<td>Unknown</td>
<td>Inertial measurement unit</td>
</tr>
<tr class="even">
<td><strong>Transceiver (RF)</strong></td>
<td>ANALOG DEVICES AD9365BBCZ #2415</td>
<td>Analog Devices</td>
<td>USA</td>
<td>Radio-frequency communication; Production date: April (week 15) 2024</td>
</tr>
<tr class="odd">
<td><strong>Electromagnetic Interference Filter</strong></td>
<td>MURATA BNX023</td>
<td>Murata</td>
<td>Japan</td>
<td>EMI suppression</td>
</tr>
<tr class="even">
<td><strong>Buck Regulator</strong></td>
<td>ADP5054 ACPZ #2124 5872838 PHIL</td>
<td>Analog Devices</td>
<td>USA</td>
<td>Voltage step-down; Production date: June (week 24) 2021</td>
</tr>
<tr class="odd">
<td><strong>Microcontroller (ARM)</strong></td>
<td>ARM model unspecified</td>
<td>STMicroelectronics</td>
<td>Switzerland</td>
<td>Primary processor</td>
</tr>
<tr class="even">
<td><strong>Toggle Switch</strong></td>
<td>RT-S6-22B</td>
<td>Zhejiang Renew Electronics</td>
<td>China</td>
<td>System control</td>
</tr>
<tr class="odd">
<td><strong>Low-Noise 3-Axis MEMS Accelerometer</strong></td>
<td>ADXL357B #2226 844088</td>
<td>Analog Devices</td>
<td>USA</td>
<td>High-precision inertial sensing; Production date: June (week 26) 2022</td>
</tr>
<tr class="even">
<td><strong>Microcontroller</strong></td>
<td>GD32F103 TBU6 GDUT028 DS2312</td>
<td>GigaDevice</td>
<td>China</td>
<td>Secondary processor; Production date: March (12th week) 2023</td>
</tr>
<tr class="odd">
<td><strong>GNSS Module</strong></td>
<td>M8030-KT B3000A 08586206 2249A3</td>
<td>U-blox</td>
<td>Switzerland</td>
<td>Satellite positioning; Production date: December (week 49) 2022</td>
</tr>
<tr class="even">
<td><strong>Flash Memory</strong></td>
<td>WINBOND 25Q16JVIQ 2311 6223 AM900ZZ</td>
<td>Winbond Electronics Corporation</td>
<td>Taiwan</td>
<td>Data storage; Production date: March (week 11) 2023</td>
</tr>
<tr class="odd">
<td><strong>Pressure Sensor</strong></td>
<td>TE 561101BA03 229055472</td>
<td>TE Connectivity</td>
<td>Ireland</td>
<td>Altitude/pressure measurement</td>
</tr>
<tr class="even">
<td><strong>RS-232 Transceiver</strong></td>
<td>MAXIM MAX3221E EAE2225</td>
<td>Maxim Integrated Products (Analog Devices)</td>
<td>USA</td>
<td>Serial communication; Production date: June (week 25) 2022</td>
</tr>
<tr class="odd">
<td><strong>Voltage Regulator</strong></td>
<td>GN LF33A GK8X3404</td>
<td>STMicroelectronics</td>
<td>Switzerland</td>
<td>Power conditioning</td>
</tr>
<tr class="even">
<td><strong>Microcontroller (ARM)</strong></td>
<td>STM32F405 RGT6 CQ24A VG CHN GQ 402 11</td>
<td>STMicroelectronics</td>
<td>Switzerland</td>
<td>ARM Cortex-M4 processor</td>
</tr>
<tr class="odd">
<td><strong>Linear Voltage Regulator</strong></td>
<td>GN 78M09 B GK4FM305</td>
<td>STMicroelectronics</td>
<td>Switzerland</td>
<td>9V fixed output</td>
</tr>
<tr class="even">
<td><strong>SMAJ30CA Protection Diode</strong></td>
<td>YK 3H1YB</td>
<td>Littelfuse, Inc.</td>
<td>USA</td>
<td>Transient voltage suppression</td>
</tr>
<tr class="odd">
<td><strong>Rectifier</strong></td>
<td>V20PW45C M209A</td>
<td>General Semiconductor (Vishay)</td>
<td>USA</td>
<td>Diode rectification</td>
</tr>
<tr class="even">
<td><strong>Connector</strong></td>
<td>9001-15481C00A</td>
<td>Oupiin Enterprise Co., Ltd</td>
<td>Taiwan</td>
<td>Circuit interconnection</td>
</tr>
<tr class="odd">
<td><strong>MOSFET</strong></td>
<td>FR5305 P350G CK 29</td>
<td>International Rectifier (Infineon Technologies)</td>
<td>USA</td>
<td>Power switching</td>
</tr>
<tr class="even">
<td><strong>16-bit Transceiver</strong></td>
<td>LVT16245B BF557 02 UnG0707B</td>
<td>NXP Semiconductors</td>
<td>Netherlands</td>
<td>Logic signal translation</td>
</tr>
<tr class="odd">
<td><strong>Relay</strong></td>
<td>G6K-2F-Y 24 VDC CHINA</td>
<td>OMRON</td>
<td>Japan</td>
<td>Electromechanical switch</td>
</tr>
<tr class="even">
<td><strong>Optocoupler</strong></td>
<td>H11G1 031Q</td>
<td>Fairchild Semiconductor (ON Semiconductor)</td>
<td>USA</td>
<td>Isolation coupling</td>
</tr>
<tr class="odd">
<td><strong>Voltage Regulator</strong></td>
<td>PS767D301 18T AXE2</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>Dual-output regulation</td>
</tr>
<tr class="even">
<td><strong>Precision Instrumentation Amplifier</strong></td>
<td>AD8422 ARZ</td>
<td>Analog Devices</td>
<td>USA</td>
<td>Signal amplification</td>
</tr>
</tbody>
</table>
<p>These are just a few of the many diverse components identified by the Directorate in the 107. In terms of the findings from Shahed-136, most memory chips, RF transceivers, digital signal processors and microcircuits come from either Texas Instruments, Xilinx Inc.&nbsp;(AMD), or Analog Devices’ ‘Maxim Integrated Products’ – all US-based firms. The project also informed<sup>50</sup> most recently, and perhaps most strikingly, that an Nvidia Jetson Orin Nano Developer Kit was found inside the 136’s MS001 variant (See Table 4). It is an AI-based computer module capable of performing 67 trillion operations per second, and is commercially available for a price of US$ 249.<sup>51</sup></p>
</section>
<section id="table-4" class="level3">
<h3 data-anchor-id="table-4">Table 4</h3>
<p>75+ Components of Shahed-136/ Geran-2-MS001 (As identified by GUR Ukraine on the ‘War Sanctions’ Portal)</p>
</section>
<section id="core-processing-control" class="level3">
<h3 data-anchor-id="core-processing-control">Core Processing &amp; Control</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 18%">
<col style="width: 21%">
<col style="width: 18%">
<col style="width: 18%">
<col style="width: 21%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Schmitt-Trigger (Memory)</strong></td>
<td>ATMEL207 24C1024W S127</td>
<td>Atmel (Microchip Technology)</td>
<td>USA</td>
<td>Configuration memory storage</td>
</tr>
<tr class="even">
<td><strong>Programmable Logic Device (PLD)</strong></td>
<td>XC6SLZ45 CSC484DIV2217 0670311A 21 TAIWAN</td>
<td>Xilinx Inc.&nbsp;(AMD)</td>
<td>USA</td>
<td>FPGA for logic implementation; Production date: May (17 week) 2022</td>
</tr>
<tr class="odd">
<td><strong>Digital Signal Processor</strong></td>
<td>A1GHZ DSP TMS 320C6455CTZ S721-26ZYCG7 2005 TI CTZ G1</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>High-performance signal processing</td>
</tr>
<tr class="even">
<td><strong>Microcontroller 32-bit</strong></td>
<td>STM32G070CBT6 GQ20X259R CHN GQ 226</td>
<td>STMicroelectronics</td>
<td>Switzerland</td>
<td>ARM Cortex-M0+ processor</td>
</tr>
<tr class="odd">
<td><strong>Microcontroller 32-bit</strong></td>
<td>STM32F103C8T6 99092 0493 MYS 99 149</td>
<td>STMicroelectronics</td>
<td>Switzerland</td>
<td>ARM Cortex-M3 processor</td>
</tr>
<tr class="even">
<td><strong>Digital Signal Processor</strong></td>
<td>TMS320 F28335PGFA CA-2AAFTMW G4</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>Flight control signal processing</td>
</tr>
<tr class="odd">
<td><strong>Microcontroller (Unspecified ARM)</strong></td>
<td>ARM model - exact type not fully marked</td>
<td>STMicroelectronics</td>
<td>Switzerland</td>
<td>General control processor</td>
</tr>
</tbody>
</table>
</section>
<section id="memory-storage" class="level3">
<h3 data-anchor-id="memory-storage">Memory &amp; Storage</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 18%">
<col style="width: 18%">
<col style="width: 23%">
<col style="width: 18%">
<col style="width: 21%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Memory Chip (DRAM)</strong></td>
<td>IMH22 D9MDR</td>
<td>Micron Technology</td>
<td>USA</td>
<td>Working memory for processing</td>
</tr>
<tr class="even">
<td><strong>Memory Chip (Flash)</strong></td>
<td>FL512SAVFR1 2500006 A 11 SPANSION</td>
<td>Spansion (Cypress Semiconductor, Infineon Technologies)</td>
<td>USA</td>
<td>Non-volatile storage</td>
</tr>
<tr class="odd">
<td><strong>Memory Chip (EEPROM)</strong></td>
<td>ATMLH835 64DM CN 183548K</td>
<td>Atmel (Microchip Technology)</td>
<td>USA</td>
<td>Configuration/firmware storage</td>
</tr>
</tbody>
</table>
</section>
<section id="power-management-regulation" class="level3">
<h3 data-anchor-id="power-management-regulation">Power Management &amp; Regulation</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 18%">
<col style="width: 18%">
<col style="width: 23%">
<col style="width: 18%">
<col style="width: 21%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Voltage Stabilizer</strong></td>
<td>AMS1117 1.8 2128</td>
<td>Monolithic Power Systems</td>
<td>USA</td>
<td>1.8V output; Production date: July (28 week) 2021</td>
</tr>
<tr class="even">
<td><strong>Voltage Stabilizer</strong></td>
<td>AMS1117 3.3 2220</td>
<td>Advanced Monolithic Systems Inc.</td>
<td>USA</td>
<td>3.3V output; Production date: May (20 week) 2022</td>
</tr>
<tr class="odd">
<td><strong>Linear Regulator</strong></td>
<td>314 3370 B33992</td>
<td>Linear Technology Corporation (Analog Devices)</td>
<td>USA</td>
<td>Voltage regulation</td>
</tr>
<tr class="even">
<td><strong>Linear Stabilizer</strong></td>
<td>311 1763</td>
<td>Linear Technology Corporation (Analog Devices)</td>
<td>USA</td>
<td>Power supply conditioning</td>
</tr>
<tr class="odd">
<td><strong>DC/DC Module</strong></td>
<td>2605Y Umodule №87323 2233</td>
<td>Linear Technology Corporation (Analog Devices)</td>
<td>USA</td>
<td>Isolated power conversion; Production date: August (33 week) 2022</td>
</tr>
<tr class="even">
<td><strong>Linear Regulator</strong></td>
<td>S15 H100 GE227303</td>
<td>STMicroelectronics</td>
<td>Switzerland</td>
<td>Fixed voltage output</td>
</tr>
<tr class="odd">
<td><strong>Linear Voltage Regulator</strong></td>
<td>GN LF33A GK8X3404</td>
<td>STMicroelectronics</td>
<td>Switzerland</td>
<td>3.3V regulation</td>
</tr>
<tr class="even">
<td><strong>Step-down Converter</strong></td>
<td>5450 TI 0B4 ZE9RG4</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>Buck topology power supply</td>
</tr>
</tbody>
</table>
</section>
<section id="signal-conditioning-communication" class="level3">
<h3 data-anchor-id="signal-conditioning-communication">Signal Conditioning &amp; Communication</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 18%">
<col style="width: 18%">
<col style="width: 18%">
<col style="width: 18%">
<col style="width: 25%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Transceiver (RF)</strong></td>
<td>AXSEM AX5042-1 0938AB</td>
<td>Axsem AG (ON Semiconductor)</td>
<td>Switzerland</td>
<td>Sub-GHz transceiver</td>
</tr>
<tr class="even">
<td><strong>Transceiver (Serial)</strong></td>
<td>ADM3307 EARUZ #2015</td>
<td>Analog Devices</td>
<td>USA</td>
<td>RS-232 to 3.3V translator; Production date: April (15 week) 2020</td>
</tr>
<tr class="odd">
<td><strong>Linear Driver</strong></td>
<td>B367 ARUZ #017</td>
<td>Analog Devices</td>
<td>USA</td>
<td>Line driver for signal transmission</td>
</tr>
<tr class="even">
<td><strong>RS-232 Driver</strong></td>
<td>GF589 ST3232B CHN248</td>
<td>STMicroelectronics</td>
<td>Switzerland</td>
<td>Multi-channel serial driver</td>
</tr>
<tr class="odd">
<td><strong>10/100 Ethernet Transceiver</strong></td>
<td>LAN8742A SMSC 8742A-i 319D6TA B-TW</td>
<td>Microchip Technology Inc.</td>
<td>USA</td>
<td>Ethernet PHY for data link</td>
</tr>
<tr class="even">
<td><strong>CAN Bus Transceiver</strong></td>
<td>VP230 28M AOG9G4</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>CAN protocol communication</td>
</tr>
<tr class="odd">
<td><strong>16-bit Transceiver</strong></td>
<td>LVT16245B BF557 02 UnG0707B</td>
<td>NXP Semiconductors</td>
<td>Netherlands</td>
<td>Logic-level translation</td>
</tr>
</tbody>
</table>
</section>
<section id="analog-mixed-signal" class="level3">
<h3 data-anchor-id="analog-mixed-signal">Analog &amp; Mixed-Signal</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Microcircuit</strong></td>
<td>MF243EI 2AK G4 A1D4</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>Mixed-signal IC</td>
</tr>
<tr class="even">
<td><strong>Microcircuit</strong></td>
<td>MxFE</td>
<td>Analog Devices</td>
<td>USA</td>
<td>RF transceiver IC</td>
</tr>
<tr class="odd">
<td><strong>Transistor</strong></td>
<td>031N08N5 GAH218</td>
<td>Infineon Technologies</td>
<td>Germany</td>
<td>N-channel MOSFET; power switching</td>
</tr>
<tr class="even">
<td><strong>Transistor</strong></td>
<td>FDS6675BZ GMAASI</td>
<td>ON Semiconductor (ONSEMI)</td>
<td>USA</td>
<td>P-channel MOSFET</td>
</tr>
<tr class="odd">
<td><strong>Transistor</strong></td>
<td>FR5305 P227D FH 56</td>
<td>International Rectifier (Infineon Technologies)</td>
<td>USA</td>
<td>Power MOSFET</td>
</tr>
<tr class="even">
<td><strong>MOSFET Driver</strong></td>
<td>TC4428E 0A 1904 3C5</td>
<td>Microchip Technology Inc.</td>
<td>USA</td>
<td>MOSFET gate driver</td>
</tr>
</tbody>
</table>
</section>
<section id="logic-digital-gates" class="level3">
<h3 data-anchor-id="logic-digital-gates">Logic &amp; Digital Gates</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Assembly of Inverters</strong></td>
<td>26AF04M HCT04 G4</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>Hex inverter logic gates</td>
</tr>
<tr class="even">
<td><strong>10-channel General-Purpose FET Bus Switch</strong></td>
<td>SN74CB3T3384 KS384 13K G4 C7SQ</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>Analog multiplexer/switch</td>
</tr>
<tr class="odd">
<td><strong>Comparator</strong></td>
<td>6562E 305C3K</td>
<td>Microchip Technology Inc.</td>
<td>USA</td>
<td>Analog comparator</td>
</tr>
</tbody>
</table>
</section>
<section id="data-conversion" class="level3">
<h3 data-anchor-id="data-conversion">Data Conversion</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Analog-to-Digital Converter (24-bit)</strong></td>
<td>ADS122U 87K G4 A8R8</td>
<td>Texas Instruments</td>
<td>USA</td>
<td>High-resolution ADC</td>
</tr>
</tbody>
</table>
</section>
<section id="sensing-measurement" class="level3">
<h3 data-anchor-id="sensing-measurement">Sensing &amp; Measurement</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>10/100BASE-T Transformer</strong></td>
<td>HX1188NL 2322 M CHINA</td>
<td>Pulse Electronics Corporation</td>
<td>USA</td>
<td>Ethernet isolation transformer; Production date: June (22 week) 2023</td>
</tr>
</tbody>
</table>
</section>
<section id="computer-module-advanced-variant" class="level3">
<h3 data-anchor-id="computer-module-advanced-variant">Computer Module (Advanced Variant)</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>AI Computer Module</strong></td>
<td>NVIDIA Jetson Orin Nano Developer Kit</td>
<td>Nvidia</td>
<td>USA</td>
<td>67 trillion operations/second; Machine vision capable; Commercial price ~USD 249</td>
</tr>
</tbody>
</table>
</section>
<section id="external-subsystem-components" class="level3">
<h3 data-anchor-id="external-subsystem-components">External/ Subsystem Components</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Video Stream Capture Unit</strong></td>
<td>EZCAP USB3.0 AHD Video Capture</td>
<td>Shenzhen ForwardVideo Technology Co., Ltd</td>
<td>China</td>
<td>Real-time video recording (MS001 variant)</td>
</tr>
<tr class="even">
<td><strong>Data Transmission Unit</strong></td>
<td>TX-RSD-902-A3</td>
<td>Manufacturer not specified</td>
<td>Unknown</td>
<td>Datalink subsystem</td>
</tr>
<tr class="odd">
<td><strong>VHF Data Link Unit</strong></td>
<td>VDL-RSD-943F-A3</td>
<td>Manufacturer not specified</td>
<td>Unknown</td>
<td>VHF frequency data transmission</td>
</tr>
</tbody>
</table>
</section>
<section id="systems-level-components-iranian-designated" class="level3">
<h3 data-anchor-id="systems-level-components-iranian-designated">Systems-Level Components (Iranian-Designated)</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
<col style="width: 20%">
</colgroup>
<thead>
<tr class="header">
<th><strong>Component Type</strong></th>
<th><strong>Component Name / Model</strong></th>
<th><strong>Manufacturer</strong></th>
<th><strong>Country of Origin</strong></th>
<th><strong>Notes</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Satellite Receiver</strong></td>
<td>NASIR</td>
<td>Unidentified</td>
<td>Iran</td>
<td>GNSS receiver unit</td>
</tr>
<tr class="even">
<td><strong>Inertial Navigation System</strong></td>
<td>SADRA</td>
<td>Unidentified</td>
<td>Iran</td>
<td>INS/IMU integration</td>
</tr>
<tr class="odd">
<td><strong>Air Pressure Measuring Unit</strong></td>
<td>AIRDATA COMPUTER (ADC)</td>
<td>Unidentified</td>
<td>Iran</td>
<td>Altitude/airspeed measurement</td>
</tr>
<tr class="even">
<td><strong>Power Distribution Unit (PDU)</strong></td>
<td>Not named</td>
<td>Unidentified</td>
<td>Iran</td>
<td>Electrical power management</td>
</tr>
<tr class="odd">
<td><strong>Flight Controller</strong></td>
<td>Not named</td>
<td>Unidentified</td>
<td>Iran</td>
<td>Navigation &amp; flight control computer</td>
</tr>
</tbody>
</table>
<p>While the Jetson Orin is capable of providing “machine vision” by allowing the drone to make decisions based on a pre-loaded, live feed processed using AI/ML, as editions of the 136/Geran-2 have evolved, the Russian series ‘E’ has shifted from a fire-and-forget to a remotely piloted drone. This series hosts another<sup>52</sup> critical Chinese component – the TS130C-01 optical camera produced by Chengdu Honpho Technologies. This forward-facing, visible-light camera in the nose transmits a live video feed to an operator, enabling them to take a call on completion of the kill chain.</p>
</section>
</section>
</section>
<section id="a-new-war-reality" class="level1">
<h1>A New War Reality</h1>
<p>The emergence and persistence of the Shahed drone offer vital lessons for India and the broader international community. To begin with, the drone’s success lies not in technological sophistication but in the building of an ecosystem and an economy. At US$ 20,000-50,000 per unit, with reported production capacities of 400 per day in Iran and 5,000 per month in Russia, this platform challenges the traditional logic of air defence.</p>
<p>For India, which faces two potential adversaries with technologically-frontier capabilities and production advantages, the missile defence architecture requires urgent rethinking to tackle saturation, kamikaze and swarm attack scenarios. In this regard, while the hard-kill ‘Bhargavastra’ system,<sup>53</sup> equipped with micro-missiles, is a valuable addition to the Indian armed forces, a soft-kill system is also necessary to deploy a wide spectrum of electromagnetic and cyber capabilities to bring drones down.</p>
<p>Secondly, Iran’s feats in dual-use component deployment and reverse-engineering processes, despite widespread UN-backed as well as unilateral Western sanctions, are major lessons. For India, there is a notable takeaway – that domestic indigenous capability in critical components is non-negotiable.</p>
<p>Of course, there is a bureaucratic outcome of eminence in Tehran’s use of its history and experience. The closed-feedback loops between buyers and sellers of its drones, the quick adaptation from operational experiences, and the impetus provided by the ever-hanging sword of American or Israeli strikes – pushed the Supreme National Security Council and the IRGC to take urgent measures to scale drone operations and production. All of it is also prompted by a history of engagement in conflict with Iraq, Israel, and the US. India must find the motivation to adapt to the changing rules of warfare without necessarily needing a crisis.</p>
<p><strong>Acknowledgements:</strong> The author is grateful to Aditya Ramanathan for his valuable research guidance and feedback.</p>




</section>


<div id="quarto-appendix" class="default"><section id="footnotes" class="footnotes footnotes-end-of-document"><h2 class="anchored quarto-appendix-heading">Footnotes</h2>

<ol>
<li id="fn1"><p>Anushka Saxena, “Tracking Iran War Weapons &amp; Attacks Daily,” GitHub, n.d., <a href="https://shakunasanaxe.github.io/iran-weapons-tracker/">Link</a>.↩︎</p></li>
<li id="fn2"><p>Justin Bronk and Jack Watling, “Mass Precision Strike: Designing UAV Complexes for Land Forces,” RUSI and Wilson Center Report, April 2024, <a href="https://static.rusi.org/mass-precision-strike-final.pdf">Link</a>.↩︎</p></li>
<li id="fn3"><p>“Shahed 136 Drone Engine,” Scribd, 2026, <a href="https://scribdpdf.com/shahed-136-drone-engine">Link</a>.↩︎</p></li>
<li id="fn4"><p>“Military Power Publications: UAV Book,” US Defense Intelligence Agency, August 2023, <a href="https://www.dia.mil/Portals/110/Documents/News/Military_Power_Publications/UAV_Book.pdf">Link</a>.↩︎</p></li>
<li id="fn5"><p>“Shahed-136 Suicide Drone: Iranian Loitering Munition,” <em>Iran Press</em>, December 17, 2022, <a href="https://iranpress.com/content/70806/shahed-136-suicide-drone-iranian-loitering-munition">Link</a>.↩︎</p></li>
<li id="fn6"><p>Joe Emmett <em>et al.</em>, “How to Identify the Shahed-131 and 136,” Open Source Munitions Portal, n.d., <a href="https://osmp.ngo/interactive/how-to-identify-the-shahed-131-and-136/">Link</a>.↩︎</p></li>
<li id="fn7"><p>“Documenting the domestic Russian variant of the Shahed UAV,” Conflict Armament Research, iTrace, August 2023, <a href="https://storymaps.arcgis.com/stories/d3be20c31acd4112b0aecece5b2a283c">Link</a>.↩︎</p></li>
<li id="fn8"><p>Thomas Newdick, “Our First Look Inside Russia’s Shahed-136 Attack Drone Factory,” The War Zone, March 5, 2024, <a href="https://www.twz.com/news-features/our-first-look-inside-russias-shahed-136-attack-drone-factory">Link</a>.↩︎</p></li>
<li id="fn9"><p>John Hardie on X, July 21, 2023, <a href="https://x.com/JohnH105/status/1682392846404313088">Link</a>.↩︎</p></li>
<li id="fn10"><p>Seevali Abeysekera, “Shahed-136: Iran’s Cheap Drone That Changed Warfare,” <em>Eurasia Review</em>, March 31, 2026, <a href="https://www.eurasiareview.com/31032026-shahed-136-irans-cheap-drone-that-changed-warfare-oped/">Link</a>.↩︎</p></li>
<li id="fn11"><p>Jeremy Binnie, “Ukraine Conflict: Details of Iranian Attack UAV Released,” Jane’s OSINT Insights, September 29, 2022, <a href="https://www.janes.com/osint-insights/defence-news/air/ukraine-conflict-details-of-iranian-attack-uav-released">Link</a>.↩︎</p></li>
<li id="fn12"><p>Joe Emmett <em>et al.</em>, “How to Identify the Shahed-131 and 136,” Open Source Munitions Portal, n.d., <a href="https://osmp.ngo/interactive/how-to-identify-the-shahed-131-and-136/">Link</a>.↩︎</p></li>
<li id="fn13"><p>“Private Companies Propelling Iran’s Drone Industry,” Iranian Watch, November 29, 2023, <a href="https://www.iranwatch.org/our-publications/articles-reports/private-companies-propelling-irans-drone-industry">Link</a>.↩︎</p></li>
<li id="fn14"><p>“Shahed-136 Has Stolen Engine Technology; Russians Fill It With Wrong Fuel,” <em>Defence Express</em>, April 29, 2023, <a href="https://en.defence-ua.com/weapon_and_tech/shahed_136_has_a_stolen_engine_technology_as_if_that_wasnt_enough_russians_fill_it_with_the_wrong_fuel-6555.html">Link</a>.↩︎</p></li>
<li id="fn15"><p>IndiaToday on X, March 21, 2026, <a href="https://x.com/IndiaToday/status/2035212088747114992">Link</a>.↩︎</p></li>
<li id="fn16"><p>“Shaheds, Dollars, and Beijing: How China Facilitates Iranian UAV Procurement,” Frontelligence <em>Substack</em>, August 21, 2025, <a href="https://frontelligence.substack.com/p/shaheds-dollars-and-beijing-how-china">Link</a>.↩︎</p></li>
<li id="fn17"><p>“The Cat’s Out of the Bag: Counterproliferation Lessons from the Curious Case of Limbach Engines,” Iran Watch, December 17, 2025, <a href="https://www.iranwatch.org/our-publications/articles-reports/cats-out-bag-counterproliferation-lessons-curious-case-limbach-engines">Link</a>.↩︎</p></li>
<li id="fn18"><p>“Defence Intelligence Releases Data on Russia’s Active Use of Shahed-107 Drones,” Odessa Journal, November 25, 2025, <a href="https://odessa-journal.com/defence-intelligence-releases-data-on-russias-active-use-of-shahed107-drones">Link</a>.↩︎</p></li>
<li id="fn19"><p>Vadim Kushnikov, “Iran Officially Unveils Shahed-238,” Militarnyi, November 20, 2023, <a href="https://militarnyi.com/en/news/iran-officially-unveils-shahed-238/">Link</a>.↩︎</p></li>
<li id="fn20"><p>Evgeny Antonov, “Shahed-238 Export Price and Capabilities,” Re-Russia Analytics, July 17, 2025, <a href="https://re-russia.net/en/analytics/0323/">Link</a>.↩︎</p></li>
<li id="fn21"><p>“Iran’s Latest Unmanned Aerial System Capabilities,” <em>Farsnews</em>, July 20, 2021, <a href="https://farsnews.ir/politics/1626753240000275281/">Link</a>.↩︎</p></li>
<li id="fn22"><p>“Operation Praying Mantis,” US Naval History and Heritage Command, September 20, 2023, <a href="https://www.history.navy.mil/browse-by-topic/wars-conflicts-and-operations/middle-east/praying-mantis.html">Link</a>.↩︎</p></li>
<li id="fn23"><p>Dominika Kunertova, “The Iran Conflict Edges the World Closer to a New Drone Arms Race,” Bulletin of Atomic Scientists, March 17, 2026, <a href="https://thebulletin.org/2026/03/the-iran-conflict-edges-the-world-closer-to-a-new-drone-arms-race/">Link</a>.↩︎</p></li>
<li id="fn24"><p>Robin Pagnamenta, “The Boom in Remote-Controlled Death,” The Observer, March 5, 2026, <a href="https://observer.co.uk/news/business/article/the-boom-in-remote-controlled-death">Link</a>.↩︎</p></li>
<li id="fn25"><p>Russia Mass Produces Shahed Drones Without Iran, Uses Chinese Parts,” <em>The New Voice of Ukraine</em>, March 5, 2026, <a href="https://english.nv.ua/nation/russia-mass-produces-shahed-drones-without-iran-uses-chinese-parts-50589083.html">Link</a>.↩︎</p></li>
<li id="fn26"><p>“Private Companies Propelling Iran’s Drone Industry,” Iranian Watch, November 29, 2023, <a href="https://www.iranwatch.org/our-publications/articles-reports/private-companies-propelling-irans-drone-industry">Link</a>.↩︎</p></li>
<li id="fn27"><p>European Union Official Journal, “Sanctions on Bonyad Taavon Sepah (Cooperative Foundation),” EUR-Lex Legal Content, April 24, 2023, <a href="https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32023R0846">Link</a>.↩︎</p></li>
<li id="fn28"><p>“Pars Aviation Services Company,” Iranian Watch Entities Profile, n.d., <a href="https://www.iranwatch.org/iranian-entities/pars-aviation-services-company-pasc">Link</a>.↩︎</p></li>
<li id="fn29"><p>Oleksandr Yan, “Child Labor, Gold, and Iranian Spare Parts: How is the Russian Shahed Factory Arranged?” Militarnyi, February 15, 2024, <a href="https://militarnyi.com/en/articles/child-labor-gold-and-iranian-spare-parts-how-is-the-russian-shahed-factory-arranged/">Link</a>.↩︎</p></li>
<li id="fn30"><p>“Treasury Targets Iran-Venezuela Weapons Trade,” US Treasury Department, December 30, 2025, <a href="https://home.treasury.gov/news/press-releases/sb0347">Link</a>.↩︎</p></li>
<li id="fn31"><p>Danny Citrinowicz, “Iran is on its way to replacing Russia as a leading arms exporter. The US needs a strategy to counter this trend,” Atlantic Council IranSource, February 2, 2024, <a href="https://www.atlanticcouncil.org/blogs/iransource/iran-drone-uavs-russia/">Link</a>.↩︎</p></li>
<li id="fn32"><p>“Iranian Company and Two Iranian Nationals Charged with Conspiracy to Provide Material Support,” US Department of Justice, April 1, 2025, <a href="https://www.justice.gov/opa/pr/iranian-company-and-two-iranian-nationals-charged-conspiring-provide-material-support">Link</a>.↩︎</p></li>
<li id="fn33"><p>“Treasury Disrupts Iran’s Transnational Missile and UAV Procurement Networks,” US Treasury Department, November 12, 2025, <a href="https://home.treasury.gov/news/press-releases/sb0313">Link</a>.↩︎</p></li>
<li id="fn34"><p>Kimberly Donovan and Emily Ezratty, “From Drones to Rocket Fuel: China and Russia Are Helping Iran Through Supply Chains,” Atlantic Council Dispatches, March 25, 2026, <a href="https://www.atlanticcouncil.org/dispatches/from-drones-to-rocket-fuel-china-and-russia-are-helping-iran-through-supply-chains/">Link</a>.↩︎</p></li>
<li id="fn35"><p>“US Sanctions Iranian Drone Procurement Network,” USIP Iran Primer, February 26, 2025, <a href="https://iranprimer.usip.org/blog/2025/feb/26/us-sanctions-iranian-drone-procurement-network">Link</a>.↩︎</p></li>
<li id="fn36"><p>“German-Made Chips Power Russian Shahed Drones: Investigation Finds,” <em>United24Media</em>, <a href="https://united24media.com/latest-news/german-made-chips-power-russian-shahed-drones-investigation-finds-15911">Link</a>.↩︎</p></li>
<li id="fn37"><p>“Transistor 031N08N5 GAH218,” War Sanctions Portal, Main Directorate of Intelligence, Ukraine, n.d., <a href="https://war-sanctions.gur.gov.ua/en/components/6318">Link</a>.↩︎</p></li>
<li id="fn38"><p>“2Pcs IPB031N08N5 TO-263-3 MOSFET N-Ch 80V 120A D2PAK-2,” eBay, n.d., <a href="https://www.ebay.com/itm/226548441584?_skw=031N08N5&amp;itmmeta=01KP3B970PCJHV9M7YTP1QDQWE&amp;hash=item34bf56e1f0:g:q3cAAOSwLPJniMKj&amp;itmprp=enc%3AAQALAAAA4GfYFPkwiKCW4ZNSs2u11xAIV4xlYcw8xD9I4CVo6q8ZGDAtwKbKpTk8%2FoHLkigHgP8jHYzTciUJna6c0RnPu21141cgqghSRYh7z1PR9k5T2ak5Bj1vGwwzvVe1sIJQ5nNeV26R9d8AWwh4A6Wua97fYWicpv4cr%2BkwL39Ige6B0OsqL9CQQ5THvDcmIrSvEI3fJ7t%2FwVWbLHbNcRA1z7ncyP5lA8g95TLmFvgTJtsjcCHiqdB1h6kvCQ565Q6dQZBv7kFXVYoN1MiRGZbEz5jYEr0LsDAOGu6igPDJlAsO%7Ctkp%3ABk9SR7rwpOuwZw">Link</a>, accessed 12 April 2026.↩︎</p></li>
<li id="fn39"><p>“Advisory Note: Iranian Procurement Networks,” Australian Department of Foreign Affairs and Trade, December 12, 2025, <a href="https://www.dfat.gov.au/sites/default/files/advisory-note-iranian-procurement-networks.pdf">Link</a>.↩︎</p></li>
<li id="fn40"><p>Kimberly Donovan and Emily Ezratty, “From Drones to Rocket Fuel: China and Russia Are Helping Iran Through Supply Chains,” Atlantic Council Dispatches, March 25, 2026, <a href="https://www.atlanticcouncil.org/dispatches/from-drones-to-rocket-fuel-china-and-russia-are-helping-iran-through-supply-chains/">Link</a>.↩︎</p></li>
<li id="fn41"><p>“Iran Claims Capture of US Drone,” <em>Al Jazeera</em>, December 4, 2012, <a href="https://www.aljazeera.com/news/2012/12/4/iran-claims-capture-of-us-drone">Link</a>.↩︎</p></li>
<li id="fn42"><p>“Iran Confirms It Captured US Drone,” <em>BBC News</em>, April 22, 2012, <a href="https://www.bbc.com/news/world-middle-east-17805201">Link</a>.↩︎</p></li>
<li id="fn43"><p>Seth Frantzman on X, December 4, 2025, <a href="https://x.com/sfrantzman/status/1996448833044176909">Link</a>.↩︎</p></li>
<li id="fn44"><p>David Albright and Sarah Burkhard, “Electronics in the Shahed-136 Kamikaze Drone,” Institute for Science and International Security (ISIS), November 14, 2023, <a href="https://isis-online.org/isis-reports/electronics-in-the-shahed-136-kamikaze-drone">Link</a>.↩︎</p></li>
<li id="fn45"><p><em>CNN</em>, “Most Components Found in Iranian Shahed Drones Originate in the US,” <em>Defence Express</em>, January 5, 2023, <a href="https://en.defence-ua.com/news/most_components_found_in_iranian_shahed_drones_originate_in_the_us_cnn-5348.html">Link</a>.↩︎</p></li>
<li id="fn46"><p>“NAKO - The Independent Anti-Corruption Commission,” n.d., <a href="https://nako.org.ua/en/abouten/">Link</a>.↩︎</p></li>
<li id="fn47"><p>Trap Aggressor, “More Than 30 Western Components Found in Iranian-Made Shahed-136 UAVs,” <em>Euromaidan Press</em>, November 17, 2022, <a href="https://euromaidanpress.com/2022/11/17/more-than-30-western-components-found-in-iranian-made-shahed-136-uavs-investigators/">Link</a>.↩︎</p></li>
<li id="fn48"><p>“The Integral Role of Servo Drives in Drone Control,” The Droning Company, September 26, 2024, <a href="https://thedroningcompany.com/blog/the-integral-role-of-servo-drives-in-drone-control#:~:text=Servo%20drives%20are%20sophisticated%20devices,maintain%20stability%20in%20variable%20conditions">Link</a>.↩︎</p></li>
<li id="fn49"><p>“Shahed-107 UAV,” War Sanctions Portal, Main Directorate of Intelligence, Ukraine, n.d., <a href="https://war-sanctions.gur.gov.ua/en/page-shahed-107">Link</a>.↩︎</p></li>
<li id="fn50"><p>“Computer Module: Shahed-136,” War Sanctions Portal, Main Directorate of Intelligence, Ukraine, n.d., <a href="https://war-sanctions.gur.gov.ua/en/page-shahed-136/4773">Link</a>.↩︎</p></li>
<li id="fn51"><p>“NVIDIA Jetson Developer Kits,” NVidia, n.d., <a href="https://developer.nvidia.com/embedded/jetson-developer-kits">Link</a>.↩︎</p></li>
<li id="fn52"><p>Yevheniia Hubina, “Geran-2 Series E Features Remote Piloting Capability with Chinese Camera,” <em>Ukrayina Pravda</em>, January 12, 2026, <a href="https://www.pravda.com.ua/eng/news/2026/01/12/8015673/">Link</a>.↩︎</p></li>
<li id="fn53"><p>Hemant Kumar Rout, “Low-cost counter-drone system ‘Bhargavastra’ proves lethal in test off Gopalpur coast, Odisha,” <em>The New Indian Express</em>, May 14, 2025, <a href="https://www.newindianexpress.com/states/odisha/2025/May/14/low-cost-counter-drone-system-bhargavastra-proves-lethal-in-test-off-gopalpur-coast-odisha">Link</a>.↩︎</p></li>
</ol>
</section></div> ]]></description>
  <category>Defence</category>
  <category>Geostrategy</category>
  <category>Iran</category>
  <guid>https://takshashila.org.in/content/publications/Shahed-Iran-Drone-Strategy-14042026.html</guid>
  <pubDate>Mon, 13 Apr 2026 18:30:00 GMT</pubDate>
</item>
<item>
  <title>Trump is Blockading the System America Built</title>
  <link>https://takshashila.org.in/</link>
  <description></description>
  <category>Geostrategy</category>
  <category>United States</category>
  <category>Iran</category>
  <guid>https://takshashila.org.in/</guid>
  <pubDate>Mon, 13 Apr 2026 18:30:00 GMT</pubDate>
</item>
<item>
  <title>Was Iran About to Get Nuked?</title>
  <link>https://takshashila.org.in/</link>
  <description></description>
  <category>Iran</category>
  <category>West Asia</category>
  <guid>https://takshashila.org.in/</guid>
  <pubDate>Mon, 13 Apr 2026 18:30:00 GMT</pubDate>
</item>
<item>
  <title></title>
  <dc:creator>Narayan Ramachandran</dc:creator>
  <link>https://takshashila.org.in/content/blogs/20260410-Toll-Baaje-Toll.html</link>
  <description><![CDATA[ 



<script>
    document.addEventListener("DOMContentLoaded", function () {
        const titleBlock = document.getElementById("title-block-header");
        const contentBlock = document.getElementById("quarto-content");

        const hasTitle = titleBlock && titleBlock.querySelector("h1");
        if (titleBlock && !hasTitle) {
            titleBlock.remove();
            return;
        }

        // Strip " | Day N of Operation ..." suffix from bulletin titles
        if (hasTitle) {
            hasTitle.textContent = hasTitle.textContent.replace(/\s*\|\s*Day\s*\d+.*/i, '').trim();
        }

        if (titleBlock && contentBlock) {
            contentBlock.parentNode.insertBefore(titleBlock, contentBlock);
        }
    });
</script>


<p>This catchy tune from a quarter century ago has infected my brain. The contemporized lyrics would read “Dumb Dumb Toll Baaje, Toll Baaje, Toll”.</p>
<p>See, now it has infected you too.</p>
<p>And so, after 2,400 sorties, 3,000 strikes, the downing of an “undetectable” F‑15E, the loss of a KC‑135 Stratotanker, 1,200 confirmed targets destroyed, 2 carrier groups, 13 destroyers and 45,000 personnel deployed, and $30 billion in expenditure, we’re left with $100 oil and a $1 toll.</p>
<p>Iran seeks to impose this toll on each barrel of oil that transits the Strait of Hormuz. A Very Large Crude Carrier’s (VLCC’s) capacity varies slightly by ship but most modern ships carry about 300,000 metric tonnes of crude oil which is equivalent to between 1.8 and 2.2 million barrels of crude oil. The reason for this range is that the actual carrying capacity depends on whether the crude oil is “light” or “sour”. The terms light and sour describe two different qualities of crude oil – density and sulphur content. These are important determinants of refining cost, yield and market value.</p>
<p>And so, a typical tanker would have to pay approximately $2 million of toll to transit the Strait of Hormuz. To put that in perspective, the insurance cost of transit from the Persian Gulf to Mumbai under normal circumstances is about $400,000. This is typically made up of three components 1) Hull and Machinery insurance 2) Protection and Indemnity insurance and 3) War-risk insurance. Yes, even before the current crisis every ship was paying a certain amount of insurance for the risk that the Strait of Hormuz could be shut down. Even in normal times, the war-risk component is the highest of the three components of insurance cost. The total insurance cost during normal times is about $400,000. The war-risk insurance cost either shoots up or is unavailable during times of conflict. When available, additional war-risk insurance today is about 8-10x of normal at about $1,000,000. Extreme war-risk moments could raise costs further upto about $10,000,000. These are quite rare and situation specific.</p>
<p>For a normal voyage costs beyond insurance include those for fuel, ports, crew and charter hire. These costs including that for insurance are about $1 to $1.2mm per Persian Gulf voyage.</p>
<p>The toll charges that could amount to $2 million are therefore a meaningful addition to costs of voyage that could result in a tripling of total costs from the normal. If the toll does stay, it will most likely be passed on to the crude oil cost per barrel.</p>
<p>An interesting twist to this is that Iran is seeking to levy this toll in Crypto currency. This sets up a complexity in the mechanics of payment for institutional companies that may not be used to paying any vendors in crypto. The toll fee could also be very volatile unless the cryto used is some form of stablecoin. It is interesting that even when the country seeks to go beyond the dollar, the structural pricing is stated in dollar terms.</p>
<p>Hungama, Hungama, Ho Gaya Hangama</p>
<p>Toll Baaje Toll.</p>




 ]]></description>
  <category>Iran</category>
  <category>Geoeconomics</category>
  <guid>https://takshashila.org.in/content/blogs/20260410-Toll-Baaje-Toll.html</guid>
  <pubDate>Thu, 09 Apr 2026 18:30:00 GMT</pubDate>
</item>
<item>
  <title>Three Things May Happen At The End Of The 14-Day Ceasefire (Or Earlier)</title>
  <link>https://takshashila.org.in/</link>
  <description></description>
  <category>Geostrategy</category>
  <category>United States</category>
  <category>Iran</category>
  <guid>https://takshashila.org.in/</guid>
  <pubDate>Thu, 09 Apr 2026 18:30:00 GMT</pubDate>
</item>
<item>
  <title></title>
  <dc:creator>Brig Anil Raman</dc:creator>
  <link>https://takshashila.org.in/content/blogs/US-IRAN-A2-AD.html</link>
  <description><![CDATA[ 



<script>
    document.addEventListener("DOMContentLoaded", function () {
        const titleBlock = document.getElementById("title-block-header");
        const contentBlock = document.getElementById("quarto-content");

        const hasTitle = titleBlock && titleBlock.querySelector("h1");
        if (titleBlock && !hasTitle) {
            titleBlock.remove();
            return;
        }

        // Strip " | Day N of Operation ..." suffix from bulletin titles
        if (hasTitle) {
            hasTitle.textContent = hasTitle.textContent.replace(/\s*\|\s*Day\s*\d+.*/i, '').trim();
        }

        if (titleBlock && contentBlock) {
            contentBlock.parentNode.insertBefore(titleBlock, contentBlock);
        }
    });
</script>


<p>In past wars, commanders worried about what would happen after crossing the line of departure. In Operation Epic Fury, the line of departure itself became contested before a single Marine crossed it. Shipping lanes were closed, Gulf partners were under pressure, and a Houthi missile had already underscored the point. The path to the battlefield had become the battlefield. That is not an accident of geography. It is the product of deliberate design. My <a href="https://warontherocks.com/2026/04/irans-anti-access-and-area-denial-strategy-is-cruder-than-chinas-but-still-dangerous/">piece</a> published this week in War on the Rocks makes the case that Iran has done something analytically underappreciated: it has adapted the operational logic of China’s anti-access, area denial strategy to its own resource constraints and extended it through proxy forces across two of the world’s most critical maritime chokepoints. The result is a denial architecture that is incomplete by Chinese standards but sufficient for Iran’s strategic purposes, and one that existing scholarship on A2/AD has not fully grappled with.</p>
<p>Not China, But Not Improvised Either The foundational literature on anti-access, area denial established the PLA’s approach as the analytical benchmark: an integrated, high-end, all-domain system-of-systems architecture seeking comprehensive exclusion. Gunzinger and Dougherty’s Outside-In (2012) correctly identified that Iran would pursue something structurally different, an asymmetric hybrid mixing advanced technology with guerrilla tactics. What the current conflict has revealed is that the reality is more architecturally coherent than even that framing anticipated. Iran has built a three-layer denial architecture. Each layer is distinct. Each is imperfect. Together, they compound to something that has materially degraded the U.S. ability to project decisive force into the Persian Gulf theater.</p>
<p>Layer One: Strike the Base Before the Fight Begins The most upstream form of anti-access strikes the infrastructure from which operations begin. Iranian missile and drone strikes have systematically targeted U.S. military installations across the Gulf: Port Shuaiba and Ali Al Salem Air Base in Kuwait, the early-warning radar at Al Udeid in Qatar, fleet communications at Fifth Fleet headquarters in Bahrain, and Prince Sultan Air Base in Saudi Arabia, struck repeatedly, wounding over 300 American servicemembers and killing 13 across the campaign. The target selection is analytically precise. These are attacks on command nodes, fuel infrastructure, refueling aircraft, and early-warning systems, the sustainment architecture on which U.S. power projection depends. The basing infrastructure of U.S. Central Command was designed for a threat environment that no longer exists. Iran’s campaign has converted that inherited geography from a strategic advantage into a sustained vulnerability. Every capability degraded at the base layer means a weakened force reaching the chokepoint, and arriving further degraded in the inner theater.</p>
<p>Layer Two: Dual Chokepoints and the Denial Arc Iran’s outer anti-access layer operates across two interlocking straits. The Strait of Hormuz, formally declared closed to enemy nations, is the primary instrument. At 33 kilometers at its narrowest navigable point, coastal missile batteries can hold virtually all transit traffic at risk simultaneously. Iran’s mine inventory extends this: once laid, clearance consumes time regardless of whether any individual mine detonates. The Bab el-Mandeb is the second instrument. Houthi operations since late 2023 have demonstrated that sustained disruption is operationally achievable with Iranian-derived systems, with the Toofan and Tankil anti-ship ballistic missiles engaging vessels at ranges exceeding 1,500 kilometers. Hormuz constrains entry into the Gulf. Bab el-Mandeb constrains the approach to Hormuz. Force planners must account for both simultaneously, because there is no single point of failure to concentrate against. The attempted strike on Diego Garcia extends this logic to the Indian Ocean itself, reaching for an anti-access envelope covering the primary power-projection node for all U.S. naval operations across the Arabian Sea approach to the Gulf. That such a strike was attempted at all, almost certainly enabled by external targeting intelligence, establishes a key analytical point: the outer boundary of Iran’s anti-access envelope is defined by what Russia and China can see, and what Iran can reach with their coordinates.</p>
<p>Layer Three: Area Denial Inside the Gulf Within the Persian Gulf itself, geography substitutes for much of the intelligence burden that limited Iranian surveillance cannot carry. A carrier strike group in the open Pacific requires space-based surveillance and real-time data fusion to track. Inside waters averaging 50 meters depth, with maximum width of roughly 340 kilometers, overlooked by Iranian coastal positions on multiple axes, it presents a fundamentally different problem. The compression dramatically reduces the detection and tracking burden. The IRGC Navy, organized explicitly around asymmetric denial, fast attack craft, shallow-water submarines, mine warfare, swarming tactics, and mobile coastal missile batteries, is a combined-arms denial system. Iranian strikes on Bubiyan Island, Kuwait’s northernmost maritime position, targeting amphibious assets and landing craft with Ghadr cruise missiles and one-way attack drones, demonstrate area denial in its most operationally precise form: direct engagement of the instruments of forward maneuver. The area denial layer accumulates cost regardless of whether individual engagements succeed. A cleared mine consumed time. A defeated swarm depleted interceptors. A missed drone maintained the risk premium. In a geographically compressed theater where Iran holds the interior lines, friction is itself the strategic effect.</p>
<p>The Missile Foundation and the External Augmentation Underlying all three layers is a missile arsenal, mobile, solid-fueled, increasingly precise, and resistant to suppression by airpower alone, that constitutes the operational foundation of the entire architecture. Achieving air superiority over Iran does not silence coastal missile batteries or neutralize mobile launchers dispersed across mountainous terrain and hardened tunnel networks. Suppression requires persistent ISR to locate relocating launchers and repeated rapid strikes before they move, while pre-launched rounds continue to their targets regardless. The external enablement dimension is equally significant. Russian satellite imagery via the Kanopus-V/Khayyam constellation provides optical and radar data Iran’s own constellation cannot match. Chinese electronic warfare support and encrypted BeiDou navigation have reshaped Iran’s battlefield awareness. Regional human intelligence networks across Gulf states, Iraq, Lebanon, and Yemen provide targeting context that partially substitutes for persistent electronic surveillance. Collectively this raises Iran’s effective targeting capability well above its indigenous ceiling, enough to make the anti-access layer episodically precise and politically consequential.</p>
<p>The Strategic Logic: Exhaustion, Not Control Iran’s strategy depends on ensuring that the cost of operating within the battlespace rises continuously across all three layers simultaneously, and that the timeline for decisive resolution extends beyond what U.S. political will can sustain. With oil above $110 per barrel, stock markets declining, and an administration that has already extended its Hormuz deadline multiple times, the economic and political pressure is registering exactly where Iran intended. The three-layer structure matters for how responses are calibrated. Suppressing area denial within the Gulf does not resolve the chokepoint problem. Clearing the chokepoints does not restore degraded basing infrastructure. Striking Houthi missile capacity reduces Red Sea pressure without dismantling the architecture, because the architecture is a set of strategic relationships, a targetable system only in part. The United States can still reach the fight. The question Iran is betting on is whether it can get there fast enough, with enough left, to conclude it.</p>




 ]]></description>
  <category>Iran</category>
  <category>United States</category>
  <category>Geostrategy</category>
  <guid>https://takshashila.org.in/content/blogs/US-IRAN-A2-AD.html</guid>
  <pubDate>Wed, 08 Apr 2026 18:30:00 GMT</pubDate>
</item>
</channel>
</rss>
