ssh-honeypot

command module
v0.0.0-...-0d5c9c5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2024 License: MIT Imports: 33 Imported by: 0

README

SSH-Honeypot

Simple SSH Honeypot server the enrich the information of the attacker and store it on InfluxDB, relying on Otel for logging and instrumentation

Grafana dashboard

Grafana dashboard

Useful commands

Run full stack
docker-compose up -d jaeger influxdb
docker-compose up --build ssh-honeypot
Deleting points
docker run -it --rm influxdb influx delete --org-id $INFLUXDB_ORG --bucket $INFLUXDB_BUCKET --host $INFLUXDB_URL --token $INFLUXDB_TOKEN --start '2009-01-02T23:00:00Z' --stop '2029-01-02T23:00:00Z' --predicate 'ip="::1"'

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL