Skip to content

Hostname

mailing.vv.guide

Last fetched

mailing.vv.guide resolves to 1 IPv4 address operated by SENDINBLUE-ASN in FR.

Nutrition Label

WHISPER CANON · mailing.vv.guideRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mailing.vv.guide

Resolution chain

mailing.vv.guide resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
172.246.40.25172.246.0.0/18AS200484SENDINBLUE-ASNFR

WHOIS identity

No WHOIS records are currently associated with mailing.vv.guide in WhisperGraph.

Subdomains

2 observed subdomains of mailing.vv.guide.

Threat posture

History

Mail and authentication

MX records

  • mailing.vv.guide

SPF policy

2 SPF mechanisms authorising senders for mailing.vv.guide.

MechanismTarget
SPF_INCLUDEspf.brevo.com
SPF_MXmailing.vv.guide

Related pages

Pivot deeper into the graph from mailing.vv.guide.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mailing.vv.guide"})-[: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.