Hostname
piato.com.gr
Last fetched
piato.com.gr resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE.
Nutrition Label
Resolution chain
piato.com.gr 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 |
|---|---|---|---|---|
| 167.71.61.90 | 167.71.48.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | DE |
WHOIS identity
No WHOIS records are currently associated with piato.com.gr in WhisperGraph.
Subdomains
1 observed subdomain of piato.com.gr.
| Subdomain |
|---|
| www.piato.com.gr |
Web-graph footprint
Distinct hostnames that link to or from piato.com.gr in the public web crawl.
5 sites link to this hostname.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for piato.com.gr.
| Mechanism | Target |
|---|---|
| SPF_A | piato.com.gr |
| SPF_INCLUDE | _spf.fastmail.gr |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | mxlogin.com |
| SPF_IP | 213.158.90.33 |
| SPF_IP | 2a01:4f8:173:11c3:0:0:0:2 |
| SPF_IP | 66.220.144.128/25 |
| SPF_IP | 66.220.155.0/24 |
| SPF_IP | 66.220.157.0/25 |
| SPF_IP | 69.171.232.0/24 |
| SPF_IP | 69.171.244.0/23 |
| SPF_IP | 69.63.178.128/25 |
| SPF_IP | 69.63.181.0/24 |
| SPF_IP | 69.63.184.0/25 |
| SPF_MX | piato.com.gr |
Related pages
Pivot deeper into the graph from piato.com.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "piato.com.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.