Skip to content

Hostname

three.app

Last fetched

three.app resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · three.appRouting diversity5.7/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/three.app

Resolution chain

three.app resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.22.46.144100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
100.23.185.24100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
34.210.135.13034.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
34.216.4.12634.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
34.218.153.2834.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
35.160.185.22735.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.83.189.14635.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.227.103.4444.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.228.212.8544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.230.62.3844.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.233.11.14744.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.240.163.12744.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
50.112.224.20050.112.192.0/18AS16509AMAZON-02 - Amazon.com, Inc.US
52.13.207.4452.12.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.34.19.15552.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.40.237.2452.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.213.114.24454.213.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
54.69.107.12454.68.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
16.145.27.23216.145.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
44.235.54.14744.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

1 observed subdomain of three.app.

Web-graph footprint

Distinct hostnames that link to or from three.app in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for three.app.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com

Related pages

Pivot deeper into the graph from three.app.

Cypher and MCP

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

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