# Multi-protocol inventory for 0xBallpoint/trapster-community (UHBS-native plugins).
sites:
  trapster-ssh:
    kind: ssh
    class: Low-Interaction
    host: trapster-lab
    protocol: ssh
    protocols: [ssh]
    port: 2222
    ports:
      ssh: 2222
    user: guest
    password: guest
    source_root: /honeypot
    telemetry_dir: /telemetry
    tps: /work/docs/conformance/labs/trapster/low_interaction_ssh_full.yaml
    container_image: trapster:uhbs-lab
  trapster-http:
    kind: generic
    class: Web-API
    host: trapster-lab
    protocol: http
    protocols: [http]
    port: 8080
    ports:
      http: 8080
    source_root: /honeypot
    telemetry_dir: /telemetry
    tps: /work/docs/conformance/labs/trapster/web_api_http_full.yaml
    container_image: trapster:uhbs-lab
  trapster-ftp:
    kind: generic
    class: Low-Interaction
    host: trapster-lab
    protocol: ftp
    protocols: [ftp]
    port: 2121
    ports:
      ftp: 2121
    user: anonymous
    password: anonymous
    source_root: /honeypot
    telemetry_dir: /telemetry
    tps: /work/docs/conformance/labs/trapster/low_interaction_ftp_full.yaml
    container_image: trapster:uhbs-lab
  trapster-telnet:
    kind: generic
    class: Low-Interaction
    host: trapster-lab
    protocol: telnet
    protocols: [telnet]
    port: 2323
    ports:
      telnet: 2323
    source_root: /honeypot
    telemetry_dir: /telemetry
    tps: /work/docs/conformance/labs/trapster/low_interaction_telnet_full.yaml
    container_image: trapster:uhbs-lab
