Hostname
api-support.xfinity.com
Last fetched
api-support.xfinity.com resolves to 2 IPv4 addresses operated by CONVERGE-AS Converge ICT Solutions Inc. in SG.
Nutrition Label
Resolution chain
api-support.xfinity.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 118.215.79.240 | 118.215.72.0/21 | AS17639 | CONVERGE-AS Converge ICT Solutions Inc. | SG |
| 23.203.190.128 | 23.203.176.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api-support.xfinity.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from api-support.xfinity.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from api-support.xfinity.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-support.xfinity.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.