Hostname
939368.app
Last fetched
939368.app resolves to 7 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in HK. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
939368.app resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.208.112.153 | 104.208.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
| 13.70.19.95 | 13.64.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
| 148.66.5.94 | 148.66.5.0/24 | AS45753 | — | HK |
| 157.85.225.132 | 157.85.225.0/24 | AS963 | — | JP |
| 85.121.183.142 | 85.121.183.0/24 | AS200019 | — | RO |
| 13.70.34.109 | 13.64.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
| 131.123.43.26 | 131.123.43.0/24 | AS200019 | — | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
1 observed subdomain of 939368.app.
| Subdomain |
|---|
| www.939368.app |
Web-graph footprint
Distinct hostnames that link to or from 939368.app in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 939368.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "939368.app"})-[: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.