Skip to content

Hostname

dotorigin.com

Last fetched

dotorigin.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE. WHOIS lists iana:113 as the registrar.

Nutrition Label

WHISPER CANON · dotorigin.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/dotorigin.com

Resolution chain

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

IPPrefixASNOperatorCountry
3.164.230.103.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.230.1203.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.230.693.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
3.164.230.843.164.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.SE
99.84.160.11699.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.1499.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.2399.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.5099.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:113
Organization
dan isaaman
Contact emails

Subdomains

8 observed subdomains of dotorigin.com.

Web-graph footprint

Distinct hostnames that link to or from dotorigin.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for dotorigin.com.

MechanismTarget
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.messagelabs.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from dotorigin.com.

Cypher and MCP

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

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

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