Go to file
iglocska 5092f3d4f3
chg: [version] bump
2023-01-18 10:10:00 +01:00
.github/workflows chg: minor improv 2022-01-20 16:33:28 +01:00
INSTALL chg: [INSTALL] 20.04 2022-12-16 16:56:29 +01:00
bin chg: [restructure] the application 2020-06-22 14:28:17 +02:00
config Merge branch 'develop' of github.com:cerebrate-project/cerebrate into feature-metafield-dropdown 2022-11-14 14:53:02 +01:00
debian chg: migrate mysql.sql initial schema to a phinx migration 2022-01-07 14:37:04 +01:00
design_docs chg: [doc:diagrams] Added pdf and png diagrams 2021-06-09 09:45:35 +02:00
docker chg: migrate mysql.sql initial schema to a phinx migration 2022-01-07 14:37:04 +01:00
documentation fix: [doc] Typo in text 2022-01-19 14:19:55 +01:00
libraries/default fix: [users:registration] Fixed and improved user registration 2022-12-12 16:02:41 +01:00
logs Create logs dir 2021-10-28 22:58:38 +01:00
plugins fix: [behavior:tag] Get identifier if tag data is an array 2022-10-27 10:12:45 +02:00
resources chg: [restructure] the application 2020-06-22 14:28:17 +02:00
src chg: [version] bump 2023-01-18 10:10:00 +01:00
templates chg: [alignments:add] Usage of select2 for org selector 2023-01-17 09:24:00 +01:00
tests fix: fix broken test after wiremock-php/wiremock-php upgrade to v2.33 2022-05-17 09:29:16 +02:00
webroot fix: [instance:settings] Revert setting back to its original in case of failure 2022-11-15 11:03:11 +01:00
.gitchangelog.rc new: [doc] gitchangelog.rc added 2022-12-22 13:24:43 +01:00
.gitignore Merge branch 'develop' of github.com:cerebrate-project/cerebrate into refactor-metatemplates 2022-01-20 09:00:45 +01:00
LICENSE Initial commit 2020-01-26 20:28:07 +01:00
README.md chg: small changes to the readme 2021-10-22 16:44:11 +02:00
composer.json chg: php version requirement bumped 2022-11-18 13:08:31 +01:00
index.php chg: [restructure] the application 2020-06-22 14:28:17 +02:00
phpunit.xml.dist add: wiremock tests and boilerplate, update test readme, extend openapi spec 2022-01-17 16:02:15 +01:00

README.md

cerebrate

Cerebrate is an open-source platform meant to act as a trusted contact information provider and interconnection orchestrator for other security tools (such as MISP).

Features

  • Advanced repository to manage individuals and organisations;
  • Key store for public encryption and signing cryptographic keys (e.g. PGP);
  • Distributed synchronisation model where multiple Cerebrate instances can be interconnected amongst organisations and/or departments;
  • Management of individuals and their affiliations to each organisations;
  • Advanced API and CLI to integrate with existing tools (e.g. importing existing directory information);
  • Dynamic model for creating new organisational structures;
  • Support existing organisational structures such as FIRST.org directory, EU CSIRTs network;
  • Local tooling interconnection to easily connect existing tools with their native protocols;

Cerebrate is developed in the scope of the MeliCERTes v2 project.

Screenshots

Dashboard

List of individuals along with their affiliations

List of individuals

Adding organisations

Adding an organisation

Everything is available via the API, here an example of a search query for all international organisations in the DB.

API query

Managing public keys and assigning them to users both for communication and validating signed information shared in the community

Encryption key management

Dynamic model for creating new organisation structre

Meta Field Templates

Requirements and installation

The platform is built on CakePHP 4 along with Bootstrap 4 and shares parts of the code-base with MISP.

The installation is documented at the following location INSTALL/INSTALL.md. For upgrades, look at INSTALL/UPGRADE.md

Hardware requirements:

A webserver with 4GB of memory and a single CPU core should be plenty for the current scope of Cerebrate. This might increase over the time with additional features being added, but the goal is to keep Cerebrate as lean as possible. Expect to have at least 40GB of disk space, depending on your log rotation strategy you might want to go higher.

For installation via docker, refer to the cerebrate-docker repo.

License

    The software is released under the AGPLv3.

    Copyright (C) 2019, 2021  Andras Iklody
    Copyright (C) 2020-2021 Sami Mokaddem
    Copyright (C) CIRCL - Computer Incident Response Center Luxembourg