Hostname
clients.speedotrade.com
Last fetched
clients.speedotrade.com resolves to 1 IPv4 address operated by SHARKTECH - Sharktech in NL.
Nutrition Label
Resolution chain
clients.speedotrade.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 |
|---|---|---|---|---|
| 45.58.143.33 | 45.58.143.0/24 | AS46844 | SHARKTECH - Sharktech | NL |
WHOIS identity
No WHOIS records are currently associated with clients.speedotrade.com in WhisperGraph.
Subdomains
1 observed subdomain of clients.speedotrade.com.
| Subdomain |
|---|
| www.clients.speedotrade.com |
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for clients.speedotrade.com.
| Mechanism | Target |
|---|---|
| SPF_A | clients.speedotrade.com |
| SPF_INCLUDE | mx.imsolutionz.com |
| SPF_IP | 174.142.249.36 |
| SPF_IP | 174.142.249.39 |
| SPF_IP | 184.107.42.203/26 |
| SPF_IP | 198.57.207.248 |
| SPF_IP | 67.205.99.4 |
| SPF_IP | 67.205.99.5 |
| SPF_IP | 72.55.168.231 |
| SPF_MX | clients.speedotrade.com |
Related pages
Pivot deeper into the graph from clients.speedotrade.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "clients.speedotrade.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.