Skip to content

Hostname

vertafore.com

Last fetched

vertafore.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · vertafore.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/vertafore.com

Resolution chain

vertafore.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:292
Organization
domain administrator
Contact emails

Subdomains

239 observed subdomains of vertafore.com.

Web-graph footprint

Distinct hostnames that link to or from vertafore.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for vertafore.com.

MechanismTarget
SPF_INCLUDEsent-via.netsuite.com
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.salesforce.com
SPF_INCLUDEspf.sircon.com
SPF_IP192.28.152.166
SPF_IP199.15.213.62/32
SPF_IP199.15.213.63/32
SPF_IP205.216.28.0/23
SPF_IP206.51.252.60
SPF_IP3.214.248.80
SPF_IP3.226.105.254
SPF_IP63.128.102.0/23
SPF_IP8.42.62.0/23

Related pages

Pivot deeper into the graph from vertafore.com.

Cypher and MCP

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

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