Hostname
michael-young.com
Last fetched
michael-young.com resolves to 1 IPv4 address operated by AS8739 in HK. WHOIS lists iana:1725 as the registrar.
Nutrition Label
Resolution chain
michael-young.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 |
|---|---|---|---|---|
| 116.251.204.217 | 116.251.204.0/24 | AS8739 | — | HK |
WHOIS identity
- Registrar
- iana:1725
- Organization
- michael young studio .
- Contact emails
Subdomains
6 observed subdomains of michael-young.com.
Web-graph footprint
Distinct hostnames that link to or from michael-young.com in the public web crawl.
145 sites link to this hostname.
324 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for michael-young.com.
| Mechanism | Target |
|---|---|
| SPF_A | michael-young.com |
| SPF_INCLUDE | server239.smtp-spf.sureserver.com |
| SPF_MX | michael-young.com |
Related pages
Pivot deeper into the graph from michael-young.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "michael-young.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.