Hostname
easy.at
Last fetched
easy.at resolves to 1 IPv4 address operated by AS47692 in AT.
Nutrition Label
Resolution chain
easy.at 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 |
|---|---|---|---|---|
| 77.244.243.2 | 77.244.243.0/24 | AS47692 | — | AT |
WHOIS identity
No WHOIS records are currently associated with easy.at in WhisperGraph.
Subdomains
1 observed subdomain of easy.at.
| Subdomain |
|---|
| www.easy.at |
Web-graph footprint
Distinct hostnames that link to or from easy.at in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for easy.at.
| Mechanism | Target |
|---|---|
| SPF_IP | 146.255.61.0/24 |
| SPF_IP | 212.123.34.97/32 |
| SPF_IP | 212.232.25.160/29 |
| SPF_IP | 212.232.28.120/29 |
| SPF_IP | 217.76.102.130/32 |
| SPF_IP | 2a02:1b8:3a59::/48 |
| SPF_IP | 2a02:1b8:ea59::/48 |
| SPF_IP | 77.244.240.0/20 |
| SPF_IP | 83.64.192.0/24 |
Related pages
Pivot deeper into the graph from easy.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "easy.at"})-[: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.