All Projects → foospidy → Honeypy

foospidy / Honeypy

Licence: gpl-2.0
A low to medium interaction honeypot.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Honeypy

twisted-honeypots
SSH, FTP and Telnet honeypots based on Twisted
Stars: ✭ 79 (-80.73%)
Mutual labels:  honeypot, twisted
Snare
Super Next generation Advanced Reactive honEypot
Stars: ✭ 311 (-24.15%)
Mutual labels:  honeypot
anti-honeypot
一款可以检测WEB蜜罐并阻断请求的Chrome插件,能够识别并阻断长亭D-sensor、墨安幻阵的部分溯源api
Stars: ✭ 38 (-90.73%)
Mutual labels:  honeypot
sockjs-cyclone
SockJS server support for the Cyclone web server
Stars: ✭ 26 (-93.66%)
Mutual labels:  twisted
kotori
A flexible data historian based on InfluxDB, Grafana, MQTT and more. Free, open, simple.
Stars: ✭ 73 (-82.2%)
Mutual labels:  twisted
Iwant
Commandline tool for searching and downloading files in LAN network, without any central server
Stars: ✭ 268 (-34.63%)
Mutual labels:  twisted
cowrie-logviewer
A simple log viewer for cowrie
Stars: ✭ 20 (-95.12%)
Mutual labels:  honeypot
Cowrie
Cowrie SSH/Telnet Honeypot https://cowrie.readthedocs.io
Stars: ✭ 3,810 (+829.27%)
Mutual labels:  honeypot
Heralding
Credentials catching honeypot
Stars: ✭ 297 (-27.56%)
Mutual labels:  honeypot
girc
💬 A simple chat client in Python/Twisted
Stars: ✭ 16 (-96.1%)
Mutual labels:  twisted
STUP-Protocol
Secure/Speedup TCP-like UDP protocol
Stars: ✭ 12 (-97.07%)
Mutual labels:  twisted
sshsyrup
A low-to-medium interaction SSH Honeypot with features to capture terminal activity and upload to asciinema.org
Stars: ✭ 84 (-79.51%)
Mutual labels:  honeypot
Django Honeypot
🍯 Generic honeypot utilities for use in django projects.
Stars: ✭ 284 (-30.73%)
Mutual labels:  honeypot
Awesome-Deception
An awesome list of resources on deception-based security with honeypots and honeytokens
Stars: ✭ 61 (-85.12%)
Mutual labels:  honeypot
Umongo
sync/async MongoDB ODM, yes.
Stars: ✭ 331 (-19.27%)
Mutual labels:  twisted
techmap
Honeypot's Tech Map
Stars: ✭ 43 (-89.51%)
Mutual labels:  honeypot
docker-ssh-honey
SSH Honey pot for docker
Stars: ✭ 42 (-89.76%)
Mutual labels:  honeypot
Dejavu
DejaVU - Open Source Deception Framework
Stars: ✭ 265 (-35.37%)
Mutual labels:  honeypot
Requests Threads
🎭 Twisted Deferred Thread backend for Requests.
Stars: ✭ 366 (-10.73%)
Mutual labels:  twisted
Honeypot
Low interaction honeypot that displays real time attacks
Stars: ✭ 348 (-15.12%)
Mutual labels:  honeypot

HoneyPy 🍯

Build Status Documentation Status

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

Project status:

  • No longer in active development, however pull requests are still welcome.
  • Repository will remain for anyone wanting to use or contribute to HoneyPy.
  • I recommend using the honeydb-agent instead: https://honeydb-agent-docs.readthedocs.io/

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].