terminal

Ketan.Dav

Portfolio_v2.0
menu
close
Home About Skills Projects Experience Contact download Resume

// PROJECTS

Listing active repositories and system architectures. Analyzing engineering depth, technical approaches, and core implementation details.

ID: 001

AI-Based Next Generation Firewall (NGFW)

Active v2.4.0

error Problem Statement

Traditional firewalls struggle to detect zero-day polymorphic malware and encrypted command-and-control traffic in real-time. zero-day polymorphic malware and encrypted command-and-control traffic in real-time.

build Technical Approach

Built a production-style AI-driven NGFW operating inline using Linux raw sockets. Implemented stateful flow reconstruction and early-flow ML classification for real-time threat detection. Integrated encrypted traffic fingerprinting (JA3), Suricata IDS, and designed automated SOAR-based containment workflows. filtering. Integrated a heuristic analysis engine that scores connection entropy and packet timing to identify anomalies without decryption.

Core Technologies

Rust eBPF React (Admin Panel) Redis
schema [ ARCHITECTURE_SCHEMATIC ]
+-------------------+ +-------------------+ | Packet Ingress | ----> | eBPF Filter | +-------------------+ +-------------------+ | | v v +-------------------+ +-------------------+ | Log Aggregator | <---- | Heuristic Eng. | +-------------------+ +-------------------+
code [ VIEW_SOURCE_CODE ] arrow_forward
ID: 002

AI-Driven Intrusion Detection System (IDS)

Deployed v1.1.2

error Problem Statement

Static routing protocols in 5G networks cannot adapt quickly enough to micro-bursts of traffic, leading to localized congestion and latency spikes for critical services.

build Technical Approach

Developed a Multi-Agent Reinforcement Learning (MARL) system. Agents deployed on edge nodes observe local queue lengths and collaboratively decide on routing updates to minimize global latency.

Core Technologies

Python (PyTorch) Docker Grafana Kubernetes
hub [ NETWORK_TOPOLOGY ]
(Node A) -- 10ms --> (Node B) | ^ | | 15ms 5ms | | v | (Node C) -- 20ms --> (Node D)
code [ VIEW_SOURCE_CODE ] arrow_forward
ID: 003

AI-BASED INTRUSION DETECTION

Beta v0.9.5

error Problem Statement

High false-positive rates in signature-based IDS fatigue security analysts, causing real threats to be overlooked amidst the noise of alerts.

build Technical Approach

Utilized Long Short-Term Memory (LSTM) recurrent neural networks trained on a baseline of 'normal' business traffic. The model flags deviations in sequence patterns rather than matching static signatures.

Core Technologies

TensorFlow Keras Scikit-learn Pandas
neurology [ MODEL_ARCHITECTURE ]
Input Layer [X] | LSTM Cell 1 -- Hidden State --> LSTM Cell 2 | | Dropout Dropout | | Dense Output Dense Output
code [ VIEW_SOURCE_CODE ] arrow_forward