“Where Threats Meet Their End.”
INTRUSION X is a cybersecurity-focused Network Intrusion Detection System (NIDS) with a visually immersive Security Operations Center (SOC) dashboard. It combines real-time monitoring, anomaly detection, and modern UI/UX to simulate a production-grade cyber defense system.
- 🌍 3D Interactive Landing Page (Three.js + GSAP)
- 📊 Real-time SOC Dashboard
- 🚨 Threat Detection & Alerts System
- 📡 Live Network Traffic Monitoring
- 📈 Interactive Charts (Chart.js)
- 🔐 Secure Authentication System
- 🎨 Dark Cyber UI (Glassmorphism + Neon Theme)
- ⚡ Modular & Scalable Django Backend
- Backend: Django (Python)
- Database: SQLite3
- Frontend: HTML, TailwindCSS, Custom CSS
- Animations: Three.js, GSAP
- Charts: Chart.js
- Scripting: Vanilla JavaScript
NIDS_BACKEND/
│
├── dashboard/ # SOC dashboard logic and views
├── users/ # Authentication and user management
├── detection/ # Network logs & anomaly detection
├── static/ # CSS, JS, animations (Landing Assets)
├── templates/ # HTML templates (Landing Page)
└── nids_project/ # Django settings & routing
git clone https://github.com/Athexdev/INTRUSION-X.git
cd INTRUSION-Xpip install django(or)
pip install -r requirements.txtpython manage.py makemigrations
python manage.py migratepython manage.py createsuperuserpython manage.py runserver🌐 Open: http://127.0.0.1:8000/
Landing Page → Login → SOC Dashboard → Detection Engine → Alerts & Analytics
# System diagnostics
python ATHEX_SOC.py
# Auto migrations
python run_migrations.py
# Project setup/reset helper
python debesh_help.pypython manage.py collectstatic- PostgreSQL / MySQL for production DB
- Redis + Celery for background tasks
- Docker containerization
- Nginx + Gunicorn deployment
- 🔍 Machine Learning-based anomaly detection (LOF, Isolation Forest)
- 🌐 GeoIP attack visualization
- 📡 Real-time packet capture integration
- 🔔 Email/SMS alert system
- 👥 Role-based access control (RBAC)
Pull requests are welcome. For major changes, please open an issue first.
This project is licensed under the MIT License.
Debesh Nayak Cybersecurity Enthusiast | Developer | SOC Explorer
🔥 INTRUSION X — Defending Networks, Detecting Threats, Delivering Intelligence.
