Skip to content

Raphasha27/Insider-Threat-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insider Threat Detector

Behavioral analytics for nation-state and negligent insider threat detection

Python License Security

Kirov Dynamics

Built by Koketso Raphasha — Practical AI for Africa

Overview

Advanced insider threat detection simulator that models nation-state actors, malicious insiders, and negligent employees. Uses behavioral analytics, risk scoring, and scenario-based simulation for security team training.

Features

  • Nation-State Scenarios — Advanced persistent threat simulation
  • Negligent Insider Models — Accidental data exposure scenarios
  • Behavioral Analytics — User and entity behavior analysis (UEBA)
  • Risk Scoring — Weighted multi-factor risk assessment
  • Alert Generation — Real-time alerting with playbook recommendations
  • Reporting Dashboard — Executive summaries and detailed logs

Architecture

graph LR
    USER[User] --> API[FastAPI]
    API --> PROC[Processor]
    PROC --> DB[(Database)]
    API --> AUTH[Auth Layer]
    PROC --> AI[AI/ML Engine]
Loading

Microservices-based architecture with API Gateway, authentication layer, PostgreSQL persistence, and event-driven communication.

Quick Start

git clone https://github.com/Raphasha27/Insider-Threat-Detector.git
cd Insider-Threat-Detector
pip install -r requirements.txt
python detect.py

Ecosystem

Project Description
DDOS-Detection-Simulator Traffic analysis and DDoS alert generation
Phishing-Awareness-Game Educational security awareness training
Network-Port-Scanner Multi-threaded network scanning and banner grabbing

Product Ladder

GitHub (this repo)
    ↓
Portfolio → https://raphasha27.github.io/raphasha-dev-portfolio
    ↓
Contact → https://github.com/Raphasha27

License

MIT — see LICENSE

About

Simulated nation-state and negligent insider threat detection with risk scoring and behavioral analytics

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors