Skip to content

Hostname

alphatide.us

Last fetched

alphatide.us resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · alphatide.usRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/alphatide.us

Resolution chain

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

IPPrefixASNOperatorCountry
18.236.22.8018.236.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
34.218.146.8834.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.227.130.9444.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.232.238.2044.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.250.3.1544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.25.24.3552.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.40.162.25552.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.189.237.1954.188.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with alphatide.us in WhisperGraph.

Subdomains

1 observed subdomain of alphatide.us.

Web-graph footprint

Distinct hostnames that link to or from alphatide.us in the public web crawl.

6 sites linked to from this hostname.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for alphatide.us.

MechanismTarget
SPF_INCLUDEspf.messagingengine.com

Related pages

Pivot deeper into the graph from alphatide.us.

Cypher and MCP

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

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