37 lines
881 B
YAML
37 lines
881 B
YAML
id: bigcartel-takeover
|
|
|
|
info:
|
|
name: Bigcartel Takeover Detection
|
|
author: pdteam
|
|
severity: high
|
|
description: Bigcartel takeover was detected.
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/158
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- "<h1>Oops! We couldn’t find that page.</h1>"
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"bigcartel.com")'
|
|
|
|
extractors:
|
|
- type: dsl
|
|
dsl:
|
|
- "resolve(Host, 'cname')"
|
|
# digest: 490a00463044022028493e5884364496cbe6db730031be69815e0db1681e8f82ceacc7cd72e7d35a022064ac6129e32c1bb9c265656259d8121e230e5339bced107b32285d2564920464:922c64590222798bb761d5b6d8e72950 |