Add references to simple honeypots + add CanaryTokenScanner

This commit is contained in:
iodn 2024-01-11 13:01:42 +09:00
parent 7ff04e25a1
commit 66f6c30194

View File

@ -80,9 +80,11 @@ Discover more awesome lists at [sindresorhus/awesome](https://github.com/sindres
- [AMTHoneypot](https://github.com/packetflare/amthoneypot) - Honeypot for Intel's AMT Firmware Vulnerability CVE-2017-5689.
- [ddospot](https://github.com/aelth/ddospot) - NTP, DNS, SSDP, Chargen and generic UDP-based amplification DDoS honeypot.
- [dionaea](https://github.com/DinoTools/dionaea) - Home of the dionaea honeypot.
- [DNS Honeypot](https://github.com/0xNslabs/dns-honeypot) - A simple, low-interaction DNS honeypot script to monitors DNS queries.
- [dhp](https://github.com/ciscocsirt/dhp) - Simple Docker Honeypot server emulating small snippets of the Docker HTTP API.
- [DolosHoneypot](https://github.com/Marist-Innovation-Lab/DolosHoneypot) - SDN (software defined networking) honeypot.
- [Ensnare](https://github.com/ahoernecke/ensnare) - Easy to deploy Ruby honeypot.
- [FTP Honeypot](https://github.com/0xNslabs/ftp-honeypot) - A simple, low-interaction FTP Honeypot to capture and log access attempts.
- [Helix](https://github.com/Zeerg/helix-honeypot) - K8s API Honeypot with Active Defense Capabilities.
- [honeycomb_plugins](https://github.com/Cymmetria/honeycomb_plugins) - Plugin repository for Honeycomb, the honeypot framework by Cymmetria.
- [honeyntp](https://github.com/fygrave/honeyntp) - NTP logger/honeypot.
@ -95,13 +97,16 @@ Discover more awesome lists at [sindresorhus/awesome](https://github.com/sindres
- [Honeyport](https://github.com/securitygeneration/Honeyport) - Simple honeyport written in Bash and Python.
- [Honeyprint](https://github.com/glaslos/honeyprint) - Printer honeypot.
- [Lyrebird](https://hub.docker.com/r/lyrebird/honeypot-base/) - Modern high-interaction honeypot framework.
- [LDAP Honeypot](https://github.com/0xNslabs/ldap-honeypot) - A simple, low-interaction LDAP honeypot server to observe and analyze LDAP-based network interactions.
- [MICROS honeypot](https://github.com/Cymmetria/micros_honeypot) - Low interaction honeypot to detect CVE-2018-2636 in the Oracle Hospitality Simphony component of Oracle Hospitality Applications (MICROS).
- [node-ftp-honeypot](https://github.com/christophe77/node-ftp-honeypot) - FTP server honeypot in JS.
- [NTP Honeypot](https://github.com/0xNslabs/ntp-honeypot) - A simple, low-interaction NTP server to monitors Network Time Protocol interactions.
- [pyrdp](https://github.com/gosecure/pyrdp) - RDP man-in-the-middle and library for Python 3 with the ability to watch connections live or after the fact.
- [rdppot](https://github.com/kryptoslogic/rdppot) - RDP honeypot
- [RDPy](https://github.com/citronneur/rdpy) - Microsoft Remote Desktop Protocol (RDP) honeypot implemented in Python.
- [SMB Honeypot](https://github.com/r0hi7/HoneySMB) - High interaction SMB service honeypot capable of capturing wannacry-like Malware.
- [Tom's Honeypot](https://github.com/inguardians/toms_honeypot) - Low interaction Python honeypot.
- [TELNET Honeypot](https://github.com/0xNslabs/telnet-honeypot) - A simple, low-interaction TELNET honeypot server to log unauthorized access attempts.
- [troje](https://github.com/dutchcoders/troje/) - Honeypot that runs each connection with the service within a separate LXC container.
- [WebLogic honeypot](https://github.com/Cymmetria/weblogic_honeypot) - Low interaction honeypot to detect CVE-2017-10271 in the Oracle WebLogic Server component of Oracle Fusion Middleware.
- [WhiteFace Honeypot](https://github.com/csirtgadgets/csirtg-honeypot) - Twisted based honeypot for WhiteFace.
@ -113,6 +118,7 @@ Discover more awesome lists at [sindresorhus/awesome](https://github.com/sindres
- Anti-honeypot stuff
- [canarytokendetector](https://github.com/referefref/canarytokendetector) - Tool for detection and nullification of Thinkst CanaryTokens
- [Canary Token Scanner](https://github.com/referefref/canarytokendetector) - Detecting Canary Tokens and Suspicious URLs in Microsoft Office and Zip Files (docx, xlsx, pptx).
- [honeydet](https://github.com/referefref/honeydet) - Signature based honeypot detector tool written in Golang
- [kippo_detect](https://github.com/andrew-morris/kippo_detect) - Offensive component that detects the presence of the kippo honeypot.
@ -259,6 +265,7 @@ Discover more awesome lists at [sindresorhus/awesome](https://github.com/sindres
- [imap-honey](https://github.com/yvesago/imap-honey) - IMAP honeypot written in Golang.
- [mwcollectd](https://www.openhub.net/p/mwcollectd) - Versatile malware collection daemon, uniting the best features of nepenthes and honeytrap.
- [potd](https://github.com/lnslbrty/potd) - Highly scalable low- to medium-interaction SSH/TCP honeypot designed for OpenWrt/IoT devices leveraging several Linux kernel features, such as namespaces, seccomp and thread capabilities.
- [PostgreSQL Honeypot](https://github.com/0xNslabs/postgresql-honeypot) - A simple, low-interaction PostgreSQL honeypot server to log unauthorized access attempts and credentials.
- [portlurker](https://github.com/bartnv/portlurker) - Port listener in Rust with protocol guessing and safe string display.
- [slipm-honeypot](https://github.com/rshipp/slipm-honeypot) - Simple low-interaction port monitoring honeypot.
- [telnet-iot-honeypot](https://github.com/Phype/telnet-iot-honeypot) - Python telnet honeypot for catching botnet binaries.
@ -356,6 +363,7 @@ Discover more awesome lists at [sindresorhus/awesome](https://github.com/sindres
- [honeypot.go](https://github.com/mdp/honeypot.go) - SSH Honeypot written in Go.
- [honeyssh](https://github.com/ppacher/honeyssh) - Credential dumping SSH honeypot with statistics.
- [hornet](https://github.com/czardoz/hornet) - Medium interaction SSH honeypot that supports multiple virtual hosts.
- [SIP Honeypot](https://github.com/0xNslabs/sip-honeypot) - A simple, low-interaction SIP honeypot server to log SIP requests.
- [ssh-auth-logger](https://github.com/JustinAzoff/ssh-auth-logger) - Low/zero interaction SSH authentication logging honeypot.
- [ssh-honeypot](https://github.com/droberson/ssh-honeypot) - Fake sshd that logs IP addresses, usernames, and passwords.
- [ssh-honeypot](https://github.com/amv42/sshd-honeypot) - Modified version of the OpenSSH deamon that forwards commands to Cowrie where all commands are interpreted and returned.
@ -365,6 +373,7 @@ Discover more awesome lists at [sindresorhus/awesome](https://github.com/sindres
- [sshhipot](https://github.com/magisterquis/sshhipot) - High-interaction MitM SSH honeypot.
- [sshlowpot](https://github.com/magisterquis/sshlowpot) - Yet another no-frills low-interaction SSH honeypot in Go.
- [sshsyrup](https://github.com/mkishere/sshsyrup) - Simple SSH Honeypot with features to capture terminal activity and upload to asciinema.org.
- [SSH Honeypot](https://github.com/0xNslabs/ssh-honeypot) - A simple, low-interaction SSH honeypot server to log unauthorized access attempts and credentials.
- [twisted-honeypots](https://github.com/lanjelot/twisted-honeypots) - SSH, FTP and Telnet honeypots based on Twisted.
- Distributed sensor project