2021-03-18 06:49:24 +00:00
|
|
|
id: worksites-takeover
|
|
|
|
|
|
|
|
info:
|
2021-03-18 11:23:29 +00:00
|
|
|
name: worksites takeover detection
|
2021-03-18 06:49:24 +00:00
|
|
|
author: melbadry9
|
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://blog.melbadry9.xyz/dangling-dns/xyz-services/ddns-worksites
|
2021-03-18 06:49:24 +00:00
|
|
|
tags: takeover
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-11-17 15:43:27 +00:00
|
|
|
matchers-condition: and
|
2021-03-18 06:49:24 +00:00
|
|
|
matchers:
|
2022-11-17 15:43:27 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- Host != ip
|
|
|
|
|
2021-03-18 23:44:06 +00:00
|
|
|
- type: regex
|
2021-03-18 11:23:29 +00:00
|
|
|
regex:
|
2021-03-18 23:44:06 +00:00
|
|
|
- "(?:Company Not Found|you’re looking for doesn’t exist)"
|