18 lines
331 B
YAML
18 lines
331 B
YAML
|
id: fastly-takeover
|
||
|
|
||
|
info:
|
||
|
name: fastly takeover detection
|
||
|
author: pdcommunity
|
||
|
severity: high
|
||
|
tags: takeover
|
||
|
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "Fastly error: unknown domain:"
|