Hostname
mail.equro.com
Last fetched
mail.equro.com resolves to 1 IPv4 address operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
mail.equro.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 |
|---|---|---|---|---|
| 104.21.62.207 | 104.21.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with mail.equro.com in WhisperGraph.
Subdomains
1 observed subdomain of mail.equro.com.
| Subdomain |
|---|
| tracking.mail.equro.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mail.equro.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | email-messaging.com |
| SPF_INCLUDE | eu.transmail.net |
| SPF_INCLUDE | one.zoho.eu |
| SPF_INCLUDE | spf.mail.ssc.no |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.21.62.207 |
| SPF_IP | 136.143.169.17 |
| SPF_IP | 136.143.169.90 |
| SPF_IP | 18.198.163.56 |
| SPF_IP | 202.22.175.231 |
Related pages
Pivot deeper into the graph from mail.equro.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.equro.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.