Hostname
mail.aaryaengineeringpune.com
Last fetched
mail.aaryaengineeringpune.com resolves to 1 IPv4 address operated by CAPL-AS-AP - Contabo Asia Private Limited in IN.
Nutrition Label
Resolution chain
mail.aaryaengineeringpune.com 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 |
|---|---|---|---|---|
| 62.72.42.233 | 62.72.42.0/24 | AS141995 | CAPL-AS-AP - Contabo Asia Private Limited | IN |
WHOIS identity
No WHOIS records are currently associated with mail.aaryaengineeringpune.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for mail.aaryaengineeringpune.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.aaryaengineeringpune.com |
| SPF_IP | 103.146.177.180 |
| SPF_IP | 107.190.142.218 |
| SPF_IP | 162.214.153.37 |
| SPF_IP | 167.114.172.148 |
| SPF_IP | 185.136.159.59 |
| SPF_IP | 209.205.214.98 |
| SPF_IP | 62.72.42.233 |
| SPF_IP | 67.227.155.126 |
| SPF_IP | 67.227.155.213 |
| SPF_IP | 69.16.244.79 |
| SPF_IP | 69.64.78.9 |
| SPF_MX | mail.aaryaengineeringpune.com |
Related pages
Pivot deeper into the graph from mail.aaryaengineeringpune.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.aaryaengineeringpune.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.