• This repository has been archived on 24/Feb/2021
  • Stars
    star
    321
  • Rank 130,752 (Top 3 %)
  • Language
    Shell
  • License
    Other
  • Created over 9 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cuckoo Sandbox Dockerfile

cuckoo-logo Dockerfile beta

CircleCI License Docker Stars Docker Pulls Docker Image

This repository contains a Dockerfile of Cuckoo Sandbox.


Notice

  • πŸ†• Checkout the new VirtualBox docs here
  • 🚧 WARNING: Currently only works with remote machinery: esx, vsphere and xenserver.

Table of Contents

Dependencies

Image Tags

REPOSITORY          TAG                 SIZE
blacktop/cuckoo     latest              498MB
blacktop/cuckoo     2.0                 498MB
blacktop/cuckoo     modified (WIP)      317.1 MB
blacktop/cuckoo     1.2                 258.6 MB

NOTE: tags latest and *2.0__ contain all of cuckoosandbox/community

  • tag modified is the awesome spender-sandbox version of cuckoo and contains all of spender-sandbox/community-modified

Installation

  1. Install Docker.
  2. Install docker-compose
  3. Download trusted build from public Docker Registry: docker pull blacktop/cuckoo

To Run on OSX

$ brew tap caskroom/cask
$ brew cask install virtualbox
$ brew install docker
$ brew install docker-machine
$ docker-machine create --driver virtualbox default
$ eval $(docker-machine env)

Or install Docker for Mac

Getting Started

$ git clone https://github.com/blacktop/docker-cuckoo
$ cd docker-cuckoo
$ docker-compose up -d
# For docker-machine
$ curl $(docker-machine ip):8000/cuckoo/status
# For Docker for Mac
$ curl localhost:8000/cuckoo/status
{
  "cpuload": [0.01220703125, 0.03515625, 0.025390625],
  "diskspace": {},
  "hostname": "195855fb100f",
  "machines": {
    "available": 0,
    "total": 0
  },
  "memory": 88.55692015425926,
  "tasks": {
    "completed": 0,
    "pending": 0,
    "reported": 0,
    "running": 0,
    "total": 0
  },
  "version": "2.0-dev"
}

Now Navigate To

cuckoo-dashboard

Documentation

Known Issues

Currently won't work with VirtualBox, VMWare Workstation/Fusion or KVM/qemu, but I have an idea on how to do it. πŸ˜‰ see the NOTES

If you are getting issues with running elasticsearch you can try running: sysctl -w vm.max_map_count=262144

Issues

Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue and I'll get right on it.

Todo

  • Install/Run Cuckoo Sandbox
  • Break mongo out into a separate container using docker-compose
  • Fix blacktop/yara and blacktop/volatility so I can use them as a base images for this image
  • Create docker-entryporint.sh to use same container as daemon or web app or api or utility, etc
  • Figure out how to link to a analysis Windows VM (would be great if it was running in another container)
  • Correctly link mongo/elasticsearch in confs or document how to do it at runtime (or use docker-entryporint BEST OPTION)
  • add wait-for-it.sh to wait for postgres before API starts
  • Web reverse proxy via Nginx with SSL
  • Add snort or suricata or both
  • Get modified version of cuckoo to install/run in docker

Credits

Using blacktop/cuckoo with VirtualBox brought to you by the awesome work done by @ilyaglow and remotevbox

CHANGELOG

See CHANGELOG.md

Contributing

See all contributors on GitHub.

Please update the CHANGELOG.md and submit a Pull Request on GitHub.

License

MIT Copyright (c) 2015-2020 blacktop

More Repositories

1

ipsw

iOS/macOS Research Swiss Army Knife
Go
1,757
star
2

lporg

Organize Your macOS Launchpad Apps
Go
264
star
3

docker-ghidra

Ghidra Client/Server Docker Image
Dockerfile
200
star
4

go-macho

Package macho implements access to and creation of Mach-O object files.
Go
194
star
5

docker-elasticsearch-alpine

Alpine Linux based Elasticsearch Docker Image
Shell
191
star
6

docker-elastic-stack

ELK Stack Dockerfile
Shell
190
star
7

darwin-xnu-build

XNU kernel, Kernel Collection and CodeQL build scripts
Shell
181
star
8

docker-bro

Bro IDS Dockerfile
Zeek
129
star
9

docker-zeek

Zeek IDS Dockerfile
Zeek
99
star
10

docker-idapro

IDA Pro Docker Image
Dockerfile
87
star
11

graboid

Clientless Docker Image Downloader
Go
81
star
12

docker-kibana-alpine

Alpine Linux based Kibana Docker Image
Dockerfile
73
star
13

go-apfs

APFS parser written in pure Go
Go
65
star
14

docker-kafka-alpine

Alpine Linux based Kafka Docker Image
Shell
64
star
15

docker-logstash-alpine

Alpine Linux based Logstash Docker Image
Dockerfile
50
star
16

docker-yara

Yara Dockerfile
YARA
49
star
17

seccomp-gen

Docker Secure Computing Profile Generator
Go
46
star
18

presentations

Slides and resources for talks I've given
HTML
44
star
19

docker-volatility

Volatility Dockerfile
Dockerfile
30
star
20

ipsw-diffs

IPSW Diffs
30
star
21

symbolicator

`ipsw` symbolication signatures
Python
25
star
22

language-yara

Yara syntax highlighting
24
star
23

ipsw-py

A Python library for the ipsw daemon API
Python
23
star
24

ghidra-app

Ghidra CI/CD to build and host a universal macOS Ghidra.app
Shell
23
star
25

go-arm64

Pure Go AARCH64 architecture disassembler
Go
20
star
26

go-dev

Golang Dev Env Dockerfile
Vim Script
17
star
27

vm-proxy

VBoxManage/vmrun proxy to allow communication from within a VM to the hypervisor running the VM.
Go
17
star
28

scifgif

Humorous image microservice for isolated networks
Go
17
star
29

yardens-sb-profs

Output from running Yarden's sandblaster on an iPhone15,2's iOS17 kernelcaches
16
star
30

partialzip

Partial Implementation of PartialZip in Go
Go
16
star
31

arm64-cgo

Golang bindings for the Binary Ninja Arm64 Disassembler.
C
14
star
32

atom-python-yapf

Atom.io plugin to format for Python files using Google's YAPF
CoffeeScript
13
star
33

darwin-webkit-build

WebKit CodeQL Databases
Shell
13
star
34

httpie

Docker image with httpie and jq installed
Makefile
12
star
35

lzfse-cgo

Go bindings for lzfse compression
C
11
star
36

dotfiles

My personal .files
Shell
10
star
37

docker-filebeat

Alpine Linux based Filebeat Docker Image
Shell
10
star
38

dyld-src-fixes

Just some fixes to dyld so you can build some of the utils
C++
10
star
39

kibana-plugin-builder

Malice Kibana Plugin Builder
Makefile
9
star
40

homebrew-tap

Blacktop's Homebrew Formulas
Ruby
9
star
41

language-bro

Bro syntax highlighting
8
star
42

go-vboxapi

Go interface to VirtualBox's remote API
Go
8
star
43

docker-kaitai

Kaitai Struct Docker Image
Python
7
star
44

docker-webkit

Dockerized WebKit Dev/Research Environment
Python
7
star
45

dbg

Docker gdb/lldb images
Makefile
7
star
46

go-dwarf

Package dwarf provides access to DWARF debugging information loaded from executable files, as defined in the DWARF 2.0 Standard at http://dwarfstd.org/doc/dwarf-2.0.0.pdf
Go
7
star
47

how-ya-doing

Monitor your Github repos activity
Go
7
star
48

get-latest-version-action

Get LATEST version Github Action
Dockerfile
7
star
49

swift-demangle-cgo

Golang bindings for the Swift Demangler.
C++
7
star
50

lzss

LZSS compression package for Go.
C
6
star
51

bottle-bomb

Homebrew Bottle Downloader
Go
6
star
52

disasster

Golang AARCH64 Disassembler
Go
6
star
53

docker-retdec

RetDec Dockerfile
Makefile
6
star
54

docker-images

List of all my docker images
6
star
55

frida-scripts

This'll be the year I finally learn Frida 🀞
JavaScript
5
star
56

wait-for-es

Wait until Elasticsearch become available.
Go
5
star
57

go-lzfse

Pure Go LZFSE compression library
C
5
star
58

ports

Blacktop's MacPorts Ports
Tcl
5
star
59

get-vine

Vine Video Downloader
Go
4
star
60

x86-cgo

Golang bindings for the Binary Ninja x86/x64 Disassembler.
C
4
star
61

barcode

Create barcodes (QR/Code128)
Go
3
star
62

vscode-terminal-highlighter

Visual Studio Code Extension to highlight words in integrated terminal
TypeScript
3
star
63

ios-pocs

iOS POCs and Ideas
C
3
star
64

async_wake

iOS 11.1.2 kernel exploit and PoC local kernel debugger by @i41nbeer
C
3
star
65

SwiftMachO

Swift MachO Parser
3
star
66

go-llvm-mc

Go wrapper for llvm-mc
Go
3
star
67

configs

Private Configs
2
star
68

dreadnought

Rust
2
star
69

sentry-quick-start

Sentry Docker Quick Start
Python
2
star
70

nur

nix user repository for Blacktop
Nix
2
star
71

app-icon

Generate App Icons
Go
2
star
72

clt

Command Line Tools
1
star
73

scoop-bucket

Scoop bucket for `ipsw` binaries
1
star
74

go-coresymbolication

CoreSymbolication Framework Go Wrapper
C
1
star
75

darwin-xnu

The Darwin Kernel
C
1
star
76

homebrew-chopshop

ChopShop homebrew formula
Ruby
1
star
77

go-termimg

Go terminal image package
Go
1
star
78

go-template

Go Project Template
Go
1
star
79

blacktop

1
star
80

fluxy

FLUX image generator TUI
Go
1
star