Skip to content

Ubuntu14LTS

Wes edited this page Jun 4, 2016 · 17 revisions

Ubuntu 14 LTS

$ tar -zxvf cif-3.X.X.tar.gz
$ cd cif-3.X.X
$ sudo bash deployment/easybutton.sh
$ sudo su - cif
$ csirtg-smrt --test -r /etc/cif/rules/default/csirtg.yml
$ cif --itype ipv4

Vagrant

$ tar -zxvf cif-3.X.X.tar.gz
$ cd cif-3.X.X
$ vagrant up && vagrant ssh
$ workon cif && cd /vagrant
$ mkdir -p log && cp hacking/develop.conf hacking/local.conf
$ cif-store -d --token-create-admin cif.yml
$ cif-store -d --token-create-hunter cif-hunter.yml
$ cif-store -d --token-create-smrt csirtg-smrt.yml
$ supervisord -c hacking/local.conf
$ workon cif && cif -d -p # new window
$ csirtg-smrt --config csirtg-smrt.yml -r rules/default/csirtg.yml -d --test
$ cif --itype ipv4
Clone this wiki locally