Automatically import VMRay Platform analyses into MISP as a feed.
There are two ways to get started:
If you choose to use the install script, please inspect the script before execution. To install, run:
curl https://raw.githubusercontent.com/vmray/vmray-misp-feed/main/install.sh | sh
When done, the install script prints out instructions for running and starting vmray-misp-feed.
You can also find the instructions for setting up a MISP feed in the docs.
For a more detailed description on how to configure vmray-misp-feed, see vmray-misp-feed
You can also run and host the MISP feed using Docker. Therefor you'll first need to create a configuration:
cp config.toml.template config.toml
After that you can use the compose.yml
and docker compose up -d
to start and server the feed.
You can use the crontab
file to change the frequency of the execution.
Make sure that the feed path from the config matches the compose file volume mappings.