Skip to content

Hostname

visor.com

Last fetched

visor.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.

Nutrition Label

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

Resolution chain

visor.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.165.83.11518.165.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.83.3118.165.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.83.8418.165.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.83.9318.165.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
99.86.229.490.0.0.0/0AS64073US
99.86.229.640.0.0.0/0AS64073US
99.86.229.660.0.0.0/0AS64073US
99.86.229.840.0.0.0/0AS64073US

WHOIS identity

Registrar
iana:468
Organization
******** ******** (see notes section below on how to view unmasked data)
Contact emails

Subdomains

5 observed subdomains of visor.com.

Web-graph footprint

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

100 sites link to this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from visor.com.

Cypher and MCP

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

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