51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
id: worksites-takeover
|
|
|
|
info:
|
|
name: Worksites Takeover Detection
|
|
author: melbadry9,dogasantos
|
|
severity: high
|
|
description: Worksites takeover was detected.
|
|
reference:
|
|
- https://melbadry9.gitbook.io/blog/dangling-dns/xyz-services/ddns-worksites
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
tags: takeover,dns
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: A
|
|
class: inet
|
|
recursion: true
|
|
retries: 3
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "69.164.223.206"
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- "Company Not Found"
|
|
- "worksites.net"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 404
|
|
|
|
extractors:
|
|
- type: dsl
|
|
dsl:
|
|
- cname
|
|
# digest: 490a0046304402203d7ff8f0bc643ef971aecf4234c610dc104acd170978f53ceaa26e53651c0025022070fc726709fdd4512ff4b7e05c02a56d53ad2262853b6a66ab563843a02bd89d:922c64590222798bb761d5b6d8e72950 |