Hostname
ewat.in
Last fetched
ewat.in resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:3862 as the registrar.
Nutrition Label
Resolution chain
ewat.in 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 |
|---|---|---|---|---|
| 13.234.46.248 | 13.232.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:3862
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of ewat.in.
Web-graph footprint
Distinct hostnames that link to or from ewat.in in the public web crawl.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for ewat.in.
| Mechanism | Target |
|---|---|
| SPF_A | ewat.in |
| SPF_INCLUDE | _spf.mx.cloudflare.net |
| SPF_INCLUDE | _spf.smtp.mailtrap.live |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.sn.host4bros.xyz |
| SPF_IP | 51.83.152.69 |
| SPF_IP | 51.83.152.70 |
| SPF_IP | 51.83.152.71 |
| SPF_IP | 51.83.152.72 |
| SPF_IP | 57.128.224.170 |
| SPF_IP | 95.217.242.26 |
| SPF_IP | 95.217.31.223 |
| SPF_IP | 95.217.4.181 |
| SPF_MX | ewat.in |
Related pages
Pivot deeper into the graph from ewat.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ewat.in"})-[: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.