Skip to content

Hostname

test.sggee.org

Last fetched

test.sggee.org resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · test.sggee.orgRouting diversity4.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/test.sggee.org

Resolution chain

test.sggee.org resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.22.167.132100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
100.22.177.183100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
35.165.249.2535.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.85.239.11235.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.235.140.19744.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.246.52.7144.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.40.121.18952.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.214.203.11054.214.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
54.214.33.18254.214.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with test.sggee.org in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for test.sggee.org.

MechanismTarget
SPF_Aus-west-2.amazonses.com
SPF_INCLUDEaspmx.googlemail.com
SPF_MXsggee.org
SPF_MXtest.sggee.org
SPF_MXwww.sggee.org

Related pages

Pivot deeper into the graph from test.sggee.org.

Cypher and MCP

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

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