Skip to content

Hostname

mail.wefish.com.br

Last fetched

mail.wefish.com.br resolves to 1 IPv4 address operated by AS275714 in BR.

Nutrition Label

WHISPER CANON · mail.wefish.com.brRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mail.wefish.com.br

Resolution chain

mail.wefish.com.br resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
38.210.212.3638.210.212.0/23AS275714BR

WHOIS identity

No WHOIS records are currently associated with mail.wefish.com.br in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

6 SPF mechanisms authorising senders for mail.wefish.com.br.

MechanismTarget
SPF_Amail.wefish.com.br
SPF_IP177.234.159.234
SPF_IP177.234.159.235
SPF_IP192.142.231.80
SPF_IP38.210.212.36
SPF_MXmail.wefish.com.br

Related pages

Pivot deeper into the graph from mail.wefish.com.br.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mail.wefish.com.br"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.