fyhertz / ansible-role-cuckoo

Automated installation of Cuckoo Sandbox with Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible role: Cuckoo Sandbox

An Ansible role automating the deployment of Cuckoo Sandbox, a malware analysis system.

Current limitations:

  • Only libvirt/KVM is supported right now
  • Probably only works on Ubuntu 16.04
  • You still need to manually write most of your <machinery>.conf

Requirements

At least Ansible 2.2 is required.

Role Variables

TODO!

Dependencies

$ ansible-galaxy install -r requirements.yml

Example Playbook

    - hosts: servers
      roles:
         - { role: fyhertz.cuckoo,  cuckoo_enable_web_interface: True}

Running the test.yml playbook

This playbook was written to test the role inside a Vagrant box.

cd ansible-role-cuckoo/tests
vagrant up --provider libvirt
ansible-playbook -i inventory test.yml

License

BSD

Author Information

  • Simon Guigui
  • Hugo Genesse
  • Based on this

About

Automated installation of Cuckoo Sandbox with Ansible


Languages

Language:Ruby 100.0%