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

DoT Telecom Cyber Security Rules 2024: India Compliance Guide

A practical breakdown of the DoT Telecom Cyber Security Rules 2024 - who they apply to, key obligations, and what Indian businesses using SMS-OTP must do now.

BR

Bachao.AI Research Team

Cybersecurity Research

Check DPDP Compliance

Compliance risk for Indian SMBs

Non-compliance with the DPDP Act 2023 carries penalties up to ₹250 crore. This post explains what's at stake and what action to take.

The Telecommunications (Telecom Cyber Security) Rules, 2024, notified by the Department of Telecommunications (DoT) under the Telecommunications Act, 2023, require telecom entities — licensees, service providers, and infrastructure providers — to adopt a formal cybersecurity policy, report security incidents to the government, and get network equipment tested for cyber vulnerabilities before deployment. Indirectly, they matter to every business that depends on telecom networks for connectivity, SMS delivery, or OTP-based login, because the security posture of the carrier layer now shapes the reliability of authentication flows businesses build on top of it.

If your product sends OTPs, relies on call-based verification, or simply assumes "the network will always deliver," this framework is the reason that assumption is getting stress-tested through 2025 and 2026.

What the Telecommunications (Telecom Cyber Security) Rules, 2024 Actually Are

India replaced its colonial-era telegraph law with the Telecommunications Act, 2023, which received presidential assent in December 2023 and consolidated licensing, spectrum, and security powers under one statute. Using rule-making powers under that Act, the DoT notified the Telecommunications (Telecom Cyber Security) Rules, 2024, in late 2024. The rules give statutory shape to something DoT had been doing informally for years through licence conditions and equipment-testing mandates — except now it sits inside a dedicated cybersecurity framework rather than scattered across licence clauses.

The stated intent, as published on dot.gov.in, is to protect telecommunication networks from unauthorised access, security threats, and disruption, and to give the Central Government visibility into and control over cybersecurity risk across the telecom sector — the layer almost every other digital service in India ultimately depends on.

ℹ️
INFO
Read the notified rules and related notifications directly on the Department of Telecommunications website (dot.gov.in) rather than relying on summaries — DoT has amended and clarified provisions since the initial notification, and the source document is the only authoritative version.

Who the Rules Apply To

The rules bind "telecommunication entities" as defined under the Act — a category that covers telecom licensees, registered entities, and infrastructure providers operating networks, equipment, or services covered by the Act. That is the direct compliance population: telcos, ISPs, and infrastructure players.

But the practical reach is wider. Two groups of businesses feel these rules even though they never sign a compliance form with DoT:

  1. Businesses whose product or workflow depends on telecom rails — SMS-OTP login, voice-call verification, IVR-based authentication, missed-call marketing, or any flow that assumes a message reaches a phone number reliably and quickly.
  2. Enterprises procuring telecom-adjacent equipment or services — organisations that buy network gear, private 5G, or leased-line infrastructure increasingly find vendors citing DoT security-testing and certification requirements as part of procurement and onboarding.
⚠️
WARNING
If your authentication stack has a single point of failure at "SMS delivery," telecom-layer security and traceability enforcement can silently break your login funnel — not because your code failed, but because a carrier blocked or delayed a message it judged non-compliant or suspicious.

The Core Obligations, Category by Category

The rules organise obligations around a few consistent themes: governance, incident reporting, equipment security, and traceability of communications. The table below summarises what each category requires in practice and who inside a telecom entity typically owns it.

Obligation CategoryWhat It RequiresTypical Internal Owner
Governance & PolicyFormal, documented cybersecurity policy covering risk identification, security safeguards, and a designated senior security point of contact for the governmentCISO / designated security officer
Incident ReportingTimely reporting of cybersecurity incidents affecting the network to the Central Government or its designated agencySecurity operations / compliance team
Equipment Security TestingNetwork equipment tested and certified for cyber vulnerabilities before induction into the networkNetwork engineering / procurement
TraceabilityMeasures to prevent spoofed or unauthorised telecom identifiers and to support tracing the origin of communications when legally requiredNetwork operations / fraud teams
Audit & RecordsMaintaining security logs, audit trails, and evidence of compliance for government reviewCompliance / internal audit

1. Cybersecurity Policy and Governance

Telecom entities are expected to put a written cybersecurity policy in place and designate a senior officer responsible for it — reporting is widely described as requiring a Chief Telecommunication Security Officer, an Indian citizen, who acts as the coordination point with the government on security matters. Whether every entity uses that exact title or an equivalent role, the underlying requirement is the same: cybersecurity ownership can no longer be informal or diffuse inside a telecom organisation.

2. Incident Reporting to the Government

The rules require telecom entities to report cybersecurity incidents affecting their networks to the Central Government or its designated agency. This sits alongside, and is conceptually aligned with, the incident-reporting regime CERT-In has run since its 2022 directions, which set a well-documented six-hour reporting window for a broad category of cyber incidents across regulated sectors. Exact reporting timelines and formats specific to the telecom rules are best confirmed on dot.gov.in rather than assumed from the CERT-In precedent, but the direction of travel — faster, mandatory, government-visible incident reporting — is consistent across both frameworks.

🛡️
SECURITY
Two separate reporting obligations can apply to the same incident: CERT-In's sector-agnostic reporting duties under the IT Act framework, and DoT's telecom-specific reporting duties under the Telecommunications Act. Businesses working with telecom or network-infrastructure vendors should confirm which framework — or both — governs a given incident before assuming one filing covers it.

3. Security Testing and Certification of Network Equipment

Before network equipment goes live, it is expected to be tested and certified for cybersecurity — building on DoT's existing equipment-testing apparatus, run through the National Centre for Communication Security, which has for years certified telecom gear against defined security requirements before induction into Indian networks. The 2024 rules reinforce this as an explicit cybersecurity obligation rather than a general quality-and-compliance formality, pushing telecom entities and their equipment vendors toward documented, auditable security testing rather than self-attestation.

4. Traceability of Telecom Identifiers

The Telecommunications Act and its associated DoT rules give the government mechanisms to require traceability of telecom identifiers (such as mobile numbers and device IDs) and to restrict their unauthorised or spoofed use. That is a separate but related track from the 2024 crackdown many Indian businesses have already felt directly: TRAI — a different regulator, acting under its own commercial-communication rules — tightened enforcement of message-traceability and sender-registration requirements for commercial SMS, which led to disruptions for SMS-OTP and commercial-SMS senders who had not registered their templates and delivery chains correctly. The two frameworks are distinct, but both reflect the same 2024-2025 direction in Indian telecom policy: less anonymity, more mandatory traceability. Any business sending OTPs or transactional SMS at scale has likely already felt one or both of them, even without reading a single line of either rulebook.

Know your vulnerabilities before attackers do

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

Book Your Free Scan

How Compliance Flows in Practice

The diagram below shows the general shape of how a telecom entity — or an enterprise relying heavily on telecom infrastructure — typically works through these obligations, from policy to ongoing incident response.

graph TD A[Establish cybersecurity policy] --> B[Designate senior security officer] B --> C[Risk assessment of network and vendors] C --> D[Security testing of equipment] D --> E{Equipment passes testing} E -->|Yes| F[Certify and induct into network] E -->|No| G[Reject or remediate equipment] F --> H[Continuous monitoring and logging] H --> I{Cybersecurity incident detected} I -->|Yes| J[Report incident to government] I -->|No| H J --> K[Remediate and update policy] style A fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style B fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style C fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style D fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style E fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style F fill:#1e3d2f,stroke:#10B981,color:#e2e8f0 style G fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style H fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style I fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style J fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style K fill:#1e3d2f,stroke:#10B981,color:#e2e8f0

The illustrative chart below groups the rules' obligations into broad focus areas — not an official DoT weighting, but a useful mental model for where compliance effort typically concentrates.

pie title Telecom Cyber Security Rules 2024 - Obligation Focus Areas "Governance and Policy" : 25 "Incident Reporting" : 25 "Equipment Security Testing" : 25 "Traceability and Identity" : 25

What This Means for Businesses Beyond Telecom

Most Indian SMBs and enterprises are not "telecommunication entities" under the Act and will never file a report directly with DoT. But three practical consequences reach them anyway.

First, authentication reliability is now a compliance-adjacent risk, not just an engineering one. If OTP delivery gets delayed or blocked because a sender ID or template didn't meet traceability requirements, that's a business continuity problem masquerading as a support ticket. Teams that treat SMS-OTP as a black box are the ones most exposed.

Second, vendor due diligence just got a new question to ask. Any organisation procuring network equipment, private connectivity, or telecom-adjacent infrastructure should be asking suppliers whether their equipment has gone through the applicable security testing and certification process, the same way procurement teams already ask about ISO 27001 or SOC 2.

Third, the direction of Indian regulation is now unmistakably aligned across sectors. CERT-In's incident-reporting mandates, the Digital Personal Data Protection Act's obligations around breach notification (see our DPDP compliance guide for the data-protection side of this), and now DoT's telecom-specific rules are converging on the same expectation: formal policy, fast incident reporting, and demonstrable security testing, not informal best-effort security.

💡
TIP
Treat this the way mature organisations treat any new regulatory layer — map which of your vendors, channels, or infrastructure dependencies actually touch telecom-regulated territory, then fold the relevant questions into your existing vendor risk and incident-response processes instead of building a parallel compliance track from scratch.
2023Year the Telecommunications Act was enacted, replacing the 138-year-old Indian Telegraph Act (DoT 2023)
2024Year DoT notified the Telecommunications Telecom Cyber Security Rules under the new Act (DoT 2024)
6-hourCERT-In's mandated reporting window for a broad category of cyber incidents, the closest documented benchmark for "fast" incident reporting in India (CERT-In 2022)

A Practical Starting Checklist

Even if you are not directly regulated, this checklist reflects the questions worth answering internally.

AreaQuestion to Answer
Authentication dependencyWhich of our critical flows (login, payments, password reset) depend solely on SMS-OTP or voice-call delivery?
Vendor postureHave we asked our telecom, SMS-gateway, and network-equipment vendors about their DoT compliance and equipment certification status?
Incident responseDoes our incident response plan account for a telecom-layer disruption (delayed OTPs, blocked sender IDs) as a distinct scenario?
Fallback channelsDo we have a non-SMS fallback (email OTP, authenticator app, push notification) for critical authentication flows?
Data protection overlapHave we mapped where telecom-layer incident reporting overlaps with our DPDP Act breach-notification obligations?
🎯Key Takeaway
The DoT Telecom Cyber Security Rules 2024 formalise what was already happening informally: Indian telecom infrastructure is being held to explicit governance, incident-reporting, equipment-testing, and traceability standards. You don't need to be a telecom licensee to be affected — if your business depends on SMS-OTP, voice verification, or telecom-adjacent infrastructure, treat carrier-layer reliability and vendor security posture as a first-class risk, not an assumption.

Security testing under this framework is about network equipment and telecom infrastructure specifically — it doesn't replace the application-layer security testing your own web and mobile products still need. Bachao.AI, built by Dhisattva AI Pvt Ltd, runs automated vulnerability assessment and penetration testing for Indian businesses, and for engagements that require CERT-In empanelled sign-off, that work is delivered with a CERT-In empanelled partner. If you want a clear picture of where your own applications and APIs stand, start with a free VAPT scan. For more on the compliance landscape shaping Indian businesses, browse the Bachao.AI blog.

Frequently Asked Questions

What are the DoT Telecom Cyber Security Rules 2024?
They are rules notified by the Department of Telecommunications under the Telecommunications Act, 2023, requiring telecom entities to adopt a formal cybersecurity policy, report cybersecurity incidents to the government, get network equipment security-tested and certified before deployment, and support traceability of telecom identifiers.
Do the DoT Telecom Cyber Security Rules apply to my business if I'm not a telecom company?
Not directly — the rules bind telecom entities, licensees, and infrastructure providers. Indirectly, they affect any business relying on telecom networks for SMS-OTP, voice verification, or leased connectivity, since carrier-layer compliance shapes how reliably those services function.
How is this different from CERT-In's cybersecurity directions?
CERT-In's 2022 directions apply broadly across sectors under the IT Act and set expectations like fast incident reporting. The DoT Telecom Cyber Security Rules are sector-specific to telecommunications under the newer Telecommunications Act, 2023, and add obligations particular to telecom networks, like equipment security testing and traceability of identifiers.
Why did my OTP messages start failing or getting delayed in 2024?
Most of that was TRAI's message-traceability mandate for commercial SMS, a separate rule from the DoT Telecom Cyber Security Rules covered here, requiring senders to register their delivery chains. Senders whose templates or chains weren't properly registered saw messages blocked or delayed — a downstream effect of the same broader shift toward mandatory telecom traceability that businesses felt even without engaging with either rulebook directly.
Where can I read the official rules instead of a summary?
The authoritative source is the Department of Telecommunications website at dot.gov.in, which publishes the notified rules and subsequent amendments. Treat any third-party summary, including this one, as a starting point rather than a substitute for the primary text.
Does this framework replace the need for application security testing?
No. The Telecom Cyber Security Rules govern network infrastructure and equipment, not the applications, APIs, or websites businesses build on top of that infrastructure. Those still need their own vulnerability assessment and penetration testing independent of telecom-layer compliance.
BR

Bachao.AI Research Team

Cybersecurity Research

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

Get cybersecurity insights for Indian SMBs

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

We respect your privacy. Your email is never shared.

See if your business is DPDP Act compliant

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

Check DPDP Compliance
Find your vulnerabilitiesStart free scan →