25 lines
481 B
YAML
25 lines
481 B
YAML
id: worksites-takeover
|
|
|
|
info:
|
|
name: worksites takeover detection
|
|
author: melbadry9
|
|
severity: high
|
|
reference:
|
|
- https://blog.melbadry9.xyz/dangling-dns/xyz-services/ddns-worksites
|
|
tags: takeover
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: regex
|
|
regex:
|
|
- "(?:Company Not Found|you’re looking for doesn’t exist)"
|