Share
## https://sploitus.com/exploit?id=799CA7CF-2B25-58BF-9EBA-9B9294A1BA06
# AI SOC Simulator ๐Ÿ›ก๏ธ

A React-based web application designed to simulate a Security Operations Center (SOC) dashboard. This tool analyzes system logs and classifies potential security threats using mocked detection logic, demonstrating core concepts of incident response and threat analysis.

## ๐ŸŽฏ Features

*   **Threat Detection Simulation:** Automatically analyzes logs to detect common web vulnerabilities and attack vectors.
*   **Vulnerability Classification:** Identifies specific threats including:
    *   SQL Injection (SQLi)
    *   Cross-Site Scripting (XSS)
    *   Local File Inclusion (LFI)
    *   Server-Side Request Forgery (SSRF)
    *   Remote Code Execution (RCE) / Command Injection
*   **Severity Indicators:** Visually categorizes threats by severity levels (Low, Medium, High, Critical) with dynamic UI highlighting.
*   **Actionable Remediation:** Provides immediate, industry-standard mitigation strategies for each detected threat.

## ๐Ÿ› ๏ธ Tech Stack

*   **Frontend:** React, TypeScript, Vite
*   **Styling:** Tailwind CSS (via utility classes)
*   **Architecture:** Component-based UI with simulated async API calls.

## ๐Ÿš€ How to Run Locally

1. Clone the repository:
   ```bash
   git clone [https://github.com/martsynovskimihal-sudo/ai-soc-simulator.git](https://github.com/martsynovskimihal-sudo/ai-soc-simulator.git)