Hostname
cpanel.linux2.rtcserver.com
Last fetched
cpanel.linux2.rtcserver.com resolves to 2 IPv4 addresses operated by AS146943 in IN.
Nutrition Label
Resolution chain
cpanel.linux2.rtcserver.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 |
|---|---|---|---|---|
| 103.13.113.74 | 103.13.113.0/24 | AS146943 | — | IN |
| 103.13.114.162 | 103.13.114.0/24 | AS146943 | — | IN |
WHOIS identity
No WHOIS records are currently associated with cpanel.linux2.rtcserver.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for cpanel.linux2.rtcserver.com.
| Mechanism | Target |
|---|---|
| SPF_A | cpanel.linux2.rtcserver.com |
| SPF_IP | 103.13.113.74 |
| SPF_IP | 103.13.114.162 |
| SPF_MX | cpanel.linux2.rtcserver.com |
Related pages
Pivot deeper into the graph from cpanel.linux2.rtcserver.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cpanel.linux2.rtcserver.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.