Hostname
aisthima.gr
Last fetched
aisthima.gr resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
aisthima.gr resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.43.160 | 104.21.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 157.90.128.246 | 157.90.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | DE |
| 172.67.181.48 | 172.67.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with aisthima.gr in WhisperGraph.
Subdomains
10 observed subdomains of aisthima.gr.
Web-graph footprint
Distinct hostnames that link to or from aisthima.gr in the public web crawl.
51 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- _dc-mx.dbd4514bc775.aisthima.gr
- aisthima.gr
SPF policy
4 SPF mechanisms authorising senders for aisthima.gr.
| Mechanism | Target |
|---|---|
| SPF_A | aisthima.gr |
| SPF_IP | 157.90.128.246 |
| SPF_IP | 84.54.49.205 |
| SPF_MX | aisthima.gr |
Related pages
Pivot deeper into the graph from aisthima.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aisthima.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.