Skip to content

Hostname

sidney.ai

Last fetched

sidney.ai resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · sidney.aiRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/sidney.ai

Resolution chain

sidney.ai resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.132.34.1863.132.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.141.75.2293.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.146.116.1033.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.149.155.1893.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with sidney.ai in WhisperGraph.

Subdomains

1 observed subdomain of sidney.ai.

Subdomain
www.sidney.ai

Web-graph footprint

Distinct hostnames that link to or from sidney.ai in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

1 SPF mechanism authorising senders for sidney.ai.

MechanismTarget
SPF_INCLUDE_spf.firebasemail.com

Related pages

Pivot deeper into the graph from sidney.ai.

Cypher and MCP

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

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