Skip to content

MOVEit Transfer SFTP - Detect

ID: moveit-sftp-detect

Severity: info

Author: johnk3r

Tags: network,ssh,detect,moveit,sftp,detection,tcp

MOVEit Transfer SFTP was detected.

id: moveit-sftp-detect
info:
name: MOVEit Transfer SFTP - Detect
author: johnk3r
severity: info
description: |
MOVEit Transfer SFTP was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: "SSH-2.0-MOVEit"
tags: network,ssh,detect,moveit,sftp,detection,tcp
tcp:
- host:
- "{{Hostname}}"
port: 22
matchers:
- type: regex
regex:
- '(?i)MOVEit'
extractors:
- type: regex
regex:
- '(?i)SSH-(.*)-MOVEit[^\r]+'
# digest: 4b0a00483046022100a9579420c3723434996f0eded3352494d2ac3a6b677ae2c6b55f78213e30c98d022100d63537a9c2217faaadc5d31aec5aaa6caabc97addb1e3672f9f5ab22aaf58ba6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "network/detection/moveit-sftp-detect.yaml"

View on Github