Hostname
infinitymail.in
Last fetched
infinitymail.in resolves to 4 IPv4 addresses operated by AS132335 in IN.
Nutrition Label
Resolution chain
infinitymail.in resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.180.163.43 | 103.180.163.0/24 | AS132335 | — | IN |
| 103.180.163.44 | 103.180.163.0/24 | AS132335 | — | IN |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
| 43.230.201.76 | 43.230.201.0/24 | AS132335 | — | IN |
WHOIS identity
No WHOIS records are currently associated with infinitymail.in in WhisperGraph.
Subdomains
2 observed subdomains of infinitymail.in.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for infinitymail.in.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.180.163.43 |
| SPF_IP | 103.180.163.44 |
| SPF_IP | 43.230.201.76 |
| SPF_MX | infinitymail.in |
Related pages
Pivot deeper into the graph from infinitymail.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "infinitymail.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.