This repository has been archived by the owner on Apr 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
wes edited this page Jun 26, 2018
·
22 revisions
This will help you get CIFv4 up and running using the latest stable release using a combination of bash and ansible.
Ubuntu 16 LTS is the operating system in which CIFv4 is developed against and is the most commonly used. If you run into a problem, be sure to first checkout:
- FAQ <--- Need Help? Read this first!
- Known Issues ... then check this.
- Mailing List .. then email the list.
- Contributions ... then send a pull-request :)
- Advanced Help
- Getting value From CIF? Support the Project, Take out a small subscription!
- Check out the Where do I start? Page
- Glance over The CIFv4 Book
$ docker pull csirtgadgets/verbose-robot
$ export CIF_TOKEN=`head -n 25000 /dev/urandom | openssl dgst -sha256`
$ docker run -e CIF_TOKEN="${CIF_TOKEN}" -it -d -p 5000:5000 --name verbose-robot csirtgadgets/verbose-robot
$ docker exec -it verbose-robot /bin/bash
$ cif -d -p
Need more help? Check out the FAQ Page.
- Now on to Where do I start?
cif-gatherer
^ +
| |
+ v
csirtg-fm +--> cifsdk +---------> cif-httpd +------------> cif-router +-----> cif-store +-----> sqlite
+
^ | ^
| | |
| v +
| cif-hunter
+
cifsdk