Hostname
onlinedoctor.de
Last fetched
onlinedoctor.de resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
onlinedoctor.de resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.32.104.113 | 13.32.104.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.104.14 | 13.32.104.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.104.79 | 13.32.104.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.104.90 | 13.32.104.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.8.18 | 18.64.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.64.8.40 | 18.64.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.64.8.73 | 18.64.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.64.8.81 | 18.64.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.171.214.22 | 3.171.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.171.214.72 | 3.171.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.171.214.9 | 3.171.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.171.214.96 | 3.171.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with onlinedoctor.de in WhisperGraph.
Subdomains
7 observed subdomains of onlinedoctor.de.
Web-graph footprint
Distinct hostnames that link to or from onlinedoctor.de in the public web crawl.
465 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for onlinedoctor.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eu.sparkpostmail.com |
| SPF_INCLUDE | eu.zcsend.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | one.zoho.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp.net |
Related pages
Pivot deeper into the graph from onlinedoctor.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "onlinedoctor.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.