26 lines
778 B
YAML
26 lines
778 B
YAML
id: microsoft-ftp-service
|
|
|
|
info:
|
|
name: Microsoft FTP Service 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: Microsoft FTP Service
|
|
tags: network,ftp,microsoft,detect,detection,tcp
|
|
tcp:
|
|
|
|
- inputs:
|
|
- data: "\n"
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 21
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Microsoft FTP Service"
|
|
# digest: 4a0a00473045022100967c5e0a0c06326509b78e609ab7c15a277cd46d5bcfda6bd00d5a9493e2212302207819292478f70d55f0d33cb3b5ccd14e19d6994a5f6ce0ee8b8be37a3a525721:922c64590222798bb761d5b6d8e72950 |