Skip to content

Hostname

rightwaylogistics.ca

Last fetched

rightwaylogistics.ca resolves to 3 IPv4 addresses operated by AS47583 in US.

Nutrition Label

WHISPER CANON · rightwaylogistics.caRouting diversity3.0/10Peering density6.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/rightwaylogistics.ca

Resolution chain

rightwaylogistics.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
148.135.128.57148.135.128.0/21AS47583US
34.72.228.3834.72.224.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
77.37.76.877.37.76.0/24AS47583US

WHOIS identity

No WHOIS records are currently associated with rightwaylogistics.ca in WhisperGraph.

Subdomains

1 observed subdomain of rightwaylogistics.ca.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for rightwaylogistics.ca.

MechanismTarget
SPF_INCLUDE_spf.mail.hostinger.com

Related pages

Pivot deeper into the graph from rightwaylogistics.ca.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "rightwaylogistics.ca"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.