Hostname
exercars.com
Last fetched
exercars.com resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
exercars.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 |
|---|---|---|---|---|
| 188.245.172.11 | 188.245.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
9 observed subdomains of exercars.com.
Web-graph footprint
Distinct hostnames that link to or from exercars.com in the public web crawl.
24 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for exercars.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 136.244.85.138 |
| SPF_IP | 138.201.153.144 |
| SPF_IP | 159.100.10.48/29 |
| SPF_IP | 188.245.172.11 |
| SPF_IP | 209.85.167.74 |
| SPF_IP | 212.224.102.240/28 |
| SPF_IP | 212.224.114.184/29 |
| SPF_IP | 212.224.121.157 |
| SPF_IP | 213.239.228.233 |
| SPF_IP | 213.239.228.235 |
| SPF_IP | 213.239.228.236 |
| SPF_IP | 213.239.249.30 |
| SPF_IP | 79.133.62.136/29 |
| SPF_IP | 79.133.62.140 |
| SPF_IP | 84.200.21.26 |
| SPF_IP | 85.10.223.144/28 |
| SPF_IP | 94.130.196.0/29 |
| SPF_IP | 94.130.253.136/29 |
| SPF_IP | 94.130.253.144/29 |
| SPF_IP | 94.130.253.80 |
| SPF_IP | 94.130.253.82 |
| SPF_IP | 95.217.107.245 |
Related pages
Pivot deeper into the graph from exercars.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "exercars.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.