Skip to content

Hostname

davescomputertips.com

Last fetched

davescomputertips.com resolves to 2 IPv4 addresses operated by Minntech-Pty-Limited in US. WHOIS lists iana:1068 as the registrar.

Nutrition Label

WHISPER CANON · davescomputertips.comRouting diversity2.4/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/davescomputertips.com

Resolution chain

davescomputertips.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
38.58.224.3038.58.224.0/21AS394303Minntech-Pty-LimitedUS
67.202.70.10967.202.70.0/24AS394303Minntech-Pty-LimitedUS

WHOIS identity

Registrar
iana:1068
Organization
david hartsock
Contact emails

Subdomains

23 observed subdomains of davescomputertips.com.

Web-graph footprint

Distinct hostnames that link to or from davescomputertips.com in the public web crawl.

287 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

  • davescomputertips.com

SPF policy

7 SPF mechanisms authorising senders for davescomputertips.com.

MechanismTarget
SPF_Adavescomputertips.com
SPF_Asecuremail.davescomputertips.com
SPF_Aserver.davescomputertips.com
SPF_IP38.58.224.30
SPF_IP67.202.70.109
SPF_IP69.162.134.143
SPF_MXdavescomputertips.com

Related pages

Pivot deeper into the graph from davescomputertips.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "davescomputertips.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.