Hostname
medicenter.gr
Last fetched
medicenter.gr resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
medicenter.gr 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 |
|---|---|---|---|---|
| 142.132.208.173 | 142.132.128.0/17 | AS24940 | — | DE |
| 213.158.90.212 | 213.158.90.0/23 | AS34762 | — | GR |
WHOIS identity
No WHOIS records are currently associated with medicenter.gr in WhisperGraph.
Subdomains
2 observed subdomains of medicenter.gr.
| Subdomain |
|---|
| mail.medicenter.gr |
| www.medicenter.gr |
Web-graph footprint
Distinct hostnames that link to or from medicenter.gr in the public web crawl.
7 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for medicenter.gr.
| Mechanism | Target |
|---|---|
| SPF_A | medicenter.gr |
| SPF_INCLUDE | _spf.cretaforce.gr |
| SPF_INCLUDE | _spf.fastmail.gr |
| SPF_MX | medicenter.gr |
Related pages
Pivot deeper into the graph from medicenter.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "medicenter.gr"})-[: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.