24 lines
452 B
YAML
24 lines
452 B
YAML
id: detect-worksites
|
|
|
|
info:
|
|
name: Worksites.net Service Detection
|
|
author: melbadry9
|
|
severity: info
|
|
description: A worksites.net service was detected.
|
|
reference:
|
|
- https://blog.melbadry9.xyz/dangling-dns/xyz-services/ddns-worksites
|
|
classification:
|
|
cwe-id: CWE-200
|
|
tags: dns,service
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: A
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "69.164.223.206"
|
|
|
|
# Enhanced by mp on 2022/03/14
|