Hostname
endurasport.com
Last fetched
endurasport.com resolves to 1 IPv4 address operated by AS197651 in GB. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
endurasport.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 |
|---|---|---|---|---|
| 185.217.104.134 | 185.217.104.0/24 | AS197651 | — | GB |
WHOIS identity
- Registrar
- iana:69
- Organization
- endura
- Contact emails
Subdomains
38 observed subdomains of endurasport.com.
Showing 20 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from endurasport.com in the public web crawl.
530 sites link to this hostname.
99 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for endurasport.com.
| Mechanism | Target |
|---|---|
| SPF_A | mailrelay.kallidus-suite.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf-00355101.pphosted.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 157.133.239.81 |
| SPF_IP | 203.174.183.62 |
| SPF_IP | 203.198.195.98 |
| SPF_IP | 210.8.173.145 |
| SPF_IP | 80.193.230.80/28 |
| SPF_IP | 81.128.205.210/29 |
| SPF_IP | 81.144.224.96/27 |
| SPF_IP | 86.188.163.160/27 |
| SPF_IP | 94.236.98.107 |
Related pages
Pivot deeper into the graph from endurasport.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "endurasport.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.