soa-detection

patch-1
Rishi 2024-03-17 12:54:28 +00:00 committed by GitHub
parent 6ce3478592
commit 39ad0b0f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 79 additions and 0 deletions

79
dns/soa-detect.yaml Normal file
View File

@ -0,0 +1,79 @@
id: soa-detect
info:
name: SOA record service detection
author: rxerium
severity: info
description: Detects which domain provider a domain is using, detected through SOA records
reference:
- https://www.cloudflare.com/learning/dns/dns-records/dns-soa-record/
metadata:
max-request: 1
tags: dns,soa
dns:
- name: "{{FQDN}}"
type: SOA
matchers-condition: or
matchers:
- type: word
name: "Cloudflare"
words:
- "dns.cloudflare.com"
- type: word
name: "Amazon Web Services"
words:
- "awsdns"
- type: word
name: "Akamai"
words:
- "hostmaster.akamai.com"
- type: word
name: "Azure"
words:
- "azure-dns.com"
- type: word
name: "NS1"
words:
- "nsone.net"
- type: word
name: "Verizon"
words:
- "verizon.com"
- type: word
name: "Google Cloud Platform"
words:
- "googledomains.com"
- "google.com"
- type: word
name: "Alibaba"
words:
- "alibabadns.com"
- type: word
name: "Safeway"
words:
- "safeway.com"
- type: word
name: "Mark Monitor"
words:
- "markmonitor.com"
- "markmonitor.zone"
- type: word
name: "Hetznet"
words:
- "hetzner.com"
- type: word
name: "Edge Cast"
words:
- "edgecastdns.net"