diff --git a/http/takeovers/aws-bucket-takeover.yaml b/http/takeovers/aws-bucket-takeover.yaml index 41fafe0650..38d548e234 100644 --- a/http/takeovers/aws-bucket-takeover.yaml +++ b/http/takeovers/aws-bucket-takeover.yaml @@ -35,3 +35,11 @@ http: words: - "amazonaws.com" negative: true + + extractors: + - type: regex + part: body + group: 1 + regex: + - '
  • BucketName: (.*?)
  • ' + - '(.*?)'