csirtgadgets.cif

CIF Ansible Rolle

Eine vollständige Ansible-Rolle für das Collective Intelligence Framework.

Rollenvariablen

# Variablen
cif_version: 3.0.0b5
cif_user: cif
cif_group: cif
cif_etc_path: '/etc/cif'
cif_home: '/home/{{ cif_user }}'

smrt_enabled: true
router_enabled: true

GH_TOKEN: "{{ lookup('env', 'GH_TOKEN') }}"

# Standardeinstellungen
smrt:
  user: "{{ cif_user }}"
  group: "{{ cif_group }}"
  home: "{{ cif_home }}"
  runtime_path: /var/run/smrt
  cache_path: /var/run/smrt
  rules_path: /etc/cif/rules
  fireball_size: 500
  goback_days: 3
  enable_service: false
  service_client: cif

router:
  release_url: "https://github.com/csirtgadgets/bearded-avenger/archive/{{ cif_version }}.tar.gz"
  user: "{{ cif_user }}"
  group: "{{ cif_group }}"
  home: "/home/{{ cif_user }}"
  runtime_path: "/var/run/{{ cif_user }}"
  etc_path: '/etc/cif'
  config_path: "{{ cif_etc_path }}/cif-router.yml"

  httpd:
    fireball_size: 500
    listen: 127.0.0.1
    token:

  hunter:
    token:
    exclude: 'osint.bambenekconsulting.com:dga'
    threads: 2

  gatherer:
    threads: 2
    geo_fqdn: 0

geoip:
  user: 999999
  key:  "000000000000"
  products: "GeoLite2-City GeoLite2-Country GeoLite-Legacy-IPv6-City GeoLite-Legacy-IPv6-Country 506 517 533"

Beispiel Playbook

alles zusammen:

- hosts: server
  roles:
     - { role: csirtgadgets.cif }

nur Router:

- hosts: server
  roles:
     - { role: csirtgadgets.cif, smrt_enabled: False }

nur SMRT:

- hosts: server
  roles:
     - { role: csirtgadgets.cif, router_enabled: False }

Lizenz

MPLv2

Autoreninformationen

Wes Young CSIRT Gadgets https://github.com/csirtgadgets/bearded-avenger-deploymentkit/wiki

Über das Projekt

Collective Intelligence Framework

Installieren
ansible-galaxy install csirtgadgets.cif
GitHub Repository
Lizenz
mpl-2.0
Downloads
1.9k
Besitzer
Helping Security Operators Innovate. Together- We are creating a Trustworthy Internet.