Add subsection "Tarpits" under "Honeypots" with two famous examples.

This commit is contained in:
Meitar M 2019-03-31 11:36:41 -04:00
parent d01d834c6c
commit d906c8d181
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85

View File

@ -13,6 +13,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
- [DevSecOps](#devsecops)
- [Fuzzing](#Fuzzing)
- [Honeypots](#honeypots)
- [Tarpits](#tarpits)
- [Host-based tools](#host-based-tools)
- [Incident Response tools](#incident-response-tools)
- [IR management consoles](#ir-management-consoles)
@ -67,6 +68,11 @@ See also [awesome-honeypots](https://github.com/paralax/awesome-honeypots).
- [CanaryTokens](https://github.com/thinkst/canarytokens) - Self-hostable honeytoken generator and reporting dashboard; demo version available at [CanaryTokens.org](https://canarytokens.org/).
### Tarpits
- [Endlessh](https://github.com/skeeto/endlessh) - SSH tarpit that slowly sends an endless banner.
- [LaBrea](http://labrea.sourceforge.net/labrea-info.html) - Program that answers ARP requests for unused IP space, creating the appearance of fake machines that answer further requests very slowly in order to slow down scanners, worms, etcetera.
## Host-based tools
- [Artillery](https://github.com/BinaryDefense/artillery) - Combination honeypot, filesystem monitor, and alerting system designed to protect Linux and Windows operating systems.