Hostname
amoretti.gr
Last fetched
amoretti.gr resolves to 1 IPv4 address operated by CONTABO - Contabo GmbH in GB.
Nutrition Label
Resolution chain
amoretti.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 |
|---|---|---|---|---|
| 161.97.163.52 | 161.97.160.0/20 | AS51167 | CONTABO - Contabo GmbH | GB |
WHOIS identity
No WHOIS records are currently associated with amoretti.gr in WhisperGraph.
Subdomains
7 observed subdomains of amoretti.gr.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for amoretti.gr.
| Mechanism | Target |
|---|---|
| SPF_A | amoretti.gr |
| SPF_IP | 116.202.157.111 |
| SPF_IP | 116.202.245.186 |
| SPF_IP | 178.63.61.173 |
| SPF_IP | 185.25.23.55 |
| SPF_IP | 46.4.97.166 |
| SPF_MX | amoretti.gr |
Related pages
Pivot deeper into the graph from amoretti.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amoretti.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.