Is there a method to find a domain's DKIM and DMARC records using dig
or nslookup
?
I have attempted to do the following:
dig somedomain.org any
returns many records, but not the known DKIM and DMARC text records.
nslookup -type=txt somedomain.org
returns all the text records known except the DKIM and DMARC records.