Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 702 Bytes

File metadata and controls

23 lines (15 loc) · 702 Bytes

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"'