ReePrime
πŸš€ Advanced Threat Intelligence Platform & Dynamic Policy Enforcer

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

πŸš€ Advanced Threat Intelligence Platform & Dynamic Policy Enforcer

L
lover-hak447

1 Views β€’ Jun 19, 2026

Description

πŸš€ Advanced Threat Intelligence Platform & Dynamic Policy Enforcer

This project was developed as part of a Cyber Security Internship to demonstrate real-world Threat Intelligence, SIEM Integration, Security Monitoring, and Automated Incident Response.

The platform collects Indicators of Compromise (IOCs) from threat intelligence sources, normalizes and stores them in MongoDB, forwards them to Elasticsearch, visualizes threats in Kibana dashboards, and automatically blocks malicious IP addresses using Linux iptables firewall rules.

πŸ”Ή Features
β€’ Threat Intelligence Collection
β€’ IOC Normalization & Risk Scoring
β€’ MongoDB Data Storage
β€’ Elasticsearch SIEM Integration
β€’ Kibana Threat Analytics Dashboard
β€’ Dynamic Firewall Enforcement
β€’ Firewall Rollback Mechanism
β€’ Security Event Logging
β€’ Continuous Monitoring

πŸ”Ή Technologies Used
β€’ Python
β€’ MongoDB
β€’ Elasticsearch
β€’ Kibana
β€’ Linux
β€’ iptables
β€’ Git & GitHub

πŸ”Ή GitHub Repository
https://github.com/tryhackmeacct-netizen/Advanced-Threat-Intelligence-Platform-Dynamic-Policy-Enforcer

πŸ”Ή Quick Demo Commands

# Activate Project
source .venv/bin/activate

# Process IOC
python3 main.py --mode demo --indicators 198.1.1.1

# Verify MongoDB
mongosh
use threat_intelligence
db.ioc_data.find().sort({_id:-1}).limit(5).pretty()

# Verify Elasticsearch
curl -k -u elastic:'YOUR_ELASTIC_PASSWORD' https://localhost:9200

# Dynamic Firewall Enforcement
sudo .venv/bin/python main.py --mode demo --indicators 198.12.1.2

# Verify Firewall Rule
sudo iptables -L -n -v --line-numbers

# Firewall Rollback
sudo .venv/bin/python main.py --rollback 198.12.1.2

# Verify Rollback
sudo iptables -L -n -v --line-numbers

#CyberSecurity #ThreatIntelligence #SIEM #Elasticsearch #Kibana #MongoDB #Python #Linux #DevSecOps #SOC #BlueTeam #CyberSecurityProject