Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.97 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.97 KB

Meshroom, the Cybersecurity Mesh Assistant

release build MIT license Python 3.10 Python 3.11 Python 3.12 Python 3.12

A command-line tool to build and manage Cybersecurity Mesh Architectures (CSMA), initiated by the OXA project.

See presentation slides for in-depth introduction, and https://jeromefellus-sekoia.github.io/meshroom for public documentation.

I'm python-based, install me via pip using

pip install meshroom

What is CSMA ?

A Cybersecurity Mesh Architecture is a graph of interoperated cybersecurity services, each fulfilling a specific functional need (SIEM, EDR, EASM, XDR, TIP, etc). Adopting Meshroom's philosophy means promoting an interconnected ecosystem of high-quality products with specialized scopes rather than a captive all-in-one solution.

CSMA

Where to start ?

Run

meshroom --help

or browse the documentation to start building meshes.

Autocompletion

On Linux, you can enable meshroom's autocompletion in your terminal by running

eval "$(_MESHROOM_COMPLETE=bash_source meshroom)"

or adding it to your .bashrc