2021-10-28 15:49:00 +00:00
|
|
|
id: aws-cloudfront-service
|
|
|
|
|
|
|
|
info:
|
2021-10-28 16:07:37 +00:00
|
|
|
name: AWS Cloudfront service detection
|
2021-10-28 15:49:00 +00:00
|
|
|
author: jiheon-dev
|
|
|
|
severity: info
|
2021-10-28 16:07:37 +00:00
|
|
|
description: Detect websites using AWS cloudfront service
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: aws,tech,service
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-10-28 15:49:00 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-28 15:49:00 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers:
|
2021-10-28 16:07:37 +00:00
|
|
|
- type: dsl
|
2021-10-28 15:49:00 +00:00
|
|
|
condition: or
|
2021-10-28 16:07:37 +00:00
|
|
|
dsl:
|
2023-06-19 21:10:30 +00:00
|
|
|
- "contains(tolower(header), 'x-cache: hit from cloudfront')"
|
|
|
|
- "contains(tolower(header), 'x-cache: refreshhit from cloudfront')"
|
|
|
|
- "contains(tolower(header), 'x-cache: miss from cloudfront')"
|
|
|
|
- "contains(tolower(header), 'x-cache: error from cloudfront')"
|