Hostname
truespeed.com
Last fetched
truespeed.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
truespeed.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:113
- Organization
- josef karthauser
- Contact emails
Subdomains
23 observed subdomains of truespeed.com.
Showing 21 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from truespeed.com in the public web crawl.
67 sites link to this hostname.
76 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for truespeed.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.jump.net.uk |
| SPF_INCLUDE | 2574686.spf03.hubspotemail.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | truespeed.gnatta.com |
| SPF_IP | 185.147.184.98/32 |
| SPF_IP | 195.130.217.128/25 |
| SPF_IP | 217.14.184.0/27 |
| SPF_IP | 217.14.184.130/32 |
| SPF_IP | 31.210.26.210/32 |
| SPF_IP | 31.210.26.213/32 |
| SPF_IP | 31.210.26.216/32 |
| SPF_IP | 91.220.42.128/25 |
Related pages
Pivot deeper into the graph from truespeed.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "truespeed.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.