Skip to content

Hostname

www.note.ventures

Last fetched

www.note.ventures resolves to 1 IPv4 address operated by FIBERSTATE - FiberState, LLC in US.

Nutrition Label

WHISPER CANON · www.note.venturesRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/www.note.ventures

Resolution chain

www.note.ventures resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
38.46.220.11738.46.220.0/24AS26042FIBERSTATE - FiberState, LLCUS

WHOIS identity

No WHOIS records are currently associated with www.note.ventures in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

7 SPF mechanisms authorising senders for www.note.ventures.

MechanismTarget
SPF_INCLUDE_spf.freshsales.io
SPF_INCLUDEmailbaby.net
SPF_INCLUDErelay.mailbaby.net
SPF_INCLUDEspf-c.mailbaby.net
SPF_IP173.231.214.97
SPF_IP209.59.176.48
SPF_IP38.46.220.117

Related pages

Pivot deeper into the graph from www.note.ventures.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "www.note.ventures"})-[: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.