Skip to content

Hostname

onescript.ca

Last fetched

onescript.ca resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

WHISPER CANON · onescript.caRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/onescript.ca

Resolution chain

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

IPPrefixASNOperatorCountry
18.65.244.10918.65.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.65.244.2518.65.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.65.244.5218.65.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
18.65.244.818.65.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
3.173.254.133.173.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.254.283.173.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.254.673.173.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.254.943.173.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

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

Subdomains

4 observed subdomains of onescript.ca.

Threat posture

History

Mail and authentication

MX records

SPF policy

1 SPF mechanism authorising senders for onescript.ca.

MechanismTarget
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from onescript.ca.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "onescript.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.