Go to file
Sami Mokaddem e346a8cb05
fix: [instance:searchAll] Correct usage of parameters
2021-12-21 08:30:37 +01:00
INSTALL chg: [installation] Improvement installation instructions 2021-10-21 13:43:11 +02:00
bin chg: [restructure] the application 2020-06-22 14:28:17 +02:00
config chg: [metaTemplate] Major refactoring and documentation - WiP 2021-12-14 15:09:40 +01:00
debian Add initial debian/ directory 2021-02-11 10:32:25 +01:00
design_docs chg: [doc:diagrams] Added pdf and png diagrams 2021-06-09 09:45:35 +02:00
documentation chg: [logo] colors requested by the Hungarian leader again 2020-06-25 09:53:54 +02:00
libraries/default fix: [meta_template:enisa-csirt-inventory] Typo in regex 2021-11-23 15:43:49 +01:00
plugins chg: [ui] Renamed search button in index_table 2021-11-10 15:31:09 +01:00
resources chg: [restructure] the application 2020-06-22 14:28:17 +02:00
src fix: [instance:searchAll] Correct usage of parameters 2021-12-21 08:30:37 +01:00
templates chg: [metaTemplate] Better placement of notice message 2021-12-20 14:28:04 +01:00
tests chg: [restructure] the application 2020-06-22 14:28:17 +02:00
webroot chg: [scss:bootstrap-additional] Added hover on dropdown items and mw/mh support 2021-12-01 08:27:17 +01:00
.gitignore chg: updated .gitignore 2021-11-23 15:33:33 +01:00
LICENSE Initial commit 2020-01-26 20:28:07 +01:00
README.md doc: add upgrade documentation 2021-06-23 15:30:34 +02:00
composer.json Merge branch 'keycloak' into develop-unstable 2021-10-01 13:53:14 +02:00
index.php chg: [restructure] the application 2020-06-22 14:28:17 +02:00
phpunit.xml.dist chg: [restructure] the application 2020-06-22 14:28:17 +02:00

README.md

cerebrate

The Cerebrate Sync Platform core software. Cerebrate is an open-source platform meant to act as a trusted contact information provider and interconnection orchestrator for other security tools.

It is currently being built under the MeliCERTes v2 project and is heavily work in progress.

Current features

  • Repository of organisations and individuals
  • Maintain signing and encryption keys
  • Maintain affiliations between organisations and individuals

Screenshots

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

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, 2020  Andras Iklody
    Copyright (C) CIRCL - Computer Incident Response Center Luxembourg