Skip to content

Hostname

woovfactor.com

Last fetched

woovfactor.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · woovfactor.comRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/woovfactor.com

Resolution chain

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

IPPrefixASNOperatorCountry
52.19.226.12452.18.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.50.11.22952.48.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE
54.155.17.18754.155.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
54.229.64.19054.229.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.IE
54.72.192.5654.72.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
63.33.94.24663.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

Registrar
iana:468
Organization
on behalf of woovfactor.com owner
Contact emails

Subdomains

3 observed subdomains of woovfactor.com.

Threat posture

History

Related pages

Pivot deeper into the graph from woovfactor.com.

Cypher and MCP

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

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