Hostname
ranking-link.com
Last fetched
ranking-link.com resolves to 2 IPv4 addresses operated by AS61272 in LT.
Nutrition Label
Resolution chain
ranking-link.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 |
|---|---|---|---|---|
| 88.119.166.115 | 88.119.184.0/24 | AS61272 | — | LT |
| 88.119.166.120 | 88.119.184.0/24 | AS61272 | — | LT |
WHOIS identity
No WHOIS records are currently associated with ranking-link.com in WhisperGraph.
Subdomains
14 observed subdomains of ranking-link.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for ranking-link.com.
| Mechanism | Target |
|---|---|
| SPF_A | ranking-link.com |
| SPF_IP | 88.119.166.115 |
| SPF_MX | ranking-link.com |
Related pages
Pivot deeper into the graph from ranking-link.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ranking-link.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.