Create aws-sftp-detect.yaml

patch-1
johnk3r 2023-11-15 12:41:58 -03:00 committed by GitHub
parent a3623bb003
commit 51d2d25e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: aws-sftp-detect
info:
name: OpenSSH 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
tags: network,ssh,detect,aws
tcp:
- host:
- "{{Hostname}}"
port: 22
matchers:
- type: regex
regex:
- '(?i)AWS_SFTP'
extractors:
- type: regex
regex:
- '(?i)SSH-(.*)-AWS_SFTP_[^\r]+'