Skip to content

Hostname

dao.as

Last fetched

dao.as resolves to 1 IPv4 address operated by AUTOMATTIC - Automattic, Inc in US.

Nutrition Label

WHISPER CANON · dao.asRouting diversity1.5/10Peering density6.0/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/dao.as

Resolution chain

dao.as resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
199.16.172.187199.16.172.0/24AS2635AUTOMATTIC - Automattic, IncUS

WHOIS identity

No WHOIS records are currently associated with dao.as in WhisperGraph.

Subdomains

18 observed subdomains of dao.as.

Web-graph footprint

Distinct hostnames that link to or from dao.as in the public web crawl.

316 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

13 SPF mechanisms authorising senders for dao.as.

MechanismTarget
SPF_Adao.as
SPF_INCLUDE_spf.emply.com
SPF_INCLUDEeu.mailgun.org
SPF_INCLUDEmailmailmail.net
SPF_INCLUDEspf.inmobile.com
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.topdesk.net
SPF_INCLUDEspfinclude.signflow.dk
SPF_IP193.106.123.229
SPF_IP77.221.246.222
SPF_IP87.53.19.132
SPF_MXdao.as

Related pages

Pivot deeper into the graph from dao.as.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dao.as"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.