SOA Record Service - Detection
ID: soa-detect
Severity: info
Author: rxerium
Tags: dns,soa
Description
Section titled “Description”Detects which domain provider a domain is using, detected through SOA records
YAML Source
Section titled “YAML Source”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: verified: true 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"# digest: 4a0a0047304502203863ce8ea71f7851efd50f077b3a0bc07e2c705597da691e12e9ef40f5e58a3e022100bf3c63cc999a792fda9804271de18e2c430f51200a6619bb63a9a20b5a2ff28e:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "dns/soa-detect.yaml"