Attention

Zercurity has been acquired by JumpCloud.

This documentation will no longer be maintained or updated. You can read more about the acquisition, or signup to JumpCloud today.

https://jumpcloud.com/press/jumpcloud-acquires-zercurity

Ubuntu

To run Zercurity inside a Docker container please follow these steps.

docker run --name zercurity_ubuntu -ti -d --privileged=true ubuntu:latest  "/sbin/init"
docker exec -it zercurity_ubuntu /bin/bash

Before downloading the Debian package (.DEB). There are some prerequisites you’ll need to run first.

apt-get -y update && apt-get upgrade
apt-get -y install software-properties-common apt-transport-https wget rsyslog

export OSQUERY_KEY=1484120AC4E9F8A1A577AEEE97A80C63C9D8B80B
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $OSQUERY_KEY
add-apt-repository "deb [arch=amd64] https://pkg.osquery.io/deb deb main"
apt-get -y update
apt-get -y install osquery

Download the zercurity DEB to your system and install like so:

dpkg -i zercurity-2.9.deb

You should now see the docker asset displayed on your dashboard.