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-04-08 11:34:33 +00:00
|
|
|
tags: takeover
|
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
|
2023-12-29 09:57:30 +00:00
|
|
|
# digest: 490a0046304402204e2d005028e1b5fb6ba7e6243c849abd05ec642d375a0195e3811f190d1fdf2c022041abef7bd43996067c23c2e2d2f2cca0780d750a1466406fc903aefecc2e476b:922c64590222798bb761d5b6d8e72950
|