Hostname
vc48.ifrog.cc
Last fetched
vc48.ifrog.cc resolves to 4 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in HK.
Nutrition Label
Resolution chain
vc48.ifrog.cc 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 |
|---|---|---|---|---|
| 20.195.94.146 | 20.192.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
| 20.24.124.170 | 20.0.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
| 4.192.78.85 | 4.192.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
| 57.158.84.6 | 57.156.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
WHOIS identity
No WHOIS records are currently associated with vc48.ifrog.cc in WhisperGraph.
Subdomains
1 observed subdomain of vc48.ifrog.cc.
| Subdomain |
|---|
| www.vc48.ifrog.cc |
Threat posture
History
Related pages
Pivot deeper into the graph from vc48.ifrog.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vc48.ifrog.cc"})-[: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.