Hostname
transmail.net
Last fetched
transmail.net has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
transmail.net has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:292
- Organization
- zoho corporation pvt.
- Contact emails
Subdomains
149 observed subdomains of transmail.net.
Showing 25 of 149. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for transmail.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 117.20.43.11/32 |
| SPF_IP | 135.84.80.0/24 |
| SPF_IP | 135.84.82.0/24 |
| SPF_IP | 136.143.184.0/24 |
| SPF_IP | 136.143.188.0/24 |
| SPF_IP | 165.173.180.250/31 |
| SPF_IP | 165.173.181.250/31 |
| SPF_IP | 165.173.182.250/31 |
| SPF_IP | 165.173.183.250/31 |
| SPF_IP | 199.67.64.0/24 |
Related pages
Pivot deeper into the graph from transmail.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "transmail.net"})-[: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.