29 lines
600 B
YAML
29 lines
600 B
YAML
id: telnet-detect
|
|
|
|
info:
|
|
name: Telnet Detection
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
Telnet is a network protocol used to virtually access a computer and to provide a two-way, collaborative and text-based communication channel between two machines.
|
|
metadata:
|
|
max-request: 2
|
|
verified: true
|
|
shodan-query: port:23 telnet
|
|
tags: network,telnet
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
- "{{Host}}:23"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Telnet"
|
|
- "Login authentication"
|
|
condition: and
|