aladon.sovintel.ru:9000

Connection Banner:

aladon.sovintel.ru:9000

Encoding

  • Effective encoding: cp437

  • Scanner detected: ascii

Telnet Fingerprint

36d25017db90b2f0…

This fingerprint is unique to this server.

Options offered by server: EOR

Options requested from client: BINARY

Data source: 36d25017db90b2f0/4ab0cad066e4f5eb.json

The complete JSON record collected during the scan, including Telnet negotiation results and banner data.

{
  "server-probe": {
    "fingerprint": "36d25017db90b2f0",
    "fingerprint-data": {
      "offered-options": [
        "EOR"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "ECHO",
        "GMCP",
        "MSDP",
        "MSP",
        "MSSP",
        "MXP",
        "SGA",
        "STATUS",
        "ZMP"
      ],
      "requested-options": [
        "BINARY"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "\ufffd\ufffd\ufffd \ufffd\ufffd\ufffd\ufffd\ufffd \ufffd\ufffd\ufffd\ufffd\ufffd\ufffd \ufffd\ufffd \ufffd\ufffd\ufffd\ufffd\ufffd \ufffd\ufffd\ufffd\ufffd\ufffd\ufffd?\r\n\ufffd\ufffd\ufffd \ufffd\ufffd\ufffd\ufffd\ufffd\ufffd \ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd \ufffd\ufffd\ufffd\ufffd\ufffd\ufffd '\ufffd\ufffd\ufffd\ufffd\ufffd' \ufffd\ufffd\ufffd 'new'\r\n\ufffd\ufffd\ufffd\ufffd \ufffd\ufffd\ufffd? ",
      "banner_before_return": "\r\n\r\n     ###     ###     ###     ###   ###   ##   ## aladon.sovintel.ru:9000\r\n    ####    ####    ####    ####  ## ##  ##   ##========================\r\n   ## ##   ## ##   ## ##   ## ## ##   ## ##   ##          | |         ||\r\n  ##  ##  ##  ##  ##  ##  ##  ## ##   ## #######                      ||\r\n ####### ##   ## ####### ##   ## ##   ## ##   ##          veni        ||\r\n ##   ## ##   ## ##   ## ##   ##  ## ##  ##   ##--------- vidi -------//\r\n ##   ## ##   ## ##   ###########  ###   ##   ##\\-------- vici ------//\r\n                        ##     ##               \\\\                  //\r\n                               ||  /             \\\\       | |      //\r\n   by Konstantin Voloshin      ||------------------------------------\\\r\n    & Anton Parfenov  O////////++    ---  powered by SOVINTEL  --     )\r\n                               ||------------------------------------/\r\n Based on ROM Version 2.4 beta ||  \\                 \\\\   | |   //\r\n Original DikuMUD by HansStaerfeldt, Katja Nyboe,     \\\\  | |  //\r\n Tom Madsen, Michael Seifert, Sebastian Hammer         +=======+\r\n Based on MERC 2.1 code by Hatchet, Furey, and Kahn\r\n ROM 2.4 copyright (c) 1993-1996 Russ Taylor\r\n\r\n \r\nAvailable charset: 1) KOI8, 2) Win1251, 3) DOS/Alt/866\r\nFor JMC or Windows telnet enter '2j' for other '2' only\r\nYou select:[2] ",
      "encoding": "ascii",
      "option_states": {
        "server_offered": {
          "0x55": false,
          "0x56": false,
          "ECHO": false,
          "EOR": true
        },
        "server_requested": {
          "BINARY": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5031106472015381,
        "total": 5.274374961853027
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-09T19:31:29.572325+00:00",
      "host": "aladon.sovintel.ru",
      "ip": "195.68.135.54",
      "port": 9000
    }
  ]
}

Connection Log

Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.

DEBUG client.py:863 Fingerprint client: host=aladon.sovintel.ru port=9000
INFO client_base.py:174 Connected to <Peer 195.68.135.54 9000>
DEBUG stream_writer.py:706 recv IAC WONT ECHO
DEBUG stream_writer.py:2022 handle_wont(ECHO)
DEBUG stream_writer.py:3167 remote_option[ECHO] = False
DEBUG stream_writer.py:3167 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:706 recv IAC WILL EOR
DEBUG stream_writer.py:722 WILL EOR unsolicited
DEBUG stream_writer.py:1897 handle_will(EOR)
DEBUG stream_writer.py:3167 pending_option[DO + EOR] = True
DEBUG stream_writer.py:947 send IAC DO EOR
DEBUG stream_writer.py:3167 remote_option[EOR] = True
DEBUG stream_writer.py:3167 pending_option[DO + EOR] = False
DEBUG stream_writer.py:706 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:722 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1897 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3167 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:947 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:2005 Unhandled: WILL MCCP2_COMPRESS.
DEBUG stream_writer.py:706 recv IAC WILL MCCP_COMPRESS
DEBUG stream_writer.py:722 WILL MCCP_COMPRESS unsolicited
DEBUG stream_writer.py:1897 handle_will(MCCP_COMPRESS)
DEBUG stream_writer.py:3167 remote_option[MCCP_COMPRESS] = False
DEBUG stream_writer.py:947 send IAC DONT MCCP_COMPRESS
WARNING stream_writer.py:2005 Unhandled: WILL MCCP_COMPRESS.
DEBUG stream_writer.py:706 recv IAC DO BINARY
DEBUG stream_writer.py:1767 handle_do(BINARY)
DEBUG stream_writer.py:3167 pending_option[WILL + BINARY] = True
DEBUG stream_writer.py:947 send IAC WILL BINARY
DEBUG stream_writer.py:3167 local_option[BINARY] = True
DEBUG stream_writer.py:3167 pending_option[WILL + BINARY] = False
DEBUG client_base.py:460 negotiation complete after 2.00s.
DEBUG stream_writer.py:3167 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:947 send IAC DO BINARY
DEBUG stream_writer.py:3167 pending_option[DO + SGA] = True
DEBUG stream_writer.py:947 send IAC DO SGA
DEBUG stream_writer.py:3167 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:947 send IAC DO STATUS
DEBUG stream_writer.py:3167 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:947 send IAC DO CHARSET
DEBUG stream_writer.py:3167 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:947 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3167 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:947 send IAC DO GMCP
DEBUG stream_writer.py:3167 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:947 send IAC DO MSDP
DEBUG stream_writer.py:3167 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:947 send IAC DO MSSP
DEBUG stream_writer.py:3167 pending_option[DO + MSP] = True
DEBUG stream_writer.py:947 send IAC DO MSP
DEBUG stream_writer.py:3167 pending_option[DO + MXP] = True
DEBUG stream_writer.py:947 send IAC DO MXP
DEBUG stream_writer.py:3167 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:947 send IAC DO ZMP
DEBUG stream_writer.py:3167 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:947 send IAC DO AARDWOLF
DEBUG stream_writer.py:3167 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:947 send IAC DO ATCP
INFO fingerprinting.py:737 new server fingerprint 36d25017db90b2f0
INFO client_base.py:105 Connection closed to <Peer 195.68.135.54 9000>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug aladon.sovintel.ru 9000