Hostname
graphi-star.com
Last fetched
graphi-star.com resolves to 1 IPv4 address operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
graphi-star.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 88.99.70.54 | 88.99.0.0/16 | AS24940 | HETZNER-AS | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from graphi-star.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- graphi-star.com
SPF policy
18 SPF mechanisms authorising senders for graphi-star.com.
| Mechanism | Target |
|---|---|
| SPF_A | graphi-star.com |
| SPF_INCLUDE | spf.avangemail.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 116.202.236.32 |
| SPF_IP | 168.119.9.118 |
| SPF_IP | 176.65.241.162 |
| SPF_IP | 176.65.241.163 |
| SPF_IP | 185.213.11.59 |
| SPF_IP | 185.213.11.60 |
| SPF_IP | 212.129.31.140 |
| SPF_IP | 212.83.172.150 |
| SPF_IP | 5.9.116.144 |
| SPF_IP | 5.9.116.158 |
| SPF_IP | 87.107.190.177 |
| SPF_IP | 87.107.190.209 |
| SPF_IP | 88.99.70.54 |
| SPF_IP | 95.81.81.226 |
| SPF_MX | graphi-star.com |
Related pages
Pivot deeper into the graph from graphi-star.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "graphi-star.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.