Merge pull request #8630 from johnk3r/main

aws-sftp-detect
patch-1
pussycat0x 2023-11-15 23:27:18 +05:30 committed by GitHub
commit e9699cef41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: aws-sftp-detect
info:
name: AWS SFTP Service - Detect
author: johnk3r
severity: info
description: |
AWS-SFTP service was detected.
reference:
- https://aws.amazon.com/pt/about-aws/whats-new/2018/11/aws-transfer-for-sftp-fully-managed-sftp-for-s3/
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
verified: true
shodan-query: SSH-2.0-AWS_SFTP_1.1
tags: network,ssh,detect,aws,sftp
tcp:
- host:
- "{{Hostname}}"
port: 22
matchers:
- type: regex
regex:
- '(?i)AWS_SFTP'
extractors:
- type: regex
regex:
- '(?i)SSH-(.*)-AWS_SFTP_[^\r]+'