Merge pull request #8631 from johnk3r/johnk3r-patch-1

Create moveit-sftp-detect.yaml
patch-1
Dhiyaneshwaran 2023-11-18 18:12:13 +05:30 committed by GitHub
commit dfb8f25d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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
tcp:
- host:
- "{{Hostname}}"
port: 22
matchers:
- type: regex
regex:
- '(?i)MOVEit'
extractors:
- type: regex
regex:
- '(?i)SSH-(.*)-MOVEit[^\r]+'