Hostname
justtires.com
Last fetched
justtires.com resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in US. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
justtires.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.51.149.18 | 184.51.148.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 184.51.149.27 | 184.51.148.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 184.86.103.200 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.214 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.18.64.13 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.18.64.8 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.200.143.76 | 23.200.143.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.200.143.81 | 23.200.143.0/24 | AS20940 | AKAMAI-ASN1 | HK |
WHOIS identity
- Registrar
- iana:299
- Organization
- domain administrator
- Contact emails
Subdomains
21 observed subdomains of justtires.com.
Web-graph footprint
Distinct hostnames that link to or from justtires.com in the public web crawl.
109 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for justtires.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | goodyear.com |
Related pages
Pivot deeper into the graph from justtires.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "justtires.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.