Hostname
michaelwood.com
Last fetched
michaelwood.com resolves to 1 IPv4 address operated by AS63949 in CA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
michaelwood.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.105.19.78 | 172.105.0.0/19 | AS63949 | — | CA |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of michaelwood.com owner
- Contact emails
- mike@retrix.com
- 07bbb02e-98a1-4f38-b3e1-669b5e68d59c@identity-protect.org
- 6460ff60-0637-4c23-9bb0-a194338dcbbc@identity-protect.org
- 8cf3c7c6-1d3d-42f1-ab53-0f05041216ac@identity-protect.org
- c02a89aa-34a0-4a8c-ac8d-5f2effa68109@identity-protect.org
- d0ea751d-edb0-4a6f-b6ed-02cf4e46e89a@identity-protect.org
- f7aed3ea-673d-4778-a19b-e33657552947@identity-protect.org
- fd75eac5-9e29-4cca-99a9-b241c0ad26df@identity-protect.org
Subdomains
1 observed subdomain of michaelwood.com.
| Subdomain |
|---|
| mail.michaelwood.com |
Web-graph footprint
Distinct hostnames that link to or from michaelwood.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for michaelwood.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mxroute.com |
| SPF_IP | 172.105.19.78 |
| SPF_IP | 2600:3c04:0:0:f03c:92ff:fe92:1675 |
Related pages
Pivot deeper into the graph from michaelwood.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "michaelwood.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.