Honey Ports Logo

Honey Ports

0
Free
Visit Website

Very simple but effective docker deployed honeypot to detect port scanning in your environment. Configure ports to be exposed Edit or add ports within the brackets on line 14 of honey_ports.sh for p in {80,3306}; do Also expose corresponding ports in line 17 of dockerfile EXPOSE 80 3306 Build container image docker build -t honey_ports . Run honey_ports container sudo docker run -d -v /var/log:/logs_out honey_ports By default logs of attempted connections will be written to "hp_connections.log" which is stored on a mounted volume on the host.

FEATURES

ALTERNATIVES

JARM is a TLS server fingerprinting tool used for identifying server configurations and malicious infrastructure.

An intrusion prevention system for SSH that blocks IP addresses after a set number of consecutive failed login attempts.

LogRhythm NetMon is a network traffic analytics tool that provides real-time visibility, automated threat detection, and investigation capabilities for organizational networks.

Detects and prevents SSRF attacks

A tool for extracting common indicators of compromise from a block of text.

A Burp extension to detect alias traversal via NGINX misconfiguration at scale.

Safing Portmaster is an open-source application firewall that monitors network connections, blocks trackers system-wide, and allows custom filtering rules at both global and per-application levels.

Django based web application for network traffic analysis with protocol handling capabilities.

PINNED