Hostname
medl.de
Last fetched
medl.de resolves to 1 IPv4 address operated by GD-EMEA-DC-SXB1 - Host Europe GmbH in FR.
Nutrition Label
Resolution chain
medl.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 46.163.79.83 | 46.163.64.0/20 | AS8972 | GD-EMEA-DC-SXB1 - Host Europe GmbH | FR |
WHOIS identity
No WHOIS records are currently associated with medl.de in WhisperGraph.
Subdomains
5 observed subdomains of medl.de.
Web-graph footprint
Distinct hostnames that link to or from medl.de in the public web crawl.
50 sites link to this hostname.
103 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for medl.de.
| Mechanism | Target |
|---|---|
| SPF_A | medl.de |
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | spf-00818001.pphosted.com |
| SPF_INCLUDE | spf.emailsys.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.212.73.50/32 |
| SPF_IP | 185.48.118.158 |
| SPF_IP | 193.158.93.136/32 |
| SPF_IP | 217.14.168.170 |
| SPF_IP | 62.153.141.242 |
| SPF_IP | 80.237.130.106 |
| SPF_IP | 81.25.202.82 |
| SPF_MX | medl.de |
Related pages
Pivot deeper into the graph from medl.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "medl.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.