Hostname
net-easy.com
Last fetched
net-easy.com resolves to 3 IPv4 addresses operated by AS61969 in DE. WHOIS lists iana:3749 as the registrar.
Nutrition Label
Resolution chain
net-easy.com 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 |
|---|---|---|---|---|
| 185.53.178.99 | 185.54.91.0/24 | AS61969 | — | DE |
| 44.208.83.180 | 45.2.212.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.84.240.235 | 54.112.0.0/19 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:3749
- Organization
- 2-14-3 kinugaoka
- Contact emails
Subdomains
3 observed subdomains of net-easy.com.
Web-graph footprint
Distinct hostnames that link to or from net-easy.com in the public web crawl.
25 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for net-easy.com.
| Mechanism | Target |
|---|---|
| SPF_IP | fd1b:212c:a5f9::/48 |
| SPF_IP | fdcf:abda:4154::/48 |
Related pages
Pivot deeper into the graph from net-easy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "net-easy.com"})-[: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.