Overview of Honeytrap features
masterHoneytrap is an extensible, open-source system designed for running, monitoring, and managing honeypots. Key capabilities include:
- Service Aggregation: Combine multiple services into a single honeypot (e.g., a LAMP server).
- Agent-Server Architecture: Honeytrap Agents automatically download configurations from a central Honeytrap Server, allowing for large-scale deployments with centralized logging.
- Traffic Redirection: Use agents to redirect traffic out of a network to a separate, isolated network.
- Protocol Intelligence: Payload detection allows a single port to handle multiple protocols by determining which service should process a specific request.
- Lateral Movement Monitoring: The
Sensorlistener can monitor internal network movement by completing TCP handshakes and storing payloads. - Interaction Levels: Supports low- to high-interaction honeypots, including seamless upgrades from low to high interaction. High interaction is achieved via
LXCorremote hostsdirectors where traffic is man-in-the-middle proxied. - Extensibility: Integrate existing honeypots (like
cowrieorglutton) into the Honeytrap logging and listening framework. - Advanced Logging: Supports filtering and exporting logs to
Elasticsearch,Kafka,Splunk,Raven,File, orConsole.