28 lines
806 B
YAML
28 lines
806 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:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: port:23 telnet
|
|
tags: network,telnet,detect,detection,tcp
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 23
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Telnet"
|
|
- "Login authentication"
|
|
condition: and
|
|
# digest: 4b0a004830460221008cbd791bdb3aafd0be9cdcfb39f3658aba7ed8a1a687b226a4af9eaca549d07e022100df4ec583e8492b56b17eaff041a698fec28682c3c6e2728832af36c376696a88:922c64590222798bb761d5b6d8e72950 |