Threat Detection • Deception • Kali Linux

Honeypot Simulation & Monitoring

Kali Linux 2024.4 • Pentbox v1.8 • VMware • HTTP Monitoring

Simulated a network honeypot using Pentbox on a Kali Linux VM to mimic a web server and monitor unauthorized access attempts and attacker telemetry.

Architecture & Components

Core components

  • Kali Linux 2024.4
  • Pentbox v1.8
  • VMware Workstation Pro
  • Ruby Environment

Challenges & Engineering Decisions

Real-time Detection Logging

Problem

Ensuring the honeypot captured enough telemetry to be useful for threat analysis.

Solution

Configured Pentbox to log detailed request headers and source IPs directly to the terminal.

Outcome

  • Immediate visibility into reconnaissance activity
  • Captured device info from intrusion attempts

Reflection

This project served as a basic yet effective example of cybersecurity threat detection and monitoring, while reinforcing the value of deception as an early-warning control.