JohnVonNeumann / xibalba

Honeypot project with good DevOps practices. Xibalba is a place in Mayan mythology roughly translated as "place of fear".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xibalba

Xibalba (Mayan pronunciation: [ʃiɓalˈɓa]), roughly translated as "place of fear", is the name of the underworld in K'iche' Maya mythology, ruled by the Maya death gods and their helpers.

Xibalba is a simple project for hosting an SSH honeypot, the hosts will be open to the world on 0.0.0.0:22 and all failed attempts to access the host will be recorded in an attempt to create a usable dataset. The project will be supported by a solid DevOps process, where nightly rebuilds of the host will be the norm, in order to ensure that the box stays secure and well supported. This is an attempt to not only learn more about DevOps, but also DevSecOps, an area I have a lot of interest in.

I am streaming the development of this repository over at Twitch, to see times and other information, visit: https://www.twitch.tv/janosvonneumann

To do

Technologies currently/planned to be used in this project

Currently used:

  • Terraform
  • Go
  • Terratest
  • AWS

Planned for usage:

  • Ansible
  • Ansible molecule
  • Automated Source Code Analysis/Linting
  • Continuous Integration
  • Inspec
  • OSSec
  • Security Onion

Todo

  • Work out which SSH honeypot service we wish to use.

Shit we've learnt

  • git commit -am "commit message" - adds all in working index, and commits directly to avoid multiple commands.

Usage

Make sure the environment is populated with the correct envvars to run the TF.

Populating the environment with the correct env vars

I would recommend using awskeyring by my fantastic team over at Vibrato. RTFM for good instructions on how to use the tool.

About

Honeypot project with good DevOps practices. Xibalba is a place in Mayan mythology roughly translated as "place of fear".


Languages

Language:Go 84.5%Language:HCL 15.5%