Skip to content

Hostname

5gum.de

Last fetched

5gum.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · 5gum.deRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/5gum.de

Resolution chain

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

IPPrefixASNOperatorCountry
108.156.172.115108.156.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.172.35108.156.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.172.47108.156.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.172.95108.156.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.85.1003.169.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.TR
3.169.85.353.169.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.TR
3.169.85.583.169.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.TR
3.169.85.903.169.84.0/22AS16509AMAZON-02 - Amazon.com, Inc.TR

WHOIS identity

No WHOIS records are currently associated with 5gum.de in WhisperGraph.

Subdomains

7 observed subdomains of 5gum.de.

Web-graph footprint

Distinct hostnames that link to or from 5gum.de in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for 5gum.de.

MechanismTarget
SPF_INCLUDEspf.mars-inc.com
SPF_IP89.238.69.29/32

Related pages

Pivot deeper into the graph from 5gum.de.

Cypher and MCP

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

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