Research origin
Introduced in 2011 as Project Satark for web security services, then pivoted in 2013 toward insider threat detection.
Scalable Automated Technology for Analysis and Ranking of Known Threats
An open-source security analytics framework for building explainable detection pipelines across insider threats, malware, phishing, cloud, identity, email and web security.
Plugin-first analytics: normalize telemetry into Events, then run detect → score → explain. Supporting layers (rules, knowledge, graph, AI) sit beside the critical path. Open the architecture page for invariants and docs links.
flowchart LR
T["Telemetry"] --> P["Plugins"]
P --> E["Events"]
E --> ENG["AnalysisEngine"]
ENG --> PIPE["detect → score → explain"]
PIPE --> F["Findings"]
R["Rules"] -.-> ENG
K["Knowledge"] -.-> PIPE
AI["AI optional"] -.-> F
classDef neon fill:#121214,stroke:#ed1c24,stroke-width:2px,color:#f4f4f5
classDef neonAmber fill:#121214,stroke:#e0b35a,stroke-width:2px,color:#f4f4f5
classDef neonOut fill:#1a0a0b,stroke:#ff4d54,stroke-width:2.5px,color:#fff5f5
class T,P,E,ENG,PIPE neon
class F neonOut
class R,K,AI neonAmber
linkStyle default stroke:#ff4d54,stroke-width:2px
Insider plugin analyzing sample USB/file telemetry into explainable findings. More detail on the architecture page.
SATARK is being rebuilt in public as an open-source framework. See the full history timeline for dates, publications, and PhD milestones.
Introduced in 2011 as Project Satark for web security services, then pivoted in 2013 toward insider threat detection.
From 2016 through 2022: Springer-published Threat-Rank research, deep-learning work at SAM’18, and a defended PhD on behavioral insider-threat prediction.
SATARK is now being rebuilt as an open-source security analytics framework with a plugin-first architecture and transparent scoring.
satark.org is the canonical website for the SATARK open-source project. Documentation lives at satark.org/docs/.
Current status: early open-source rebuild (alpha). APIs and packaging may change as the framework matures.