31 lines
892 B
YAML
31 lines
892 B
YAML
id: mikrotik-ftp-server-detect
|
|
|
|
info:
|
|
name: MikroTik FTP server Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files between a client and server on a computer network.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: product:"MikroTik router ftpd"
|
|
tags: network,ftp,mikrotik,router,detect,detection,tcp
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 21
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "MikroTik FTP"
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "MikroTik ([0-9.]+)"
|
|
# digest: 4b0a00483046022100953166abb1e172f3953e54f6a3270b64211ddaec5b0c57c6d23118d0c817e8ed022100b485d0aca22da1204e5a5272637b2e90176de6f9d2ab4622fafd84766af4c366:922c64590222798bb761d5b6d8e72950 |