2022-04-15 07:35:30 +00:00
|
|
|
id: s3-torrent
|
|
|
|
|
|
|
|
info:
|
2023-02-06 15:44:19 +00:00
|
|
|
name: Amazon S3 Torrent Download - Detect
|
2022-04-15 07:35:30 +00:00
|
|
|
author: ambassify
|
|
|
|
severity: info
|
2023-02-06 15:44:19 +00:00
|
|
|
description: Amazon S3 Torrent download was detected, which can allow a malicious user to download files.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-11-22 13:59:16 +00:00
|
|
|
tags: misconfig,aws,s3,bucket
|
2022-04-15 07:35:30 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/?torrent"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-11-22 13:59:16 +00:00
|
|
|
part: body
|
2022-04-15 07:35:30 +00:00
|
|
|
words:
|
|
|
|
- 'RequestTorrentOfBucketError'
|
|
|
|
- 's3-tracker'
|
2022-11-22 13:59:16 +00:00
|
|
|
condition: or
|
2023-02-06 15:44:19 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/02/06
|