Hostname
5gum.de
Last fetched
5gum.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
5gum.de 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 |
|---|---|---|---|---|
| 108.156.172.115 | 108.156.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.172.35 | 108.156.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.172.47 | 108.156.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.172.95 | 108.156.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.85.100 | 3.169.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TR |
| 3.169.85.35 | 3.169.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TR |
| 3.169.85.58 | 3.169.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TR |
| 3.169.85.90 | 3.169.84.0/22 | AS16509 | AMAZON-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.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for 5gum.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mars-inc.com |
| SPF_IP | 89.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.