Hostname
mx.gatefy.com
Last fetched
mx.gatefy.com resolves to 2 IPv4 addresses operated by OVH in BR.
Nutrition Label
Resolution chain
mx.gatefy.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 |
|---|---|---|---|---|
| 144.217.53.195 | 144.217.0.0/16 | AS16276 | OVH | BR |
| 144.217.53.195 | 144.217.0.0/16 | AS16276 | OVH | CA |
| 149.56.196.129 | 149.56.0.0/16 | AS16276 | OVH | BR |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for mx.gatefy.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 144.217.53.192/29 |
| SPF_IP | 149.56.196.128/29 |
| SPF_IP | 170.231.13.35 |
| SPF_IP | 177.135.69.77 |
| SPF_IP | 177.207.210.190 |
| SPF_IP | 179.178.50.56 |
| SPF_IP | 192.99.117.0/24 |
| SPF_IP | 200.195.173.40/29 |
| SPF_IP | 204.216.139.230 |
Related pages
Pivot deeper into the graph from mx.gatefy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx.gatefy.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.