Pushes events from Pro Custodibus into your security management systems.
Project description
Pro Custodibus Broker
Pro Custodibus is a service that makes WireGuard networks easy to deploy and manage.
To integrate Pro Custodibus with your own SIEM or other log tools, you can run the Pro Custodibus broker on one of your own internal hosts, and the broker will pull alerts and other events from Pro Custodibus and push them to your own security management systems.
Installing
Requires python 3.8 or newer and libsodium. Installer script can install requirements, plus the broker itself, on most linuxes. Install from source like the following:
./install.sh --install
Or run it like the following to see more options:
./install.sh --help
See the Installer Documentation for full details.
Development
Set up dev env
- Create a virtualenv with pyenv:
pyenv virtualenv 3.8.18 procustodibus-broker
- Activate the virtualenv:
pyenv local procustodibus-broker 3.8.18 3.9.18 3.10.13 3.11.7 3.12.1
- Install tox:
pip install tox
- Install pre-commit and pre-push hooks:
tox -e pre-commit -- install
tox -e pre-commit -- install -t pre-push
Dev tasks
List all tox tasks you can run:
tox -av
Run unit tests in watch mode:
tox -e watch
Run all (docker-based) installer tests:
docker-compose -f test_install/docker-compose.yml build --pull
tox -e py38 -- test_install
Manually run pre-push hook on all version-controlled files:
tox -e pre-commit -- run -a --hook-stage push
Contributing
Resources
- Home page: https://www.procustodibus.com/
- Documentation: https://docs.procustodibus.com/guide/integrations/brokers/
- Changelog: https://docs.procustodibus.com/guide/integrations/brokers/#changelog
- Issue tracker: https://todo.sr.ht/~arx10/procustodibus
- Mailing list: https://lists.sr.ht/~arx10/procustodibus
- Source code: https://git.sr.ht/~arx10/procustodibus-broker
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file procustodibus_broker-1.1.1.tar.gz
.
File metadata
- Download URL: procustodibus_broker-1.1.1.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 157550e352cee8a7cbc77bb4c98bdee80b385eb127ebe790a002a24e6b57281b |
|
MD5 | 652c35a420194f6ac9ddc233176f4e75 |
|
BLAKE2b-256 | 172bce558e34ca40dbbe325a13b6346607f5affc7897f19b6c1c09dfc8ab9562 |
File details
Details for the file procustodibus_broker-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: procustodibus_broker-1.1.1-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e488cf78e4f813cf47f8c46a94d0c9a0f2ef1c7dc459757e4c09d63ccfc5873 |
|
MD5 | 441b0e3d4e9662bb7434acf4fe5cb1a4 |
|
BLAKE2b-256 | 62afe94089e487c98ec3f9e8903cd3a2ca2ba9f6eba644f670e67e3ab5357f00 |