33 lines
926 B
YAML
33 lines
926 B
YAML
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:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: SSH-2.0-AWS_SFTP_1.1
|
|
tags: network,ssh,detect,aws,sftp,detection,tcp
|
|
tcp:
|
|
- host:
|
|
- "{{Hostname}}"
|
|
port: 22
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?i)AWS_SFTP'
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- '(?i)SSH-(.*)-AWS_SFTP_[^\r]+'
|
|
# digest: 4a0a00473045022100d08fa83adb51a3e15a11f65c34f95f7f52b9a605dcc3f1d2b2bfbef84b67072902205d25e0bed19e574552059762a7f16714f7d2db1415951bb7f14619d0720fe0ac:922c64590222798bb761d5b6d8e72950 |