Hostname
webmail.ihadelhi.com
Last fetched
webmail.ihadelhi.com resolves to 2 IPv4 addresses operated by AS-HOSTINGER - Hostinger International Limited in ID.
Nutrition Label
Resolution chain
webmail.ihadelhi.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 145.223.111.34 | 145.223.108.0/22 | AS47583 | AS-HOSTINGER - Hostinger International Limited | ID |
| 68.183.88.249 | 68.183.80.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | IN |
WHOIS identity
No WHOIS records are currently associated with webmail.ihadelhi.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for webmail.ihadelhi.com.
| Mechanism | Target |
|---|---|
| SPF_A | webmail.ihadelhi.com |
| SPF_IP | 103.50.160.116 |
| SPF_MX | webmail.ihadelhi.com |
Related pages
Pivot deeper into the graph from webmail.ihadelhi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webmail.ihadelhi.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.