https://github.com/ventz/docker-cif
CIFv3 Ubuntu 16.04 Docker Container (Bearded Avenger)
https://github.com/ventz/docker-cif
cifs forensic-analysis forensics intel intelligence security threat-hunting threat-sharing
Last synced: 5 months ago
JSON representation
CIFv3 Ubuntu 16.04 Docker Container (Bearded Avenger)
- Host: GitHub
- URL: https://github.com/ventz/docker-cif
- Owner: ventz
- License: mpl-2.0
- Created: 2017-02-15T23:27:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T20:25:39.000Z (about 7 years ago)
- Last Synced: 2025-01-09T13:12:56.715Z (5 months ago)
- Topics: cifs, forensic-analysis, forensics, intel, intelligence, security, threat-hunting, threat-sharing
- Language: Shell
- Homepage: http://csirtgadgets.org/
- Size: 16.6 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Latest Version: 3.0.0b4
CIFv3 Ubuntu 16.04 Docker Container (Bearded Avenger)https://github.com/csirtgadgets/bearded-avenger-deploymentkit/wiki
https://github.com/csirtgadgets/bearded-avenger-deploymentkit/releases
# How to run CIFv3 Docker Container?
```
C=$(docker run --name cifv3 -it -d \
-p 443:443 \
-p 5000:5000 \
ventz/docker-cif)
```# Get an interactive shell onto the container:
```
docker exec -it $C /bin/bash
```# Test Setup
Once you have a shell, become the cif user:
```
# su cif
```and do a sanity check to verify that everything works:
```
$ cif -p
```You can do this as "root" too, but it's not recommended.
For a full suite of tests, you can also run:
```
/root/test.sh
```# Docker Volumes/Overrides
```
Configuration Data:
/etc/cif
``````
Log Files:
/var/log/cif
``````
SQLite DB:
/var/lib/cif
```# Docker Maintainer:
Ventz Petkov (@ventz)
Dylan Jacob (@dylanjacob)# COPYRIGHT AND LICENSE
Copyright (C) 2017-2018 [the CSIRT Gadgets Foundation](http://csirtgadgets.org)
See: [LICENSE](https://github.com/ventz/docker-cif/blob/master/LICENSE)