This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
Home
foospidy edited this page Dec 24, 2015
·
19 revisions
Welcome to the HoneyPy wiki!
- DnsUdp
- Medium interaction - udp - Responds to DNS queries with a random ip address.
- Echo
- Low interaction - tcp - Echos back data sent by a connected clients.
- Echo_udp
- Low interaction - udp - Echos back data sent by a connected clients.
- HashCountRandom
- Low interaction - tcp - For each instance of data sent by a connected client it increments a counter and returns a md5 hash of the count and some random data.
- MOTD
- Low interaction - tcp - For each instance of data sent by a connected client it returns the message specified in the
data
variable. - MOTD_udp
- Low interaction - udp - For each instance of data sent by a connected client it returns the message specified in the
data
variable. - NtpUdp
- Low interaction - udp - Accepts NTP requests, returns a packet with the current system time.
- Random
- Low interaction - tcp - For each instance of data sent by a connected client it returns some random data.
- SmtpExim
- Medium interaction - tcp - Emulates an Exim SMTP server. Provides interaction with a subset of commands.
- TelnetDebian7
- Medium interaction - tcp - Emulates a Debian Telnet service login prompt. Allows logins and provides a limited set of commands. (note: you should use the TelnetUnix plugin instead, this plugin should eventually go away)
- TelnetUnix
- Medium interaction - tcp - Emulates a Telnet service. Better Telnet emulation with Twisted library. Provides a broader set of commands using clilib (https://github.com/foospidy/clilib).
- TelnetWindows
- Medium interaction - tcp - Emulates a Windows Telnet service login prompt. Allows logins and provides a limited set of commands.
- Log file
- HoneyDB
Thanks to the ISC StormCast for mentioning HoneyPy, https://isc.sans.edu/podcastdetail.html?id=4755.