awesome-honeypots/README.md

461 lines
26 KiB
Markdown
Raw Normal View History

# Awesome Honeypots
[![Awesome Honeypots](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2015-06-18 12:58:09 +00:00
A curated list of awesome honeypots, tools, components and much more. The list is divided into categories such as web, services, and others, focusing on open source projects.
There is no pre-established order of items in each category, the order is for contribution. If you want to contribute, please read the [guide](CONTRIBUTING.md).
Discover more awesome lists at [sindresorhus/awesome](https://github.com/sindresorhus/awesome).
2015-06-18 13:15:51 +00:00
2015-07-03 18:13:47 +00:00
### Sections
- [Honeypots](#honeypots)
- [Honeyd Tools](#honeyd)
- [Network and Artifact Analysis](#analysis)
- [Data Tools](#visualizers)
- [Guides](#guides)
2015-06-19 12:19:10 +00:00
## Related Lists
- [awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools), useful in network traffic analysis
- [awesome-malware-analysis](https://github.com/rshipp/awesome-malware-analysis), with some overlap here for artifact analysis
2015-06-18 12:58:09 +00:00
2015-12-03 01:39:33 +00:00
## <a name="honeypots"></a> Honeypots
2015-06-19 11:19:39 +00:00
2015-06-18 12:58:09 +00:00
- Database Honeypots
2015-06-19 20:10:29 +00:00
- [Elastic honey](https://github.com/jordan-wright/elastichoney) - A Simple Elasticsearch Honeypot
2015-12-03 01:39:33 +00:00
- [mysql](https://github.com/schmalle/MysqlPot) - A mysql honeypot, still very very early stage
2016-01-14 16:06:07 +00:00
- [NoSQLpot](https://github.com/torque59/nosqlpot) - The NoSQL Honeypot Framework.
2015-06-19 20:10:29 +00:00
- [ESPot](https://github.com/mycert/ESPot) - ElasticSearch Honeypot
2016-12-12 19:59:11 +00:00
- [Delilah](https://github.com/Novetta/delilah) - An Elasticsearch Honeypot written in Python
2015-06-18 12:58:09 +00:00
- Web honeypots
2015-11-14 03:31:17 +00:00
- [Glastopf](https://github.com/mushorg/glastopf) - Web Application Honeypot
2015-12-03 01:41:08 +00:00
- [phpmyadmin_honeypot](https://github.com/gfoss/phpmyadmin_honeypot) - - A simple and effective phpMyAdmin honeypot
2015-12-03 01:42:02 +00:00
- [servlet](https://github.com/schmalle/Servletpot) - Web application Honeypot
2015-06-19 20:10:29 +00:00
- [Nodepot](https://github.com/schmalle/Nodepot) - A nodejs web application honeypot
- [basic-auth-pot](https://github.com/bjeborn/basic-auth-pot) bap - http Basic Authentication honeyPot
2015-08-19 11:14:25 +00:00
- [Shadow Daemon](https://shadowd.zecure.org) - A modular Web Application Firewall / High-Interaction Honeypot for PHP, Perl & Python apps
2015-12-03 01:42:02 +00:00
- [Servletpot](https://github.com/schmalle/servletpot) - Web application Honeypot
2015-12-03 01:42:27 +00:00
- [Google Hack Honeypot](http://ghh.sourceforge.net) - designed to provide reconnaissance against attackers that use search engines as a hacking tool against your resources.
2015-06-19 20:10:29 +00:00
- [smart-honeypot](https://github.com/freak3dot/smart-honeypot) - PHP Script demonstrating a smart honey pot
2015-12-03 01:39:33 +00:00
- [HonnyPotter](https://github.com/MartinIngesen/HonnyPotter) - A WordPress login honeypot for collection and analysis of failed login attempts.
2016-06-17 14:15:36 +00:00
- [HoneyPress](https://github.com/dustyfresh/HoneyPress) - python based WordPress honeypot in a docker container
2015-12-03 01:40:12 +00:00
- [wp-smart-honeypot](https://github.com/freak3dot/wp-smart-honeypot) - WordPress plugin to reduce comment spam with a smarter honeypot
- [wordpot](https://github.com/gbrindisi/wordpot) - A WordPress Honeypot
2015-06-19 12:45:18 +00:00
- [Bukkit Honeypot](https://github.com/Argomirr/Honeypot) Honeypot - A honeypot plugin for Bukkit
2015-08-21 19:26:04 +00:00
- [Laravel Application Honeypot](https://github.com/msurguy/Honeypot) - Honeypot - Simple spam prevention package for Laravel applications
- [stack-honeypot](https://github.com/CHH/stack-honeypot) - Inserts a trap for spam bots into responses
- [EoHoneypotBundle](https://github.com/eymengunay/EoHoneypotBundle) - Honeypot type for Symfony2 forms
2015-06-22 13:19:11 +00:00
- [shockpot](https://github.com/threatstream/shockpot) - WebApp Honeypot for detecting Shell Shock exploit attempts
2016-02-13 16:39:33 +00:00
- [django-admin-honeypot](https://github.com/dmpayton/django-admin-honeypot) - A fake Django admin login screen to notify admins of attempted unauthorized access.
2015-06-18 12:58:09 +00:00
- Service Honeypots
2015-08-21 19:26:04 +00:00
- [honeyntp](https://github.com/fygrave/honeyntp) - NTP logger/honeypot
- [honeypot-camera](https://github.com/alexbredo/honeypot-camera) - observation camera honeypot
2015-06-21 20:29:44 +00:00
- [troje](https://github.com/dutchcoders/troje/) - a honeypot built around lxc containers. It will run each connection with the service within a seperate lxc container.
2015-11-20 20:38:20 +00:00
- [HoneyPy](https://github.com/foospidy/HoneyPy) - A low interaction honeypot
2015-11-23 15:41:33 +00:00
- [Ensnare](https://github.com/ahoernecke/ensnare) - Easy to deploy Ruby honeypot
2015-12-04 10:00:24 +00:00
- [RDPy](https://github.com/citronneur/rdpy) - A Microsoft Remote Desktop Protocol (RDP) honeypot in python
2016-01-29 23:24:38 +00:00
- [Honeyprint](https://github.com/glaslos/honeyprint) - Printer honeypot
2016-11-27 10:59:41 +00:00
- [Tom's Honeypot](https://github.com/inguardians/toms_honeypot) - Low interaction Python honeypot
2015-06-18 12:58:09 +00:00
2016-11-22 21:10:02 +00:00
- Distributed Honeypots
2016-11-27 13:28:01 +00:00
- [DemonHunter](https://github.com/RevengeComing/DemonHunter) - Low interaction Honepot Server
2016-11-22 21:10:02 +00:00
2015-06-18 12:58:09 +00:00
- Anti-honeypot stuff
2015-06-21 20:29:44 +00:00
- [kippo_detect](https://github.com/andrew-morris/kippo_detect) - This is not a honeypot, but it detects kippo. (This guy has lots of more interesting stuff)
2015-06-18 13:13:48 +00:00
- ICS/SCADA honeypots
- [Conpot](https://github.com/mushorg/conpot) - ICS/SCADA honeypot
2016-01-11 19:41:58 +00:00
- [gridpot](https://github.com/sk4ld/gridpot) - Open source tools for realistic-behaving electric grid honeynets
- [scada-honeynet](http://www.digitalbond.com/tools/scada-honeynet/) - mimics many of the services from a popular PLC and better helps SCADA researchers understand potential risks of exposed control system devices
2016-05-12 13:43:49 +00:00
- [SCADA honeynet](http://scadahoneynet.sourceforge.net) - Building Honeypots for Industrial Networks
2016-05-11 19:50:36 +00:00
- [GasPot](https://github.com/sjhilt/GasPot) - Veeder Root Gaurdian AST, common in the oil and gas industry.
2015-12-03 01:39:33 +00:00
2015-06-18 13:34:52 +00:00
- Other/random
- [NOVA](https://github.com/DataSoft/Nova) uses honeypots as detectors, looks like a complete system.
2015-08-21 19:26:04 +00:00
- [Open Canary](https://pypi.python.org/pypi/opencanary) - A low interaction honeypot intended to be run on internal networks.
- [libemu](https://github.com/buffer/libemu) - Shellcode emulation library, useful for shellcode detection.
2016-02-08 18:45:56 +00:00
- [OFPot](https://github.com/upa/ofpot) - OpenFlow Honeypot, redirects traffic for unused IPs to a honeypot. Built on POX.
2016-02-18 14:34:45 +00:00
- [OpenCanary](https://github.com/thinkst/opencanary) - Modular and decentralised honeypot
2015-06-19 11:19:39 +00:00
- Botnet C2 monitor
2015-11-14 03:31:17 +00:00
- [Hale](https://github.com/pjlantz/Hale) - Botnet command &amp; control monitor
2015-06-19 11:19:39 +00:00
- IPv6 attack detection tool
2015-06-19 20:10:29 +00:00
- [ipv6-attack-detector](https://github.com/mzweilin/ipv6-attack-detector/) - Google Summer of Code 2012 project, supported by The Honeynet Project organization
2015-06-19 11:19:39 +00:00
- Research Paper
2015-08-23 01:45:08 +00:00
- [vEYE](http://link.springer.com/article/10.1007%2Fs10115-008-0137-3) - behavioral footprinting for self-propagating worm detection and profiling
2015-06-19 11:19:39 +00:00
2015-09-17 15:55:53 +00:00
- Dynamic code instrumentation toolkit
2015-08-23 19:58:48 +00:00
- [Frida](http://www.frida.re) - Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android
2015-06-19 11:19:39 +00:00
- Front-end for dionaea
2015-08-23 19:58:48 +00:00
- [DionaeaFR](https://github.com/rubenespadas/DionaeaFR) - Front Web to Dionaea low-interaction honeypot
2015-06-19 11:19:39 +00:00
- Tool to convert website to server honeypots
2015-08-23 19:58:48 +00:00
- [HIHAT](http://hihat.sourceforge.net/) - ransform arbitrary PHP applications into web-based high-interaction Honeypots
2015-06-19 11:19:39 +00:00
- Malware collector
2015-08-23 19:58:48 +00:00
- [Kippo-Malware](http://bruteforce.gr/kippo-malware) - Python script that will download all malicious files stored as URLs in a Kippo SSH honeypot database
2015-06-19 11:19:39 +00:00
- Sebek in QEMU
2015-08-23 19:58:48 +00:00
- [Qebek](https://projects.honeynet.org/sebek/wiki/Qebek) - QEMU based Sebek. As Sebek, it is data capture tool for high interaction honeypot
2015-06-19 11:19:39 +00:00
- Malware Simulator
2015-06-19 20:10:29 +00:00
- [imalse](https://github.com/hbhzwj/imalse) - Integrated MALware Simulator and Emulator
2015-06-19 11:19:39 +00:00
- Distributed sensor deployment
2015-12-03 01:39:33 +00:00
- [Smarthoneypot](https://smarthoneypot.com/) - custom honeypot intelligence system that is simple to deploy and easy to manage
2015-09-17 15:55:53 +00:00
- [Modern Honey Network](https://github.com/threatstream/mhn) - Multi-snort and honeypot sensor management, uses a network of VMs, small footprint SNORT installations, stealthy dionaeas, and a centralized server for management
2015-09-17 15:58:25 +00:00
- [ADHD](http://sourceforge.net/projects/adhd/) - Active Defense Harbinger Distribution (ADHD) is a Linux distro based on Ubuntu LTS. It comes with many tools aimed at active defense preinstalled and configured
2015-06-19 11:19:39 +00:00
- Network Analysis Tool
2015-08-23 19:58:48 +00:00
- [Tracexploit](https://code.google.com/p/tracexploit/) - replay network packets
2015-06-19 11:19:39 +00:00
- Log anonymizer
2015-12-03 01:39:33 +00:00
- [LogAnon](http://code.google.com/p/loganon/) - log anonymization library that helps having anonymous logs consistent between logs and network captures
2015-06-19 11:19:39 +00:00
- server
2015-12-03 01:39:33 +00:00
- [Honeysink](http://www.honeynet.org/node/773) - open source network sinkhole that provides a mechanism for detection and prevention of malicious traffic on a given network
2015-06-19 11:19:39 +00:00
- Botnet traffic detection
2015-08-23 19:58:48 +00:00
- [dnsMole](https://code.google.com/p/dns-mole/) - analyse dns traffic, and to potentionaly detect botnet C&C server and infected hosts
2015-06-19 11:19:39 +00:00
- Low interaction honeypot (router back door)
2015-06-19 20:10:29 +00:00
- [Honeypot-32764](https://github.com/knalli/honeypot-for-tcp-32764) - Honeypot for router backdoor (TCP 32764)
2015-06-19 11:19:39 +00:00
- honeynet farm traffic redirector
2015-12-03 01:39:33 +00:00
- [Honeymole](https://web.archive.org/web/20120122130150/http://www.honeynet.org.pt/index.php/HoneyMole) - eploy multiple sensors that redirect traffic to a centralized collection of honeypots
2015-06-19 11:19:39 +00:00
- HTTPS Proxy
2015-12-03 01:39:33 +00:00
- [mitmproxy](http://mitmproxy.org/) - allows traffic flows to be intercepted, inspected, modified and replayed
2015-06-19 11:19:39 +00:00
- System instrumentation
2015-12-03 01:39:33 +00:00
- [Sysdig](http://www.sysdig.org) - open source, system-level exploration: capture system state and activity from a running Linux instance, then save, filter and analyze
2016-06-20 20:41:41 +00:00
- [Fibratus](https://github.com/rabbitstack/fibratus) - tool for exploration and tracing of the Windows kernel
2015-06-19 11:19:39 +00:00
- Honeypot for USB-spreading malware
2015-08-24 12:42:38 +00:00
- [Ghost-usb](https://github.com/honeynet/ghost-usb-honeypot) - honeypot for malware that propagates via USB storage devices
2015-06-19 11:19:39 +00:00
- Data Collection
2015-12-03 01:39:33 +00:00
- [Kippo2MySQL](http://bruteforce.gr/kippo2mysql) - extracts some very basic stats from Kippos text-based log files (a mess to analyze!) and inserts them in a MySQL database
- [Kippo2ElasticSearch](http://bruteforce.gr/kippo2elasticsearch) - Python script to transfer data from a Kippo SSH honeypot MySQL database to an ElasticSearch instance (server or cluster)
2015-06-19 11:19:39 +00:00
- Passive network audit framework parser
2015-06-19 20:10:29 +00:00
- [pnaf](https://github.com/jusafing/pnaf) - Passive Network Audit Framework
2015-06-19 11:19:39 +00:00
- VM Introspection
2015-12-03 01:39:33 +00:00
- [VIX virtual machine introspection toolkit](http://assert.uaf.edu/research/vmi.html) - VMI toolkit for Xen, called Virtual Introspection for Xen (VIX)
2015-08-24 12:42:38 +00:00
- [vmscope](http://cs.gmu.edu/~xwangc/Publications/RAID07-VMscope.pdf) - Monitoring of VM-based
2015-12-03 01:39:33 +00:00
High-Interaction Honeypots
- [vmitools](http://libvmi.com/) - C library with Python bindings that makes it easy to monitor the low-level details of a running virtual machine
2015-06-19 11:19:39 +00:00
- Binary debugger
2015-06-19 20:10:29 +00:00
- [Hexgolems - Schem Debugger Frontend](https://github.com/hexgolems/schem) - A debugger frontend
- [Hexgolems - Pint Debugger Backend](https://github.com/hexgolems/pint) - A debugger backend and LUA wrapper for PIN
2015-06-19 11:19:39 +00:00
- Mobile Analysis Tool
2015-06-19 20:10:29 +00:00
- [APKinspector](https://github.com/honeynet/apkinspector/) - APKinspector is a powerful GUI tool for analysts to analyze the Android applications
- [Androguard](https://github.com/androguard/androguard) - Reverse engineering, Malware and goodware analysis of Android applications ... and more
2015-06-19 11:19:39 +00:00
- Low interaction honeypot
2015-12-03 01:39:33 +00:00
- [Honeypoint](http://microsolved.com/HoneyPoint-server.html) - platform of distributed honeypot technologies
- [Honeyperl](http://sourceforge.net/projects/honeyperl/) - Honeypot software based in Perl with plugins developed for many functions like : wingates, telnet, squid, smtp, etc
2015-06-19 11:19:39 +00:00
- Honeynet data fusion
2015-12-03 01:39:33 +00:00
- [HFlow2](https://projects.honeynet.org/hflow) - data coalesing tool for honeynet/network analysis
2015-06-19 11:19:39 +00:00
- Server
2015-12-03 01:39:33 +00:00
- [LaBrea](http://labrea.sourceforge.net/labrea-info.html) - takes over unused IP addresses, and creates virtual servers that are attractive to worms, hackers, and other denizens of the Internet.
2015-12-01 04:21:31 +00:00
- [KFSensor](http://www.keyfocus.net/kfsensor/) - Windows based honeypot Intrusion Detection System (IDS)
2015-06-19 11:19:39 +00:00
- [Honeyd](https://github.com/provos/honeyd) Also see [more honeyd tools](#honeyd)
2016-05-14 13:15:53 +00:00
- [UDPot Honeypot](https://github.com/jekil/UDPot) - Simple UDP / DNS honeypot scripts
2015-08-25 12:38:32 +00:00
- [Conpot](http://conpot.org/) - ow interactive server side Industrial Control Systems honeypot
2016-11-07 22:28:39 +00:00
- [Bifrozt](https://github.com/Bifrozt/bifrozt-ansible) - High interaction honeypot solution for Linux based systems
2015-06-22 13:19:11 +00:00
- [Beeswarm](http://www.beeswarm-ids.org/) - Honeypot deployment made easy
2015-12-03 01:39:33 +00:00
- [Bait and Switch](http://baitnswitch.sourceforge.net) - redirects all hostile traffic to a honeypot that is partially mirroring your production system
- [Artillery](https://github.com/trustedsec/artillery/) - open-source blue team tool designed to protect Linux and Windows operating systems through multiple methods
2016-11-22 14:50:09 +00:00
- [slipm-honeypot](https://github.com/rshipp/slipm-honeypot) - A simple low-interaction port monitoring honeypot
- [HoneyWRT](https://github.com/CanadianJeff/honeywrt) - low interaction Python honeypot designed to mimic services or ports that might get targeted by attackers
2015-08-25 12:38:32 +00:00
- [Amun](http://amunhoney.sourceforge.net) - vulnerability emulation honeypot
2016-01-23 17:50:35 +00:00
- [TelnetHoney](https://github.com/AnguisCaptor/TelnetHoney) - A simple telnet honeypot
2016-06-30 13:50:53 +00:00
- [Hontel](https://github.com/stamparm/hontel) - Telnet Honeypot
2016-11-22 14:50:09 +00:00
- [MTPot](https://github.com/CymmetriaResearch/MTPot) - Open Source Telnet Honeypot, focused on Mirai malware
2016-05-15 11:39:39 +00:00
- [Heralding](https://github.com/johnnykv/heralding) - A credentials catching honeypot
2016-07-26 06:13:57 +00:00
- [VNC-Pot](https://github.com/SepehrHml/VNC-Pot) - A low interaction VNC honeypot
2016-11-22 14:30:35 +00:00
- [vnclowpot](https://github.com/magisterquis/vnclowpot) - A low interaction VNC honeypot
2016-11-13 12:25:17 +00:00
- [SIREN](https://github.com/blaverick62/SIREN) - Semi-Intelligent HoneyPot Network - HoneyNet Intelligent Virtual Environment
2015-06-19 11:19:39 +00:00
- VM cloaking script
- [Antivmdetect](https://github.com/nsmfoo/antivmdetection) - Script to create templates to use with VirtualBox to make vm detection harder
- IDS signature generation
2015-11-14 03:31:17 +00:00
- [Honeycomb](http://www.icir.org/christian/honeycomb/)
2015-06-19 11:19:39 +00:00
- lookup service for AS-numbers and prefixes
- [CC2ASN](http://www.cc2asn.com/)
2015-06-19 11:19:39 +00:00
- Web interface (for Thug)
2016-02-22 15:29:14 +00:00
- [Rumal](https://github.com/thugs-rumal/) - Thug's Rumāl: a Thug's dress & weapon
2015-06-19 11:19:39 +00:00
- Data Collection / Data Sharing
- [HPfriends](http://hpfriends.honeycloud.net/#/home) - data-sharing platform
- [HPFeeds](https://github.com/rep/hpfeeds/) - lightweight authenticated publish-subscribe protocol
2015-06-19 11:19:39 +00:00
- Python bindings for libemu
- [Pylibemu](https://github.com/buffer/pylibemu) - A Libemu Cython wrapper
2015-06-19 11:19:39 +00:00
- central management tool
- [PHARM](http://www.nepenthespharm.com/)
2015-06-19 11:19:39 +00:00
- Network connection analyzer
- [Impost](http://impost.sourceforge.net/)
2015-06-19 11:19:39 +00:00
- Virtual Machine Cloaking
- [VMCloak](https://github.com/jbremer/vmcloak)
2015-06-19 11:19:39 +00:00
- Honeypot deployment
- [Modern Honeynet Network](http://threatstream.github.io/mhn/)
- [SurfIDS](http://ids.surfnet.nl/)
2015-06-19 11:19:39 +00:00
- Automated malware analysis system
- [Cuckoo](https://cuckoosandbox.org/)
- [Anubis](https://anubis.iseclab.org/)
2015-12-04 13:22:38 +00:00
- [Hybrid Analysis](https://www.hybrid-analysis.com)
2015-06-19 11:19:39 +00:00
- Low interaction
- [mwcollectd](http//git.mwcollect.org/mwcollectd)
2015-06-19 11:19:39 +00:00
- Low interaction honeypot on USB stick
- [Honeystick](http://www.ukhoneynet.org/research/honeystick-howto/)
2015-06-19 11:19:39 +00:00
- Honeypot extensions to Wireshark
- [Whireshark Extensions](https://www.honeynet.org/project/WiresharkExtensions)
2015-06-19 11:19:39 +00:00
- Data Analysis Tool
- [HpfeedsHoneyGraph](https://github.com/yuchincheng/HpfeedsHoneyGraph)
- [Acapulco](https://github.com/hgascon/Acapulco4HNP)
2015-06-19 11:19:39 +00:00
- Telephony honeypot
2015-12-01 04:21:31 +00:00
- [Zapping Rachel](https://seanmckaybeck.com/zapping-rachel.html)
2015-06-19 11:19:39 +00:00
- Client
2015-06-19 11:19:39 +00:00
- [Pwnypot](https://github.com/shjalayeri/pwnypot)
2015-06-18 14:00:01 +00:00
- [MonkeySpider](http://monkeyspider.sourceforge.net)
- [Capture-HPC-NG](https://github.com/CERT-Polska/HSN-Capture-HPC-NG)
- [Wepawet](http://wepawet.cs.ucsb.edu/about.php)
- [URLQuery](https://urlquery.net/)
- [Trigona](https://www.honeynet.org/project/Trigona)
- [Thug](https://buffer.github.io/thug/)
- [Shelia](http://www.cs.vu.nl/~herbertb/misc/shelia/)
- [PhoneyC](https://github.com/honeynet/phoneyc)
2015-11-14 03:31:17 +00:00
- [Jsunpack-n](https://github.com/urule99/jsunpack-n)
- [HoneyC](https://projects.honeynet.org/honeyc)
2015-11-14 03:31:17 +00:00
- [HoneyBOT](http://www.atomicsoftwaresolutions.com/)
- [CWSandbox / GFI Sandbox](http://www.gfi.com/products-and-solutions/all-products)
- [Capture-HPC-Linux](https://redmine.honeynet.org/projects/linux-capture-hpc/wiki)
- [Capture-HPC](https://projects.honeynet.org/capture-hpc)
2015-06-19 11:19:39 +00:00
- Binary Management and Analysis Framework
- [Viper](http://viper.li/)
2015-06-19 11:19:39 +00:00
- Honeypot
- [Single-honeypot](http://sourceforge.net/projects/single-honeypot/)
- [Honeyd For Windows](http://www.securityprofiling.com/honeyd/honeyd.shtml)
2015-11-14 03:31:17 +00:00
- [IMHoneypot](https://github.com/mushorg/imhoneypot)
- [Deception Toolkit](http://www.all.net/dtk/dtk.html)
2015-06-19 11:19:39 +00:00
- PDF document inspector
2015-06-21 15:31:06 +00:00
- [peepdf](https://github.com/jesparza/peepdf)
2015-06-19 11:19:39 +00:00
- Distribution system
- [Thug Distributed Task Queuing](https://thug-distributed.readthedocs.org/en/latest/index.html)
2015-06-19 11:19:39 +00:00
- HoneyClient Management
- [HoneyWeb](https://code.google.com/p/gsoc-honeyweb/)
2015-06-19 11:19:39 +00:00
- Network Analysis
- [HoneyProxy](http://honeyproxy.org/)
2015-06-19 11:19:39 +00:00
- Hybrid low/high interaction honeypot
- [HoneyBrid](http://honeybrid.sourceforge.net)
2015-06-19 11:19:39 +00:00
- Sebek on Xen
- [xebek](https://code.google.com/p/xebek/)
2015-06-19 11:19:39 +00:00
2016-11-22 14:50:09 +00:00
- SSH Honeypots
- [Kojoney](http://kojoney.sourceforge.net/)
- [Kojoney2](https://github.com/madirish/kojoney2) - low interaction SSH honeypot written in Python. Based on Kojoney by Jose Antonio Coret
2016-11-22 14:50:09 +00:00
- [Kippo](https://github.com/desaster/kippo) - Medium interaction SSH honeypot
- [LongTail Log Analysis @ Marist College](http://longtail.it.marist.edu/honey/) - analyzed SSH honeypot logs
- [DRG SSH Username and Password Authentication Tag Clouds](https://www.dragonresearchgroup.org/insight/sshpwauth-cloud.html) - live updated word clouds of SSH login honeypot data
2016-01-23 17:50:35 +00:00
- [Cowrie](https://github.com/micheloosterhof/cowrie) - Cowrie SSH Honeypot (based on kippo)
- [sshlowpot](https://github.com/kd5pbo/sshlowpot) - Yet another no-frills low-interaction ssh honeypot in Go.
- [sshhipot](https://github.com/kd5pbo/sshhipot) - High-interaction MitM SSH honeypot
- [DShield docker](https://github.com/xme/dshield-docker) - Docker container running cowrie with DShield output enabled.
2016-11-22 14:50:09 +00:00
- [hornet](https://github.com/czardoz/hornet) - Medium interaction SSH Honeypot that supports multiple virtual hosts
2015-06-19 11:19:39 +00:00
- Distributed sensor project
- [DShield Web Honeypot Project](https://sites.google.com/site/webhoneypotsite/)
- [Distributed Web Honeypot Project](http://projects.webappsec.org/w/page/29606603/Distributed%20Web%20Honeypots)
2015-06-19 11:19:39 +00:00
2016-01-23 17:50:35 +00:00
- A pcap analyzer
- [Honeysnap](https://projects.honeynet.org/honeysnap/)
2015-06-19 11:19:39 +00:00
- Client Web crawler
- [HoneySpider Network](https://github.com/CERT-Polska/hsn2-bundle)
2015-06-19 11:19:39 +00:00
2016-01-23 17:50:35 +00:00
- Network traffic redirector
- [Honeywall](https://projects.honeynet.org/honeywall/)
2015-06-19 11:19:39 +00:00
- Honeypot Distribution with mixed content
- [HoneyDrive](http://bruteforce.gr/honeydrive)
2015-06-19 11:19:39 +00:00
- Honeypot sensor
- [Dragon Research Group Distro](https://www.dragonresearchgroup.org/drg-distro.html)
2015-09-24 19:05:27 +00:00
- [Honeeepi] (https://redmine.honeynet.org/projects/honeeepi/wiki) - Honeeepi is a honeypot sensor on Raspberry Pi which based on customized Raspbian OS.
2015-06-19 11:19:39 +00:00
- File carving
- [TestDisk & PhotoRec](http://www.cgsecurity.org/)
2015-06-19 11:19:39 +00:00
- File and Network Threat Intelligence
2015-11-14 03:31:17 +00:00
- [VirusTotal](https://www.virustotal.com/)
2015-06-19 11:19:39 +00:00
2016-01-23 17:50:35 +00:00
- Data capture
- [Sebek](https://projects.honeynet.org/sebek/)
2015-06-19 11:19:39 +00:00
- SSH proxy
- [HonSSH](https://github.com/tnich/honssh)
2015-06-19 11:19:39 +00:00
- Anti-Cheat
- [Minecraft honeypot](http://www.curse.com/bukkit-plugins/minecraft/honeypot)
2015-06-19 11:19:39 +00:00
- behavioral analysis tool for win32
- [Capture BAT](https://www.honeynet.org/node/315)
2015-06-19 11:19:39 +00:00
- Live CD
- [DAVIX](http://davix.secviz.org)
2015-06-19 11:19:39 +00:00
- Spamtrap
2016-11-22 14:50:09 +00:00
- [Mailoney](https://github.com/awhitehatter/mailoney) - SMTP honeypot, Open Relay, Cred Harvester written in python.
- [Spampot.py](http://woozle.org/%7Eneale/src/python/spampot.py)
- [Spamhole](http://www.spamhole.net/)
- [spamd](http://www.openbsd.org/cgi-bin/man.cgi?query=spamd&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html)
2015-07-22 08:32:34 +00:00
- [Mail::SMTP::Honeypot](http://search.cpan.org/~miker/Mail-SMTP-Honeypot-0.11/Honeypot.pm) - perl module that appears to provide the functionality of a standard SMTP server
2016-01-23 17:50:35 +00:00
- [honeypot](https://github.com/jadb/honeypot) - The Project Honey Pot un-official PHP SDK
2016-11-22 15:09:18 +00:00
- [SpamHAT](https://github.com/miguelraulb/spamhat) - Spam Honeypot Tool
- [SendMeSpamIDS.py](https://github.com/johestephan/SendMeSpamIDS.py) Simple SMTP fetch all IDS and analyzer
- [Shiva](https://github.com/shiva-spampot/shiva) - Spam Honeypot with Intelligent Virtual Analyzer
- [Shiva The Spam Honeypot Tips And Tricks For Getting It Up And Running](https://www.pentestpartners.com/blog/shiva-the-spam-honeypot-tips-and-tricks-for-getting-it-up-and-running/)
- Distributed spam tracking
- [Project Honeypot](https://www.projecthoneypot.org)
2015-06-19 11:19:39 +00:00
- Commercial honeynet
- [Specter](http://www.specter.com/default50.htm)
2015-11-14 03:31:17 +00:00
- [Netbait](http://netbaitinc.com/)
2016-03-15 13:15:28 +00:00
- [HONEYPOINT SECURITY SERVER](http://microsolved.com/HoneyPoint-server.html) - distributed honeypot, includes IT and SCADA emulators
2015-06-19 11:19:39 +00:00
- Server (Bluetooth)
- [Bluepot](https://github.com/andrewmichaelsmith/bluepot)
2015-06-19 11:19:39 +00:00
- Dynamic analysis of Android apps
- [Droidbox](https://code.google.com/p/droidbox/)
2015-06-19 11:19:39 +00:00
- Dockerized Low Interaction packaging
- [Manuka](https://github.com/andrewmichaelsmith/manuka)
2015-11-14 03:31:17 +00:00
- [Dockerized Thug](https://hub.docker.com/r/honeynet/thug/)
2015-07-03 18:31:42 +00:00
- [Dockerpot](https://github.com/mrschyte/dockerpot) A docker based honeypot.
- [Docker honeynet](https://github.com/sreinhardt/Docker-Honeynet) Several Honeynet tools set up for Docker containers
2015-06-19 11:19:39 +00:00
- Network analysis
- [Quechua](https://bitbucket.org/zaccone/quechua)
2015-06-19 11:19:39 +00:00
- Sebek data visualization
- [Sebek Dataviz](http://www.honeynet.org/gsoc/project4)
2015-06-19 11:19:39 +00:00
- SIP Server
- [Artemnesia VoIP](http://artemisa.sourceforge.net)
2015-06-19 11:19:39 +00:00
- Botnet C2 monitoring
- [botsnoopd](http://botsnoopd.mwcollect.org)
2015-06-19 11:19:39 +00:00
- low interaction
- [mysqlpot](https://github.com/schmalle/mysqlpot)
2015-06-19 11:19:39 +00:00
- Malware collection
- [Honeybow](http://honeybow.mwcollect.org/)
2016-01-23 17:50:35 +00:00
- IOT Honeypot
- [HoneyThing](https://github.com/omererdem/honeything) - TR-069 Honeypot
2015-06-19 11:19:39 +00:00
- Active Directory
- [dcept](https://github.com/secureworks/dcept) - A tool for deploying and detecting use of Active Directory honeytokens
2015-06-19 11:19:39 +00:00
## <a name="honeyd"></a> Honeyd Tools
- Honeyd plugin
- [Honeycomb](http://www.honeyd.org/tools.php)
- Honeyd viewer
- [Honeyview](http://honeyview.sourceforge.net/)
- Honeyd to MySQL connector
- [Honeyd2MySQL](http://bruteforce.gr/honeyd2mysql)
- A script to visualize statistics from honeyd
- [Honeyd-Viz](http://bruteforce.gr/honeyd-viz)
- Honeyd UI
2015-09-22 12:59:12 +00:00
- [Honeyd configuration GUI](http://www.citi.umich.edu/u/provos/honeyd/ch01-results/1/) - application used to configure
the honeyd daemon and generate configuration files
2015-06-19 11:19:39 +00:00
- Honeyd stats
2015-12-03 01:39:33 +00:00
- [Honeydsum.pl](https://github.com/DataSoft/Honeyd/blob/master/scripts/misc/honeydsum-v0.3/honeydsum.pl)
2015-06-19 11:19:39 +00:00
## <a name="analysis"></a> Network and Artifact Analysis
- Sandbox
2015-09-17 16:57:29 +00:00
- [RFISandbox](http://monkey.org/~jose/software/rfi-sandbox/) - a PHP 5.x script sandbox built on top of [funcall](https://pecl.php.net/package/funcall)
2015-09-21 13:12:50 +00:00
- [dorothy2](https://github.com/m4rco-/dorothy2) - A malware/botnet analysis framework written in Ruby
- [COMODO automated sandbox](https://help.comodo.com/topic-72-1-451-4768-.html)
2015-09-21 13:12:50 +00:00
- [Argos](http://www.few.vu.nl/argos/) - An emulator for capturing zero-day attacks
2015-06-19 11:19:39 +00:00
- Sandbox-as-a-Service
2015-11-14 03:31:17 +00:00
- [malwr.com](https://malwr.com/) - free malware analysis service and community
2015-06-20 12:19:00 +00:00
- [detux.org](http://detux.org) - Multiplatform Linux Sandbox
2015-09-21 13:12:50 +00:00
- [Joebox Cloud](https://jbxcloud.joesecurity.org/login) - analyzes the behavior of malicious files including PEs, PDFs, DOCs, PPTs, XLSs, APKs, URLs and MachOs on Windows, Android and Mac OS X for suspicious activities
2015-06-19 11:19:39 +00:00
2015-06-19 12:45:18 +00:00
## <a name="visualizers"></a> Data Tools
- Front Ends
2015-09-17 15:57:15 +00:00
- [Tango](https://github.com/aplura/Tango) - Honeypot Intelligence with Splunk
2015-06-19 20:10:29 +00:00
- [Django-kippo](https://github.com/jedie/django-kippo) - Django App for kippo SSH Honeypot
2015-12-04 14:00:38 +00:00
- [Wordpot-Frontend](https://github.com/GovCERT-CZ/Wordpot-Frontend) - a full featured script to visualize statistics from a Wordpot honeypot
2016-11-22 14:59:44 +00:00
- [Shockpot-Frontend](https://github.com/GovCERT-CZ/Shockpot-Frontend) - a full featured script to visualize statistics from a Shockpot honeypot
2016-01-23 17:50:35 +00:00
- [honeypotDisplay](https://github.com/Joss-Steward/honeypotDisplay) - A flask website which displays data I've gathered with my SSH Honeypot
- [honeyalarmg2](https://github.com/schmalle/honeyalarmg2) - Simplified UI for showing honeypot alarms
2015-06-19 11:19:39 +00:00
- Visualization
2016-11-22 14:59:44 +00:00
- [Kippo-Graph](http://bruteforce.gr/kippo-graph) - a full featured script to visualize statistics from a Kippo SSH honeypot
- [Kippo stats](https://github.com/mfontani/kippo-stats) - Mojolicious app to display statistics for your kippo SSH honeypot
- [HoneyStats](http://sourceforge.net/projects/honeystats/) - A statistical view of the recorded activity on a Honeynet
2015-12-03 01:39:33 +00:00
- [HoneyMap](https://github.com/fw42/honeymap) - Real-time websocket stream of GPS events on a fancy SVG world map
2015-09-22 12:59:12 +00:00
- [HoneyMalt](https://github.com/SneakersInc/HoneyMalt) - Maltego tranforms for mapping Honeypot systems
2016-11-22 14:59:44 +00:00
- [Glastopf Analytics](https://github.com/vavkamil/Glastopf-Analytics)
- [Afterglow Cloud](https://github.com/ayrus/afterglow-cloud)
- [Afterglow](http://afterglow.sourceforge.net/)
- [ovizart](https://github.com/oguzy/ovizart) - visual analysis for network traffic
2015-07-03 18:13:47 +00:00
## <a name="guides"></a>Guides
- [T-Pot: A Multi-Honeypot Platform](https://dtag-dev-sec.github.io/mediator/feature/2015/03/17/concept.html)
2015-08-05 16:29:14 +00:00
- [Honeypot (Dionaea and kippo) setup script](https://github.com/andrewmichaelsmith/honeypot-setup-script/)
2016-11-22 14:52:05 +00:00
- Deployment
- [Dionaea and EC2 in 20 Minutes](http://andrewmichaelsmith.com/2012/03/dionaea-honeypot-on-ec2-in-20-minutes/) - a tutorial on setting up Dionaea on an EC2 instance
- [honeypotpi](https://github.com/free5ty1e/honeypotpi) - Script for turning a Raspberry Pi into a Honey Pot Pi