Hostname
45my.com
Last fetched
45my.com resolves to 4 IPv4 addresses operated by AS63949 in JP. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
45my.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.162.68.169 | 139.162.64.0/19 | AS63949 | — | JP |
| 15.204.2.168 | 15.204.0.0/17 | AS16276 | — | US |
| 66.92.50.186 | 66.92.50.0/24 | AS205548 | — | US |
| 82.152.64.210 | 82.152.64.0/24 | AS206300 | — | GB |
WHOIS identity
- Registrar
- iana:1923
- Organization
- deng yingqun
- Contact emails
Subdomains
1 observed subdomain of 45my.com.
| Subdomain |
|---|
| www.45my.com |
Web-graph footprint
Distinct hostnames that link to or from 45my.com in the public web crawl.
6 sites link to this hostname.
56 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from 45my.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "45my.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.