Hostname
mail.aarontech.in
Last fetched
mail.aarontech.in resolves to 1 IPv4 address operated by VELIANET-AS - velia.net Internetdienste GmbH in FR.
Nutrition Label
Resolution chain
mail.aarontech.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 |
|---|---|---|---|---|
| 92.204.40.196 | 92.204.40.0/24 | AS29066 | VELIANET-AS - velia.net Internetdienste GmbH | FR |
WHOIS identity
No WHOIS records are currently associated with mail.aarontech.in in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for mail.aarontech.in.
| Mechanism | Target |
|---|---|
| SPF_A | mail.aarontech.in |
| SPF_IP | 136.243.152.9 |
| SPF_IP | 138.128.180.106 |
| SPF_IP | 5.77.63.52 |
| SPF_IP | 92.204.40.196 |
| SPF_IP | 98.142.101.138 |
| SPF_MX | mail.aarontech.in |
Related pages
Pivot deeper into the graph from mail.aarontech.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.aarontech.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.