Hostname
api-preview.telogis.com
Last fetched
api-preview.telogis.com is a registered hostname under the .com top-level domain. Live infrastructure data is temporarily unavailable; refresh in a moment.
Nutrition Label
Resolution chain
Resolution chain data is temporarily unavailable. Refresh in a moment to retry.
WHOIS identity
No WHOIS records are currently associated with api-preview.telogis.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
25 SPF mechanisms authorising senders for api-preview.telogis.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-002d7b01.pphosted.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 103.208.140.120/28 |
| SPF_IP | 111.69.28.194 |
| SPF_IP | 160.34.15.18/32 |
| SPF_IP | 18.205.215.247 |
| SPF_IP | 18.223.173.132 |
| SPF_IP | 182.50.76.0/22 |
| SPF_IP | 202.129.242.0/23 |
| SPF_IP | 204.14.232.0/21 |
| SPF_IP | 216.241.164.240/28 |
| SPF_IP | 216.35.11.124 |
| SPF_IP | 3.139.189.58 |
| SPF_IP | 35.156.128.232 |
| SPF_IP | 44.230.253.35 |
| SPF_IP | 52.209.194.255 |
| SPF_IP | 54.189.99.62 |
| SPF_IP | 54.219.120.96 |
| SPF_IP | 62.17.146.128/26 |
| SPF_IP | 64.58.161.50 |
| SPF_IP | 68.233.77.16/32 |
| SPF_IP | 96.43.144.0/20 |
Related pages
Pivot deeper into the graph from api-preview.telogis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-preview.telogis.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.