Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

foospidy/HoneyPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 21, 2024
6ca3d6e · Mar 21, 2024
Mar 5, 2019
Aug 26, 2019
Mar 6, 2019
Aug 26, 2019
Jul 13, 2017
May 30, 2018
Nov 4, 2017
Nov 3, 2017
Mar 5, 2019
Nov 17, 2013
Nov 4, 2017
Nov 1, 2018
Mar 21, 2024
Jun 5, 2018
Jan 21, 2019
Mar 4, 2019

Repository files navigation

HoneyPy 🍯

Build Status Documentation Status

A low interaction honeypot with the capability to be more of a medium interaction honeypot.

Project status:

Description

HoneyPy is written in Python2 and is intended to be easy to:

  • install and deploy
  • extend with plugins and loggers
  • run with custom configurations

Feel free to follow the QuickStart Guide to dive in directly. The main documentation can be found at the HoneyPy Docs site.

Live HoneyPy data gets posted to:

Leave an issue or feature request! Use the GitHub issue tracker to tell us whats on your mind.

Pull requests are welcome! If you would like to create new plugins or improve existing ones, please do.

NOTE: HoneyPy has primarily been tested and run on Debian and Ubuntu using Python 2.7.9.

Overview

HoneyPy comes with a lot of plugins included. The level of interaction is determined by the functionality of the used plugin. Plugins can be created to emulate UDP or TCP based services to provide more interaction. All activity is logged to a file by default, but posting honeypot activity to Twitter or a web service endpoint can be configured as well.

Examples:

  • Plugins:

    • ElasticSearch
    • SIP
    • etc.
  • Loggers:

    • HoneyDB
    • Twitter
    • etc.