Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DinoTools/dionaea
Home of the dionaea honeypot
https://github.com/DinoTools/dionaea
dionaea honeypot security
Last synced: about 2 months ago
JSON representation
Home of the dionaea honeypot
- Host: GitHub
- URL: https://github.com/DinoTools/dionaea
- Owner: DinoTools
- License: gpl-2.0
- Created: 2015-12-21T20:13:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T13:23:27.000Z (4 months ago)
- Last Synced: 2024-08-14T00:43:49.490Z (4 months ago)
- Topics: dionaea, honeypot, security
- Language: Python
- Homepage: https://dionaea.readthedocs.io/
- Size: 2.2 MB
- Stars: 690
- Watchers: 44
- Forks: 185
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-malware-analysis - Dionaea - Honeypot designed to trap malware. (Malware Collection / Honeypots)
- awesome-honeypots - dionaea - Home of the dionaea honeypot. (Honeypots)
- fucking-awesome-malware-analysis - Dionaea - Honeypot designed to trap malware. (Malware Collection / Honeypots)
- fucking-awesome-honeypots - dionaea - Home of the dionaea honeypot. (Honeypots)
- awesome-cyber-security - Dionaea - A low-interaction honeypot designed to capture malware and network attacks by emulating vulnerable services. (Tools / Network Security)
- awesome-cyber-security - Dionaea - A low-interaction honeypot designed to capture malware and network attacks by emulating vulnerable services. (Tools / Network Security)
README
dionaea - catches bugs
======================[![Build Status](https://ci.dinotools.org/job/dionaea-master/badge/icon)](https://ci.dinotools.org/job/dionaea-master/)
Dionaea is meant to be a nepenthes successor, embedding python as scripting language, using libemu to detect shellcodes, supporting ipv6 and tls.
Protocols
---------* blackhole
* epmap
* ftp
* http
* memcache
* mirror
* mqtt
* mssql
* mysql
* pptp
* sip
* smb
* tftp
* upnpLogging
-------* fail2ban
* hpfeeds
* log_json
* log_sqlitDocumentation
-------------* [Documentation](https://dionaea.readthedocs.io/)
* [Source](https://github.com/DinoTools/dionaea)
* [Issues](https://github.com/DinoTools/dionaea/issues)Licenses
--------* dionaea: GPLv2+
* tftp service(modules/python/tftp.py): CNRI Python License (incompatible with GPL)
* parts of ftp service(modules/python/ftp.py): MIT (compatible with GPL)