34 lines
911 B
YAML
34 lines
911 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:
|
|
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]+'
|
|
# digest: 490a00463044022030ea3cf252ed87cfdb0e93da72054b7039e9074d6bd3d3aa6437b57177c0d59002204a1c708899f16593877426d5d2fb315b5c8e3b6e19ca0e3ffe2e311ab56e8461:922c64590222798bb761d5b6d8e72950 |