Hostname
smart-plan.gr
Last fetched
smart-plan.gr resolves to 1 IPv4 address operated by AS15544 in GR.
Nutrition Label
Resolution chain
smart-plan.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 |
|---|---|---|---|---|
| 185.104.144.132 | 185.109.88.0/22 | AS15544 | — | GR |
WHOIS identity
No WHOIS records are currently associated with smart-plan.gr in WhisperGraph.
Subdomains
8 observed subdomains of smart-plan.gr.
Web-graph footprint
Distinct hostnames that link to or from smart-plan.gr in the public web crawl.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- smart-plan.gr
SPF policy
7 SPF mechanisms authorising senders for smart-plan.gr.
| Mechanism | Target |
|---|---|
| SPF_A | smart-plan.gr |
| SPF_IP | 153.92.180.16 |
| SPF_IP | 185.104.144.132 |
| SPF_IP | 46.28.204.131 |
| SPF_IP | 5.9.85.234 |
| SPF_IP | 94.130.136.81 |
| SPF_MX | smart-plan.gr |
Related pages
Pivot deeper into the graph from smart-plan.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smart-plan.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.