2022-11-14 19:29:05 +00:00
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 :
2023-04-28 08:11:21 +00:00
max-request : 2
2022-11-14 19:29:05 +00:00
verified : true
shodan-query : port:23 telnet
2023-07-24 18:27:05 +00:00
tags : network,telnet,detect
2022-11-14 19:29:05 +00:00
2023-04-27 04:28:59 +00:00
tcp :
2022-11-14 19:29:05 +00:00
- inputs :
- data : "\n"
2022-11-15 06:08:59 +00:00
2022-11-14 19:29:05 +00:00
host :
- "{{Hostname}}"
- "{{Host}}:23"
2022-11-15 06:08:59 +00:00
2022-11-14 19:29:05 +00:00
matchers :
- type : word
words :
- "Telnet"
- "Login authentication"
2022-11-21 06:01:32 +00:00
condition : and