Skip to content

Hostname

stage.gixo.com

Last fetched

stage.gixo.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
108.138.199.109108.138.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.IT
108.138.199.19108.138.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.IT
108.138.199.53108.138.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.IT
108.138.199.63108.138.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.IT
3.169.71.153.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL
3.169.71.303.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL
3.169.71.763.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL
3.169.71.923.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL

WHOIS identity

No WHOIS records are currently associated with stage.gixo.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for stage.gixo.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEservers.mcsv.net

Related pages

Pivot deeper into the graph from stage.gixo.com.

Cypher and MCP

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

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