2021-03-18 06:49:24 +00:00
|
|
|
id: worksites-takeover
|
|
|
|
|
|
|
|
info:
|
2023-11-15 03:48:59 +00:00
|
|
|
name: Worksites Takeover Detection
|
|
|
|
author: melbadry9,dogasantos
|
2021-03-18 06:49:24 +00:00
|
|
|
severity: high
|
2023-12-22 08:59:06 +00:00
|
|
|
description: Worksites takeover was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
2023-11-15 03:48:59 +00:00
|
|
|
- https://melbadry9.gitbook.io/blog/dangling-dns/xyz-services/ddns-worksites
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2023-11-15 03:48:59 +00:00
|
|
|
verified: true
|
2023-11-15 11:25:47 +00:00
|
|
|
max-request: 2
|
2024-06-07 10:04:29 +00:00
|
|
|
tags: takeover,dns
|
2021-03-18 06:49:24 +00:00
|
|
|
|
2023-11-15 03:48:59 +00:00
|
|
|
dns:
|
|
|
|
- name: "{{FQDN}}"
|
|
|
|
type: A
|
|
|
|
class: inet
|
|
|
|
recursion: true
|
|
|
|
retries: 3
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "69.164.223.206"
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-03-18 06:49:24 +00:00
|
|
|
- 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
|
|
|
|
|
2023-11-15 03:48:59 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Company Not Found"
|
|
|
|
- "worksites.net"
|
|
|
|
condition: and
|
2023-10-20 11:41:13 +00:00
|
|
|
|
2023-11-15 03:48:59 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 404
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 490a004630440220250de7667d4b6a40352ae56620035450b47c67b9e108538e5fcbe16e24a2aac40220080aae3c7a8d7bf802e14e117926b51d163414b8113ddd517384a44dcd3d1e32:922c64590222798bb761d5b6d8e72950
|