Singapore's Cybersecurity Act 2024 amendments extended Critical Information Infrastructure (CII) obligations to AI systems that underpin critical services. For operators across Finance, Healthcare, Transport, and Cloud, this means AI security is now a regulatory requirement — not just best practice. This guide maps the obligations by sector.
Singapore's CII Sectors and AI Security Obligations
The Cyber Security Agency of Singapore (CSA) designates 11 Critical Information Infrastructure sectors. AI systems operating within these sectors, or providing services to CII operators, are subject to the Cybersecurity Act's mandatory security obligations:
| CII Sector | Examples of AI Deployment | Primary Regulator | |------------|--------------------------|-------------------| | Banking and Finance | Credit scoring, fraud detection, AML, chatbots | MAS | | Healthcare | Diagnostic AI, patient scheduling, drug interaction alerts | MOH / HSA | | Transport | Autonomous vehicle systems, V2X infrastructure, ATC | LTA / CAAS | | Infocomm | AI-powered CDN optimisation, threat detection platforms | IMDA | | Government | AI-powered public services, social benefits decisioning | GovTech / SNDGO | | Energy | Grid demand forecasting, fault prediction | EMA | | Water | Treatment process AI, anomaly detection | PUB | | Media | Content recommendation, AI-generated media detection | IMDA | | Security and Emergency | Video analytics, predictive policing AI | MHA / SPF | | Aviation | ATC support systems, aircraft maintenance AI | CAAS | | Maritime | Port logistics AI, vessel traffic management | MPA |
For Finance and Healthcare, AI systems are additionally regulated by sector-specific bodies (MAS TRM and MOH AI in Healthcare Guidelines respectively) on top of CSA obligations.
CSA Cybersecurity Act 2024: New AI-Relevant Obligations
The Cybersecurity (Amendment) Act 2024 introduced three new categories that directly capture AI systems:
Systems of Temporary Cybersecurity Concern (STCC)
AI systems deployed for major public events — Singapore Airshow, National Day, F1 Grand Prix, major G20/ASEAN summits — fall under temporary CII-equivalent obligations during the event window. This includes:
- AI-powered crowd management and surveillance
- Event security threat detection systems
- Critical event infrastructure management AI
STCCs must meet CII-equivalent security standards for the duration of designation, including incident reporting within 2 hours.
Entities of Special Cybersecurity Interest (ESCI)
Large AI platform operators serving Singapore's critical sectors — even if not themselves CII operators — may be designated as ESCIs. This captures:
- AI API providers whose systems are embedded in critical services
- Large language model providers used by government agencies
- AI security vendors whose platform compromise could cascade across CII clients
ESCI designation triggers audit obligations and mandatory CSA cooperation requirements.
Foundational Digital Infrastructure (FDI)
Cloud providers, content delivery networks, and DNS services supporting Singapore's critical services fall under FDI obligations. For AI:
- Cloud platforms hosting CII operators' AI workloads may bear FDI obligations
- AI training infrastructure that underpins critical AI systems is potentially FDI-scoped
- AI inference APIs provided as shared infrastructure to multiple CII operators may qualify
Practical impact: A company providing AI fraud detection as a service to multiple Singapore banks may be designated as ESCI or FDI even though it is not itself a licensed financial institution.
Sector Deep-Dives: AI Security by CII Domain
Finance: The Highest-Stakes AI Deployment
Singapore's financial sector has the most mature AI security regulation (see MAS TRM guide and FinTech AI security guide) but also the highest AI attack interest. Key threats:
AI-specific financial crime:
- Algorithmic front-running: Adversarial inputs to trading algorithms that manipulate execution timing
- Model inversion against credit scoring: Structured queries to reverse-engineer credit score factors, enabling synthetic identity fraud
- LLM-mediated social engineering: Prompt injection into wealth management chatbots to extract relationship manager contact details for follow-up fraud
CSA + MAS dual obligations: Financial AI must satisfy both MAS TRM adversarial testing requirements AND CSA incident notification (2h for CII-scoped failures). Where these create conflicting timelines, the shorter window (2h CSA) governs.
Healthcare: Patient Safety as Security Requirement
AI in Singapore healthcare encompasses diagnostic support, drug interaction checking, electronic health record summarisation, and surgical robot assistance. The stakes are uniquely high: a compromised AI diagnosis system is simultaneously a cybersecurity incident and a patient safety event.
MOH AI in Healthcare Framework (2024):
- Clinical AI must be registered with HSA before deployment
- AI-generated clinical recommendations must be flagged as AI-assisted to clinicians
- Human override capability mandatory for all clinical AI
- Adverse event reporting includes AI system failures that affect patient care
Security threats specific to healthcare AI:
- Data poisoning via EHR manipulation: Attacker modifies historical patient records to bias AI diagnostic models — particularly concerning for AI trained on longitudinal EMR data
- Adversarial medical imaging: Perturbations to X-ray or MRI images that cause AI diagnostic systems to miss or misclassify pathology (demonstrated in academic research against RadImageNet models)
- LLM medication error induction: Prompt crafting to elicit incorrect medication dosing recommendations from AI clinical assistants
Singapore-specific risk: Singapore's integrated healthcare system (SingHealth, NUHS, NHG) means that a compromised AI system affecting one cluster can propagate through linked patient data systems. The 2018 SingHealth breach (1.5M records) demonstrated the interconnected attack surface.
eBPF detection opportunity: Clinical AI inference workloads can be monitored via eBPF runtime telemetry — detecting unexpected data access patterns (bulk EHR reads), anomalous model API calls, and data exfiltration attempts — without modifying the clinical application itself.
Transport: V2X and Autonomous Systems
Singapore is a global testbed for autonomous vehicle technology. The Land Transport Authority (LTA) Smart Mobility 2030 roadmap includes AI-powered traffic management, V2X (vehicle-to-everything) communications, and the national autonomous vehicle programme.
AI attack surface in transport:
- V2X spoofing: False BSM (Basic Safety Messages) injected into V2X communications to cause incorrect AI routing decisions or emergency vehicle preemption abuse
- LiDAR adversarial inputs: Physical adversarial patches that cause autonomous vehicle perception AI to misclassify road obstacles
- Traffic management manipulation: Adversarial inputs to AI traffic signal coordination systems to create artificial congestion or prioritise attacker-controlled routes
Innora has published research on V2X security vulnerabilities in the public domain — CVE-2026-37555 documents a pre-authentication denial-of-service in the Vanetza V2X stack that can disrupt autonomous vehicle infrastructure.
CSA obligation: LTA-operated AI systems controlling traffic infrastructure are CII-scoped under the Transport sector. AI system failures affecting road safety or traffic flow require 2-hour CSA incident notification.
Infocomm and Cloud: AI Infrastructure at Scale
Singapore hosts a disproportionate share of ASEAN's hyperscale cloud infrastructure. AWS, Google Cloud, Microsoft Azure, and Alibaba Cloud all operate Singapore data centres serving the region. AI workloads running on this infrastructure may fall under CII or FDI obligations.
Cloud AI security threats:
- Multi-tenant inference side-channel: Timing attacks on shared GPU inference infrastructure that leak model weights or input data across tenants
- Container escape from ML pods: Privileged ML training containers as pivot point for host infrastructure compromise
- AI supply chain via model hub poisoning: Malicious model weights uploaded to HuggingFace or ModelScope, downloaded by Singapore-hosted MLOps pipelines
Singapore data sovereignty: MAS, MOH, and GovTech all have data residency requirements — patient data, financial records, and citizen data must remain in Singapore. AI models trained on this data must not allow inference-time extraction that effectively exports the data.
Cross-Sector AI Security Requirements Under CSA
Regardless of CII sector, all designated AI systems must meet:
Mandatory obligations (CSA Section 8–12):
- Annual cybersecurity audits — AI systems in CII scope require audit by CSA-approved auditor every 2 years
- Incident notification — Cybersecurity incidents affecting CII AI systems: notify CSA within 2 hours
- Compliance with Codes of Practice — CSA publishes sector-specific cybersecurity codes; AI systems must comply
- Cooperation with CSA investigations — Mandatory access and information provision during CSA examinations
AI-specific best practices from CSA:
- Treat AI model weights as high-value data assets requiring access controls equivalent to PII
- Include AI system failure in incident response plans (not just traditional IT failure modes)
- Conduct threat modelling specifically for AI attack vectors (adversarial inputs, model poisoning, inference attacks)
- Maintain AI system inventory with version control and dependency mapping
MITRE ATT&CK Coverage for Singapore CII AI Systems
Innora's eBPF-based runtime monitoring maps to MITRE ATT&CK for CII-relevant AI threats:
| CII Sector | Primary AI Threat | MITRE Technique | Nora Vision Detection | |------------|------------------|-----------------|----------------------| | Finance | Model inversion, credit fraud | T1565.001 (Data Manipulation) | Inference pattern anomaly | | Healthcare | EHR data poisoning | T1565.001 (Stored Data) | Bulk EHR read detection | | Transport | V2X spoofing | T1200 (Hardware Additions) | Network packet anomaly | | Cloud | Container escape | T1611 (Escape to Host) | LSM namespace hook | | Energy | Grid AI manipulation | T1059 (Command Execution) | Process exec monitoring | | Government | Chatbot prompt injection | T1059.008 (Scripting) | LLM output monitoring |
Compliance Roadmap for Singapore CII AI Operators
Immediate (0–30 days):
- Identify all AI systems in your CII-scoped services
- Determine if any vendor AI APIs qualify your organisation as ESCI
- Confirm cloud AI workloads meet Singapore data residency requirements
- Verify AI system failures are covered in existing incident response procedures
Short-term (30–90 days): 5. Engage CSA-approved auditor for AI system scoping assessment 6. Deploy inference audit logging on critical AI systems 7. Run adversarial testing on customer-facing and decision-making AI 8. Establish AI model inventory with ownership, version, and dependency mapping
Annual: 9. CSA cybersecurity audit (CII-scoped AI systems) 10. Adversarial robustness re-testing after major model updates 11. Third-party AI vendor security review renewal 12. AI incident response tabletop exercise
How Innora.ai Supports Singapore CII AI Security
Innora.ai is a Singapore-based AI security company with research-backed capabilities across all major CII threat categories:
- CVE Research Record — 31 sprint findings including 16 MITRE-assigned automotive/transport disclosures and published V2X security research directly relevant to Singapore's CII transport sector
- eBPF Runtime Monitoring (Nora Vision) — Kernel-level AI workload protection for CII operators: ~600k EPS ingest throughput (rules disabled), MITRE ATT&CK mapped, CSA-audit-ready telemetry
- AI Red Teaming (Nora Veridic) — Adversarial testing for CII AI systems including healthcare diagnostics, financial fraud models, and LLM-powered government services
- CII Security Audit Services — AI security assessments structured to satisfy CSA cybersecurity audit requirements. Our team has deep familiarity with MAS, MOH, and LTA AI deployment contexts
Request a CII AI security scoping assessment — we help organisations determine their obligations under the 2024 CSA amendments and build the evidence required for regulatory examinations.
Related reading:

Related Chronicles
Using eBPF for Real-Time AI Workload Threat Detection in Cloud-Native Environments
eBPF kernel-level security for AI workloads: data poisoning detection, model exfiltration prevention, inference protection. ~600k EPS ingest (rules disabled).
Singapore AI Security Regulations 2026: A Practical Guide for CISOs
Singapore AI security regulations 2026: MAS TRM, CSA Cybersecurity Act, AI Verify, PDPA mapped for enterprises deploying AI. Practical CISO compliance roadmap.
AI Red Teaming Framework: Complete Methodology for LLM, RAG, and Agent Security Testing
5-stage AI red teaming methodology: prompt injection, RAG poisoning, MCP abuse, agent escalation. OWASP ASI mapping, 33+ LLM benchmarks, Singapore MAS context.
Subscribe for AI Security Insights
Join 5,000+ engineers and security researchers. Get our latest deep dives into Sovereign AI, Red Teaming, and System Architecture.
No spam. Unsubscribe at any time.
Comments are currently disabled.