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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: aws,tech,service
|
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')"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402205194b5f1c14b4bbbe7a92308b198368f53a70c03cb4b4313bcc1ba95f7ed2d55022029fdac767b00d013e9f912c931baee9e352913fc826b8454e788c3c8c6ea5dd3:922c64590222798bb761d5b6d8e72950
|