Category: Docker

  • T-POT – All In One Multi Honeypot Platform

    While dabbing in the technical realm of cyber security, I looked for open-source honeypot platforms to experiment with. After discovering a long list of possible options, I decided to deploy an instance of Deutsche Telekom Security’s T-Pot. Utilizing Docker for containerization, T-Pot runs the following honeypots simultaneously on a single host. To make it easy…

  • Integration Testing Ansible Playbooks with Travis CI and Docker

    The process behind performing integration tests on Ansible playbooks is almost exactly the same as the one used to test individual roles. In fact, this tutorial is based on a modified version of Continuous Testing of Ansible Roles with Docker and Travis CI by Ignacio Sánchez Ginés. This tutorial is a demonstration of how I…