Skip to content

MrCipher-X/SentinAI-Defence-Grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Header

CLASSIFIED OPERATION: AI-DRIVEN SOC TOOLKIT & HYBRID IDS/IPS
STATUS: DEPLOYED | AUTHOR: MR. CIPHER-X [C|THE]


🛡️ Operation Abstract

SentinAI is a comprehensive, localized Security Operations Centre (SOC) toolkit engineered to replace traditional, reactive perimeter defenses. Operating as a Hybrid Intrusion Detection and Prevention System (IDS/IPS), SentinAI utilizes a sophisticated dual-engine architecture. It converges low-level network telemetry (via Scapy) with unsupervised machine learning (IsolationForest via Scikit-learn) and dynamic firewall orchestration to provide real-time behavioral anomaly detection and automated incident response.


⚙️ Tactical Architecture (Dual-Engine IDS/IPS)

graph TD;
    A[Live Network Traffic OSI L3/L4] -->|Packet Sniffing| B(Scapy Telemetry Engine);
    B --> C{Dual-Engine Analysis};
    C -->|Tier 1: Heuristic Engine| D[Signature & Port Matching];
    C -->|Tier 2: ML Engine| E[IsolationForest Behavioral Analysis];
    D -->|Known C2 Port / Payload Match| F[Threat Identified];
    E -->|Unsupervised Outlier Detected| F;
    F --> G{Automated Response};
    G -->|Dynamic Orchestration| H[Windows Defender / iptables Block];
    G -->|Asynchronous UI| I[Streamlit SOC Analyst Dashboard];
    
    style A fill:#1a1a1a,stroke:#00FFFF,stroke-width:2px;
    style I fill:#1a1a1a,stroke:#8A2BE2,stroke-width:2px;
Loading

🦠 Threat Intelligence & Mitigation Matrix

Threat Vector Detection Modality Automated Response / Orchestration
Known C2 Beaconing Deterministic Heuristics (Ports 4444, 1337) Intercept payload, orchestrate netsh or iptables to drop packets.
Zero-Day & APTs Unsupervised ML (IsolationForest Anomaly) Flag statistical outliers in traffic behavior; trigger SOC dashboard alert.
Malicious Shellcode Deep Packet Inspection (Scapy) Parse OSI Layer 3/4 headers for execution strings; initiate localized containment.

📸 Digital Evidence & SOC Telemetry

(Note: Target network telemetry and active ML model weights are classified. The following displays the SentinAI asynchronous dashboard and parsing engine.)

SOC Dashboard    


[ OPERATION TERMINATED - GRID SECURED ]

About

SentinAI: A localized SOC toolkit and Hybrid IDS/IPS utilizing a dual-engine architecture (Heuristics + ML/IsolationForest) for real-time network threat detection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors