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
Resolution chain
davescomputertips.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 38.58.224.30 | 38.58.224.0/21 | AS394303 | Minntech-Pty-Limited | US |
| 67.202.70.109 | 67.202.70.0/24 | AS394303 | Minntech-Pty-Limited | US |
WHOIS identity
- Registrar
- iana:1068
- Organization
- david hartsock
- Contact emails
Subdomains
23 observed subdomains of davescomputertips.com.
Showing 12 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from davescomputertips.com in the public web crawl.
287 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- davescomputertips.com
SPF policy
7 SPF mechanisms authorising senders for davescomputertips.com.
| Mechanism | Target |
|---|---|
| SPF_A | davescomputertips.com |
| SPF_A | securemail.davescomputertips.com |
| SPF_A | server.davescomputertips.com |
| SPF_IP | 38.58.224.30 |
| SPF_IP | 67.202.70.109 |
| SPF_IP | 69.162.134.143 |
| SPF_MX | davescomputertips.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.