Skip to content

Hostname

hosts.green

Last fetched

hosts.green resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in OM. WHOIS lists iana:1052 as the registrar.

Nutrition Label

WHISPER CANON · hosts.greenRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/hosts.green

Resolution chain

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

IPPrefixASNOperatorCountry
143.204.106.126143.204.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
143.204.106.51143.204.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
143.204.106.74143.204.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
143.204.106.85143.204.106.0/24AS16509AMAZON-02 - Amazon.com, Inc.OM
65.9.86.12865.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE
65.9.86.4765.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE
65.9.86.5165.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE
65.9.86.9865.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

Registrar
iana:1052
Organization
Contact emails

Subdomains

8 observed subdomains of hosts.green.

Web-graph footprint

Distinct hostnames that link to or from hosts.green in the public web crawl.

9 sites link to this hostname.

20 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for hosts.green.

MechanismTarget
SPF_Ahosts.green
SPF_INCLUDE_spf.google.com
SPF_MXhosts.green

Related pages

Pivot deeper into the graph from hosts.green.

Cypher and MCP

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

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