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
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.165.49.105 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.165.49.182 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.165.49.59 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.165.49.82 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 99.84.169.147 | 99.84.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.169.151 | 99.84.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.169.225 | 99.84.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.169.36 | 99.84.168.0/21 | AS16509 | AMAZON-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.
| Subdomain |
|---|
| links.hello.g2.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for hello.g2.com.
| Mechanism | Target |
|---|---|
| SPF_A | hello.g2.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_IP | 156.70.62.162 |
| SPF_IP | 156.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.