Loading repository data…
Loading repository data…
prodaft / repository
CRADLE is a collaborative platform for Cyber Threat Intelligence analysts. It streamlines threat investigations with integrated note-taking, automated data linking, interactive visualizations, and robust access control. Enhance your CTI workflow from analysis to reporting—all in one secure space.
git clone https://github.com/prodaft/cradle.git
cd cradle
docker compose -f docker-compose.demo.yml up -d
CRADLE should be accessible on http://localhost:8000 with credentials admin:admin!
CRADLE is an open-source web application designed to empower Cyber Threat Intelligence (CTI) analysts. The platform streamlines threat analysis workflows through collaborative note-taking, visual relationship mapping, and comprehensive report generation.
Key Features:
The monorepo is organized into three main components:
| Directory | Description | Documentation |
|---|---|---|
backend/ | Django-based API and data processing layer | README |
ui/ | Electron/React frontend application | README |
docker/ | Relevant dockerfiles and configurations | README |
docs/ | Documentation and project website | Webpage |
git clone https://github.com/prodaft/cradle.git
cd cradle
docker compose -f docker/docker-compose.demo.yml up -d
http://localhost:3000For advanced setup instructions, see the component-specific READMEs:
We welcome contributions from the security community! Here's how to help:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)CRADLE is developed by PRODAFT in collaboration with students from TU Delft. Special thanks to everyone who contributed to making this project possible.
Contributors
Distributed under the MIT License. See LICENSE for more information.
CATALYST Threat Intelligence Team - @prodaft - catalyst.prodaft.com
Project Link: https://github.com/prodaft/cradle