Hostname
justaway.com
Last fetched
justaway.com resolves to 1 IPv4 address operated by AS8447 in AT. WHOIS lists iana:1408 as the registrar.
Nutrition Label
Resolution chain
justaway.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 |
|---|---|---|---|---|
| 80.120.64.164 | 80.158.32.0/20 | AS8447 | — | AT |
WHOIS identity
- Registrar
- iana:1408
- Organization
- eurotours ges.m.b.h.
- Contact emails
Subdomains
50 observed subdomains of justaway.com.
Showing 21 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from justaway.com in the public web crawl.
9 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for justaway.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | verkehrsbuero.com |
| SPF_IP | 193.201.124.77/32 |
| SPF_IP | 213.33.97.23 |
| SPF_IP | 213.61.39.167 |
| SPF_IP | 213.61.69.141 |
| SPF_IP | 80.120.64.140 |
| SPF_IP | 80.120.64.141 |
| SPF_IP | 83.135.59.167 |
| SPF_IP | 89.246.237.149 |
| SPF_MX | justaway.com |
Related pages
Pivot deeper into the graph from justaway.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "justaway.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.