commit
bb070de91e
|
@ -0,0 +1,30 @@
|
|||
id: clever-takeover
|
||||
|
||||
info:
|
||||
name: Clever Cloud - Subdomain Takeover Detection
|
||||
author: supr4s
|
||||
severity: high
|
||||
description: Clever Cloud subdomain takeover was detected.
|
||||
reference:
|
||||
- https://supras.io/new-subdomain-takeover-case-clever-cloud/
|
||||
metadata:
|
||||
max-request: 1
|
||||
tags: takeover
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- Host != ip
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "The application you're trying to access doesn't seem to exist"
|
||||
- "support@clever-cloud.com"
|
||||
condition: and
|
Loading…
Reference in New Issue