Skip to content

Hostname

davoos.com

Last fetched

davoos.com resolves to 1 IPv4 address operated by AS44043 in RO. WHOIS lists iana:49 as the registrar.

Nutrition Label

WHISPER CANON · davoos.comRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/davoos.com

Resolution chain

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

IPPrefixASNOperatorCountry
80.97.162.13980.97.162.0/24AS44043RO

WHOIS identity

Registrar
iana:49
Organization
davos development srl
Contact emails

Subdomains

3 observed subdomains of davoos.com.

Threat posture

History

Mail and authentication

MX records

  • davoos.com

SPF policy

5 SPF mechanisms authorising senders for davoos.com.

MechanismTarget
SPF_Adavoos.com
SPF_IP80.97.162.139
SPF_IP89.46.6.13
SPF_IP89.46.6.22
SPF_MXdavoos.com

Related pages

Pivot deeper into the graph from davoos.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "davoos.com"})-[: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.