Skip to content

Hostname

notes.path.company

Last fetched

notes.path.company resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · notes.path.companyRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/notes.path.company

Resolution chain

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

IPPrefixASNOperatorCountry
13.33.109.11613.33.109.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.109.4213.33.109.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.109.8713.33.109.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.109.9913.33.109.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.252.3613.33.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.252.4613.33.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.252.5713.33.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.252.7613.33.248.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with notes.path.company in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from notes.path.company.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "notes.path.company"})-[: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.