Skip to content

Hostname

hello.g2.com

Last fetched

hello.g2.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in VN.

Nutrition Label

WHISPER CANON · hello.g2.comRouting diversity2.4/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/hello.g2.com

Resolution chain

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

IPPrefixASNOperatorCountry
3.165.49.1053.165.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.165.49.1823.165.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.165.49.593.165.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.165.49.823.165.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
99.84.169.14799.84.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.169.15199.84.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.169.22599.84.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.169.3699.84.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with hello.g2.com in WhisperGraph.

Subdomains

1 observed subdomain of hello.g2.com.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for hello.g2.com.

MechanismTarget
SPF_Ahello.g2.com
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com
SPF_IP156.70.62.162
SPF_IP156.70.62.163

Related pages

Pivot deeper into the graph from hello.g2.com.

Cypher and MCP

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

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