Hostname
123recht.de
Last fetched
123recht.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
123recht.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 |
|---|---|---|---|---|
| 18.158.55.56 | 18.160.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.192.84.101 | 18.196.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.69.158.72 | 3.80.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.70.90.18 | 3.80.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 35.156.223.31 | 35.181.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.29.246.191 | 52.46.7.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 63.182.28.215 | 63.194.139.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 63.182.4.54 | 63.194.139.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with 123recht.de in WhisperGraph.
Subdomains
14 observed subdomains of 123recht.de.
Web-graph footprint
Distinct hostnames that link to or from 123recht.de in the public web crawl.
482 sites link to this hostname.
445 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for 123recht.de.
| Mechanism | Target |
|---|---|
| SPF_A | 123recht.de |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_MX | 123recht.de |
Related pages
Pivot deeper into the graph from 123recht.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "123recht.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.