The project demonstrates a Threat Monitoring Dashboard to simulate the basic functionality of a Managed Detection and Response (MDR) platform.
Here's a simple Proof of Concept (PoC) project you can build using Django and React that aligns with cybersecurity theme. The project demonstrates a Threat Monitoring Dashboard to simulate the basic functionality of a Managed Detection and Response (MDR) platform.
- User Authentication:
- Allow users (e.g., security analysts) to log in and view data.
- Threat Detection Visualization:
- Display a dashboard with recent threats, their severity, and status (e.g., "Pending," "Resolved").
- Incident Management:
- Users can mark threats as resolved or escalate them for further analysis.
- Risk Assessment:
- A simple tool to calculate a "risk score" based on detected vulnerabilities.
- Backend: Django (with Django REST Framework for APIs)
- Frontend: React.js
- Database: PostgreSQL
- Deployment: Docker, Kubernetes (optional)
- Webserver: Nginx (optional)
This PoC showcases your ability to integrate Django (backend) with React (frontend) while tackling a cybersecurity use case.