UDPot updated and new docker

Posted on April 25, 2020 in Tools • Tagged with honeypot, udpot • 1 min read

UDPot is a littel script to run an honeypot which acts as a real DNS server, sending out DNS replies for the first bunch of requests, and after it work as a sinkhole.

In the last days I refreshed the code, updated the requirements and more spring cleaning.

Now a docker image is available on DockerHub, you can run it with:

$ docker run --name udpot -p 5053:5053/udp -p 5053:5053/tcp -d jekil/udpot

It will run UDPot on port 5053 UDP and TCP, if you want to use it on another port you can bind it with …


Continue reading

How to setup an Image Forensic lab with Ghiro

Posted on August 19, 2015 in Tools • Tagged with appliance, ghiro, image forensics • 3 min read

This how to will guide you through the setup of an Image Forensics lab, using Ghiro, a free and open source image forensics tool.

Ghiro comes also with a virtual appliance (it is a copy of Ubuntu Linux with all you need already installed, you can run on your host) to help people get a running Ghiro in few steps.

1. Ready for virtualization

You can run Ghiro Appliance in any host (Mac, Windows or Linux),  only a virtualization software is requested. There are many out there, free and commercial, for example Vmware or VirtualBox.

VirtualBox is a free and …


Continue reading

Cuckoo Sandbox Summer of Code 2015

Posted on March 10, 2015 in Tools • Tagged with cuckoo, GSOC, GSOC2015 • 3 min read

This summer the Cuckoo Sandbox project is participating the Google Summer of Code 2015, thanks to a big effort of the Honeynet Project.
This is a great opportunity for students who would like to work on Cuckoo and get paid for it! This is a great challenge and an huge opportunity to work on a real malware sandbox, write code and gain valuable experience, and help improving the open source security tools ecosystem.
Almost all college and graduate students are eligible, we are searching for problem solving people with strong development skills who would like to learn about malware and …

Continue reading

Cuckoo Sandbox 1.2 released

Posted on March 05, 2015 in Tools • Tagged with cuckoo • 1 min read

After a while we finally released Cuckoo Sandbox 1.2!

It is one of the Cuckoo’s release with the most impressive amount of new features, just to mention a few:

  • XenServer machinery support
  • Physical machine support, to run analysis on bare metal
  • Comparative reporting, you can compare analysis in a fancy way
  • Improved visualization of network data

A complete list of feature is available in the announce post, I kindly suggest to have a look over it.


Continue reading

New Ghiro website

Posted on March 04, 2015 in Tools • Tagged with ghiro • 1 min read

It seems that the old Ghiro website was too hard for understand for people visiting it.

All we know people stops on websites few seconds, so contents should be delivered in an efficient way, with a simple layout and  short web page.

After one year we read about people that barely were able to understand what Ghiro is, if it is an automated digital forensic tool or a brand new Photoshop clone. We read about people asking where they can download it, how much it costs a license and so on.

So our burlone, Ghiro’s design engineer, put together …


Continue reading