id: aws-bucket-service info: name: Detect websites using AWS bucket storage author: pdteam severity: info tags: aws,tech,bucket metadata: max-request: 1 http: - method: GET path: - "{{BaseURL}}" matchers-condition: and matchers: - type: dsl dsl: - contains(tolower(header), 'x-amz-bucket') - contains(tolower(header), 'x-amz-request') - contains(tolower(header), 'x-amz-id') - contains(tolower(header), 'amazons3') condition: or - type: dsl dsl: - contains(tolower(header), 'x-guploader-uploadid') negative: true