Skip to content

adeshrr/SOC-Real-Time-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOC Real-Time Lab Setup using Free Software

This project demonstrates the real-time setup of a Security Operations Center (SOC) using only free and open-source software. It simulates core SOC functions including log collection, analysis, incident response, and threat intelligence, integrating TheHive, Cortex, MISP, and the ELK Stack.


Architecture

SOC Architecture Diagram

Figure 1: SOC Real-Time Lab Architecture Overview


Tools Used

Tool Purpose
TheHive Incident response platform
Cortex Automated analysis and response engine
MISP Threat intelligence platform
ELK Stack (Elasticsearch, Logstash, Kibana) Log aggregation and visualization

How to Run This Lab

To replicate this SOC Real-Time Lab setup on your own infrastructure:

  1. Deploy TheHive v4

    • Use OpenJDK 8 and Cassandra as backend.
  2. Integrate Cortex and MISP

    • Use Cortex for automated response.
    • Feed MISP threat intel into TheHive.
  3. Connect to ELK Stack

    • Forward logs to Logstash.
    • Visualize alerts and incidents via Kibana.
  4. Verify Alerts and Automation

    • Test ingestion of fake IOCs (Indicators of Compromise).
    • Trigger Cortex analyzers and observe incident handling.

See notes/troubleshooting.md for resolving common issues.


Folder Structure

SOC-Real-Time-Lab/
├── architecture/       # SOC design diagram
├── config/             # Config files (TheHive, Cortex, MISP)
├── screenshots/        # UI screenshots of the tools
├── notes/              # Troubleshooting notes
├── LICENSE                # MIT License
├── .gitignore             # Ignore system files
└── README.md              # Project summary and instructions

License

This project is licensed under the MIT License.


Author

Adesh R
Cybersecurity Enthusiast | Hands-on SOC & Threat Intelligence Projects
GitHub: adeshrr

About

Real-Time SOC setup using free tools like TheHive, Cortex, MISP, and ELK Stack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors