Back to Catalog
145 of 226
PS 26145SOFTWAREBlockchain & CybersecurityHeavy R&D

AI-Based Detection of Cyber Threats in Unidirectional IP Traffic

National Technical Research Organisation (NTRO)National Technical Research Organisation (NTRO)
Google Search
30-Second Plain English Summary

Critical national infrastructure networks (nuclear plants, defense command networks, intelligence intranets) use hardware unidirectional data diodes (transmitting data over single optical fibers with physical return lines cut) to prevent cyber intrusion, but security operations centers struggle to detect command-and-control (C2) beaconing, covert data exfiltration channels, and protocol abuse when analyzing one-way, non-acknowledged IP traffic. Build an AI-Based Threat Detection System for Unidirectional Data Diode IP Traffic for NTRO that uses flow statistics, inter-arrival entropy, and packet payload forensics to detect malicious traffic without two-way handshake inspection.

5-Dimension Strategic ScorecardOverall Score: 4.1 / 5.0
Innovation
4 / 5
36h Feasibility
4.3 / 5
Uniqueness
3.5 / 5
Jury Appeal
4.1 / 5
Tech Depth
4.4 / 5
Recommended System Architecture Pipeline
Hardware Data Diode (Optical TX Only) -> DPDK Zero-Copy Packet Capture -> Flow Entropy & Timing Variance AI -> Suricata Unidirectional Rule Engine -> NTRO Diode SOC Console
Recommended Tech StackClick to search similar
Official Government Problem Description
• Background Critical-infrastructure operators observe their gateway and peering links using passive mirroring or hardware data diodes that copy traffic into a monitoring enclave in one direction only. The enclave can see everything crossing the link, but it has no physical or protocol-level path back into the production network. This is deliberate as it removes an entire class of attack in which a compromised monitoring or analytics system becomes a pivot into the core network, and it preserves a clean chain of custody for forensic use. The trade-off is that any intelligence layer sitting in that enclave must work purely from what it can passively observe such as packet captures, exported flow records (NetFlow/IPFIX/sFlow), and derived metadata with no ability to send probes, complete handshakes with the traffic source, or push a mitigation command back. • Description The objective is to design and build an AI/ML pipeline that ingests a one-directional stream of IP traffic from a simulated IP data and detects, classifies, and scores cyber-security threats in near real time, using only passively collected data. The pipeline must assume it can never re-contact the traffic's source or destination, cannot rely on completing any handshake itself, and cannot issue any action back across the ingest path. Its output is intelligence as labelled alerts, confidence scores, and supporting evidence displayed on visualisation dashboard. The system is designed to detect the following types of threat: a. Volumetric / protocol DDoS: SYN floods, UDP reflection/amplification, and spoofed-source floods identified from flow-level rate and source-IP entropy statistics. b. Botnet C2 beaconing: Periodicity and inter-arrival analysis on flows that repeat at regular intervals toward a small set of destinations. c. DGA domains and DNS tunnelling: Entropy/n-gram analysis of DNS query names, plus query-length and record-type anomalies. d. Malware inside encrypted sessions: Detection from TLS/QUIC metadata alone (JA3/JA3S or JA4 fingerprints, packet-size and timing sequences), without decrypting payload. e. Reconnaissance and port scanning: Fan-out patterns from a single source across many destination ports or hosts. f. Data exfiltration: Asymmetric flow-volume anomalies and unusual outbound-to-inbound byte ratios. Expected Solution The system must be delivered as working prototype (source repository) implementing ingest, feature extraction, model inference, and alert output. Accompanying documentation of the model(s) used, features engineered, and the training/validation approach. The prototype must also include a simple dashboard of live or replayed detections with severity and confidence adhering to the following architectural constraints: a. Read-only ingest: Treat the input as strictly read-only. Any design that assumes a return path, a live query to the source, or an inline block is out of scope. b. No payload decryption: TLS/QUIC sessions must be analysed from metadata only, never from decrypted content. c. Streaming, not batch: The pipeline must process traffic incrementally and raise alerts with bounded latency, not just produce an end-of-run report. d. Defined throughput target: Solutions must state and demonstrate the traffic rate they were tested against (e.g., flows/sec or Mbps sustained). e. Standardized alert schema: Alerts must be structured records for instance timestamp, flow identifier, threat class, confidence score, and supporting evidence feature.
AI & PPT Citation Format

Smart India Hackathon 2026 Problem Statement PS-26145: "AI-Based Detection of Cyber Threats in Unidirectional IP Traffic", Ministry: National Technical Research Organisation (NTRO). Strategy & Architecture via SIH ONE (https://sihone.pages.dev/ps/26145)

Related Problem Statements in Blockchain & Cybersecurity