Skip to content

Hostname

mailtest.visionflow.com

Last fetched

mailtest.visionflow.com resolves to 1 IPv4 address operated by CONTRUST in SE.

Nutrition Label

WHISPER CANON · mailtest.visionflow.comRouting diversity1.5/10Peering density4.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/mailtest.visionflow.com

Resolution chain

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

IPPrefixASNOperatorCountry
89.46.83.24989.46.80.0/21AS42695CONTRUSTSE

WHOIS identity

No WHOIS records are currently associated with mailtest.visionflow.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

13 SPF mechanisms authorising senders for mailtest.visionflow.com.

MechanismTarget
SPF_Amailtest.visionflow.com
SPF_INCLUDEemailsrvr.com
SPF_IP176.57.89.164
SPF_IP188.95.231.248
SPF_IP213.132.96.68
SPF_IP213.132.96.72/32
SPF_IP213.132.96.73
SPF_IP213.132.96.74
SPF_IP213.132.96.77
SPF_IP89.42.141.189
SPF_IP89.46.83.249
SPF_IP91.106.199.194
SPF_MXmailtest.visionflow.com

Related pages

Pivot deeper into the graph from mailtest.visionflow.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mailtest.visionflow.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 20

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