A software prototype that ingests network traffic data, uses an AI world model to predict future attack stages before a compromise occurs, and provides an explainable dashboard for defenders.
National Technical Research Organisation (NTRO) · Software
Signing in saves it for your whole team — everyone on your invite link sees the same two entries. Anything you shortlisted while signed out comes with you.
Decomposed from what the description asks for. Nothing added.
Feature Extraction Pipeline
Ingests CIC-IDS-2018 or CTU-13 CSV flow records and raw PCAP files, outputting a timestamped feature matrix.
World Model Training Engine
Trains a sequence model or graph neural network on labelled datasets to learn network state transition dynamics.
Infiltration Prediction Engine
Performs K-step forward simulation from traffic snapshots to output infiltration probability scores and MITRE ATT&CK stages.
Explainability Module
Uses SHAP values or attention weights to identify which specific flags, ports, or flow statistics drive the predictions.
Demonstration Interface
A local web application using Streamlit or Flask that accepts input files, runs inference, and displays timeline outputs offline.
Both columns are read off the brief's own wording. Nothing here is inferred from the ministry's name.
The jury will check if the model learns temporal transition dynamics rather than acting as a static classifier, requires offline execution without cloud APIs, provides explainability outputs like SHAP or attention weights, and includes benchmark comparisons against a logistic regression baseline using metrics such as F1 score.
Nothing we looked for and failed to find.
A jury can still ask about these. Decide them deliberately rather than by accident.
Generated from the brief's own wording and the competition's published rules — never from a guess about what this ministry prefers.
Has any part of this been shown at a previous event, hackathon or college project?
The guidelines are explicit: your solution must not have appeared in any previous event or programme, of any sort. A recycled project is what a team under time pressure reaches for.
The brief asks for feature extraction pipeline. How would you build that?
Decoded from SIH26153 itself — Ingests CIC-IDS-2018 or CTU-13 CSV flow records and raw PCAP files, outputting a timestamped feature matrix. The brief asks for it by name.
The brief asks for world model training engine. How would you build that?
Decoded from SIH26153 itself — Trains a sequence model or graph neural network on labelled datasets to learn network state transition dynamics. The brief asks for it by name.
The brief asks for infiltration prediction engine. How would you build that?
Decoded from SIH26153 itself — Performs K-step forward simulation from traffic snapshots to output infiltration probability scores and MITRE ATT&CK stages. The brief asks for it by name.
The brief asks for explainability module. How would you build that?
Decoded from SIH26153 itself — Uses SHAP values or attention weights to identify which specific flags, ports, or flow statistics drive the predictions. The brief asks for it by name.
The brief asks for demonstration interface. How would you build that?
Decoded from SIH26153 itself — A local web application using Streamlit or Flask that accepts input files, runs inference, and displays timeline outputs offline. The brief asks for it by name.
Why not use what already exists? Name the closest thing to this that is already running.
A team that has not named the alternative themselves is answering this for the first time in the room.
Which single thing will you demonstrate end to end, start to finish, with nothing skipped?
Ours, not a rule: a narrow thing that fully works survives questioning better than a broad thing that half works. If nobody on the team can name it, that is the finding.
Show me this working: the jury will check if the model learns temporal transition dynamics rather than acting as a static classifier, requires offline execution without cloud APIs, provides explainability outputs like SHAP or attention weights, and includes benchmark comparisons against a logistic regression baseline using metrics such as F1 score.
This is the evaluator read for your problem statement, decoded from the brief's own wording.
What the organisers attached, and what the brief assumes you can get.
Same organisation, same year. Reading two of theirs tells you more about what they care about than reading one.
Pick what you are about to do and copy the prompt. It carries the organisers' own wording, the constraints they never spell out, and an instruction not to invent requirements they never set.
Who has this problem, what already exists, and what you would have to find out.