Hostname
yourdoc.gr
Last fetched
yourdoc.gr resolves to 2 IPv4 addresses operated by AS34762 in GR.
Nutrition Label
Resolution chain
yourdoc.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 |
|---|---|---|---|---|
| 213.158.90.11 | 213.158.90.0/23 | AS34762 | — | GR |
| 37.27.140.59 | 37.27.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with yourdoc.gr in WhisperGraph.
Subdomains
7 observed subdomains of yourdoc.gr.
Web-graph footprint
Distinct hostnames that link to or from yourdoc.gr in the public web crawl.
8 sites link to this hostname.
169 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mail.yourdoc.gr
- yourdoc.gr
SPF policy
7 SPF mechanisms authorising senders for yourdoc.gr.
| Mechanism | Target |
|---|---|
| SPF_A | yourdoc.gr |
| SPF_INCLUDE | _spf.fastmail.gr |
| SPF_IP | 135.181.217.90 |
| SPF_IP | 136.243.90.167 |
| SPF_IP | 37.27.140.59 |
| SPF_IP | 37.27.64.118 |
| SPF_MX | yourdoc.gr |
Related pages
Pivot deeper into the graph from yourdoc.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yourdoc.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.