Palak Guptađź‘‹
Turning data into insights with my Strategic Data Analysis
Turning data into insights with my Strategic Data Analysis
Portfolio Project 2:
The Cybersecurity Anomaly Detection project aimed to build a robust AI-driven framework capable of identifying malicious activities in network traffic using unsupervised learning models. By analyzing datasets like NSL-KDD and CIC-IDS2017, the goal was to detect anomalies in real-time and support proactive threat mitigation strategies in modern cybersecurity environments, especially relevant to emerging digital spaces like the Metaverse.
Research: The project began with understanding various cyber threats—such as DoS, DDoS, port scanning, and data exfiltration—by analyzing the structure of known cybersecurity datasets. Research also focused on how anomaly detection methods outperform signature-based systems for detecting zero-day attacks.
Information Architecture: Data was preprocessed by encoding categorical variables, normalizing numerical features, and labeling normal vs. anomalous events. Data pipelines were structured to support batch and real-time processing, making the architecture scalable and modular..
Wireframing and Prototyping: Initial wireframes outlined how anomalies would be detected and visualized. A prototype dashboard was created to display real-time alerts, SHAP-based model explanations, and threat classification summaries.
The anomaly detection system successfully flagged previously unseen threats with high accuracy and low false-positive rates. The hybrid use of Isolation Forest, Autoencoders, and K-Means allowed for robust detection across different attack types. SHAP visualizations added transparency, helping cybersecurity analysts trust and act on model predictions. The tool is adaptable for securing digital platforms like the Metaverse, and future improvements may include online learning for model updates and integration with SIEM systems for enterprise-scale deployment.