Skip to content

Infrastructure for cybersecurity research, based on Cowrie honeypot, with real-time connections visualization

License

Notifications You must be signed in to change notification settings

ignacypolak1/Tr4pNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 Tr4pNode – Cyberthreat Research Platform (WIP)

Tr4pNode is a lightweight, hackable, and open-source honeypot platform built for real-time cyberthreat research and visualization. Designed with modularity and education in mind, it empowers users to analyze malicious activity, experiment with DevSecOps practices, and showcase attack data in public demonstrations.

Under the hood, Tr4pNode combines Cowrie for SSH honeypot logging, MongoDB for structured data storage, and Grafana (enhanced with the Infinity plugin) for flexible dashboard-based data exploration. You can inspect session metadata through custom dashboards or watch attacks unfold live on a sleek, animated 3D globe – turning raw intrusion logs into powerful visual insights.


🔥 What It Does?

  • Captures unauthorized SSH activity via Cowrie and stores data in MongoDB
  • Visualizes sessions as animated arcs between attacker and honeypot server location on a 3D globe using three-globe
  • Uses Grafana dashboards for session metadata visualization and research purposes

Offers full flexibility for research, visualization, and educational use cases


📡 MVP Components

  • Cowrie (SSH Honeypot) – exposes fake SSH services to attract and log attackers
  • MongoDB – stores structured logs for both visualization and analytics
  • Backend (Python + FastAPI) – handles API for Grafana and WebSocket data stream for the frontend
  • Frontend (React + TypeScript + TailwindCSS) – renders the animated globe and real-time session events
  • Grafana – provides powerful dashboards using Infinity plugin connected to backend API (MongoDB data)

🖥️ Architecture

Globe Preview


🛰️ Live Sessions Geolocalization View

Globe Preview


⚠️ Legal Disclaimer

This project is provided for educational and research purposes only.
The authors and contributors take no responsibility for any use of this software.
Do not deploy this in environments where it could interfere with production systems or violate legal boundaries.

This system is a research-oriented honeypot. All connections are automatically logged for the sole purpose of statistical and cybersecurity analysis. No effort is made to identify individuals. The tool does not associate IP addresses with any user accounts, names, or personal information. IP-based data is used solely for research, geolocation-based visualization, and threat intelligence.


🧩 Built With / Credits

Tr4pNode is built using a combination of powerful and open-source technologies:

  • Cowrie – SSH and Telnet honeypot used for logging unauthorized access attempts.
  • MongoDB – NoSQL document database for storing structured honeypot session data.
  • FastAPI – High-performance web framework powering the backend and WebSocket API.
  • Motor – Asynchronous MongoDB driver for Python.
  • httpx – Async HTTP client used for IP geolocation.
  • React + TypeScript – Modern frontend for the globe visualization.
  • TailwindCSS – Utility-first CSS framework for clean, responsive UI.
  • three-globe – WebGL globe visualization for animated session arcs.
  • three.js – Core 3D rendering engine powering the globe.
  • Grafana – Interactive dashboard and observability platform.
  • Grafana Infinity Plugin – JSON/CSV backend API visualizations without database drivers.
  • Docker + Docker Compose – Containerized deployment of all services.
  • Terraform – Infrastructure-as-code for automated deployments.
  • Nginx – Reverse proxy for frontend/backend communication.
  • Vite – Fast build tool and dev server for frontend development.
  • Python – Core programming language powering the backend and data processing.

Special thanks to all contributors and maintainers of these tools – you're the real MVPs 🙏

About

Infrastructure for cybersecurity research, based on Cowrie honeypot, with real-time connections visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published