Skip to main content
Version: VAST v3.1

In-Memory Backbone Plugin

The Threat Bus In-Mem plugin provides an in-memory backbone for data provisioning. It is very simplistic and can be installed without any dependencies.

The plugin only implements the minimal backbone specs for Threat Bus backbone plugins.

Installation

Install the In-Mem backbone plugin via pip.

pip install threatbus-inmem

Configuration

The plugin does not require any configuration. Add an empty placeholder to the Threat Bus config.yaml file.

...
plugins:
backbones:
inmem:
...