Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Cuckoo Malware Analysis

You're reading from  Cuckoo Malware Analysis

Product type Book
Published in Oct 2013
Publisher Packt
ISBN-13 9781782169239
Pages 142 pages
Edition 1st Edition
Languages

Cuckooforcanari – integrating Cuckoo Sandbox with the Maltego project


Have you ever thought about running Cuckoo in GUI?

Yes, me too. There is a workaround for this. It is called Cuckooforcanari by David Bressler (@bostonlink).

It is built within The Canari Framework—a framework to develop Maltego written in Python. Canari is perfect for anyone wishing to graphically represent their data in Maltego without the hassle of learning a whole bunch of unnecessary stuff.

  1. First, let's download and install setuptools before we start downloading The Canari Framework. The software can be found here:

    https://pypi.python.org/pypi/setuptools

  2. Download setuptools-0.7.7.tar.gz and extract it:

    $ wget
    https://bitbucket.org/pypa/setuptools/raw/0.7.7/ez_setup.py -O - | python
    
  3. Alternatively, in Python 2.6 and later, setuptools can be installed to a user-local path:

    $ wget
    https://bitbucket.org/pypa/setuptools/raw/0.7.7/ez_setup.py
    $ python ez_setup.py --user
    
  4. After we've finished installing setuptools, we can install...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}