Merge pull request #9366 from rxerium/soa-detect

SOA Service Detection
patch-1
pussycat0x 2024-03-20 10:27:12 +05:30 committed by GitHub
commit 63f30d3720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 83 additions and 0 deletions

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

@ -0,0 +1,83 @@
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
verified: true
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"