Debian¶
This section will walk you through the installation of Zercurity against a Debian based host. Zercurity should work with:
Ubuntu
Debian
Before downloading the Debian package (.deb). There are some prerequisites you’ll need to run first.
export OSQUERY_KEY=1484120AC4E9F8A1A577AEEE97A80C63C9D8B80B
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $OSQUERY_KEY
sudo add-apt-repository "deb [arch=amd64] https://pkg.osquery.io/deb deb main"
sudo apt-get update
sudo apt-get install osquery
Once you’ve installed the dependencies you can the install the
zercurity-2.2.deb
package like so.
sudo dpkg -i zercurity-2.2.deb
The installer will take a few moments to complete. Upon a successful installation you can now visit the Assets section on the Zercurity dashboard to see your new asset.