Hostname
openwebrx.de
Last fetched
openwebrx.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
openwebrx.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 |
|---|---|---|---|---|
| 13.32.121.100 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.121.113 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.121.21 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.121.72 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.161.180.118 | 18.161.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.161.180.12 | 18.161.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.161.180.70 | 18.161.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.161.180.82 | 18.161.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
WHOIS identity
No WHOIS records are currently associated with openwebrx.de in WhisperGraph.
Subdomains
3 observed subdomains of openwebrx.de.
Web-graph footprint
Distinct hostnames that link to or from openwebrx.de in the public web crawl.
383 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- alt1.aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
- alt4.aspmx.l.google.com
- aspmx.l.google.com
- aspmx.l.google.com
- trfr7pozintb4febpv6avjcmthwnw3xdzeu7iw5u7xw2rjt5mwda.mx-verification.google.com
- trfr7pozintb4febpv6avjcmthwnw3xdzeu7iw5u7xw2rjt5mwda.mx-verification.google.com
SPF policy
1 SPF mechanism authorising senders for openwebrx.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from openwebrx.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "openwebrx.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.