Hostname
guj.de
Last fetched
guj.de resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
guj.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.184.197.212 | 18.184.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.59.165.42 | 52.58.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with guj.de in WhisperGraph.
Subdomains
358 observed subdomains of guj.de.
Showing 25 of 358. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from guj.de in the public web crawl.
364 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for guj.de.
| Mechanism | Target |
|---|---|
| SPF_A | mout.kundenserver.de |
| SPF_A | sul.rtl.de |
| SPF_A | sulis.rtl.de |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.69.143.169 |
| SPF_IP | 149.96.13.2/32 |
| SPF_IP | 149.96.14.2/32 |
| SPF_IP | 151.106.144.150 |
| SPF_IP | 165.72.200.0/24 |
| SPF_IP | 193.7.250.235 |
| SPF_IP | 194.12.192.0/19 |
| SPF_IP | 194.232.25.221 |
| SPF_IP | 46.20.32.254 |
| SPF_IP | 80.252.110.2 |
| SPF_IP | 84.17.184.0/24 |
Related pages
Pivot deeper into the graph from guj.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "guj.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.