Skip to content

Hostname

help.patchwork.health

Last fetched

help.patchwork.health resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.

Nutrition Label

WHISPER CANON · help.patchwork.healthRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/help.patchwork.health

Resolution chain

help.patchwork.health resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.244.333.5.244.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.244.463.5.244.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.244.623.5.244.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.244.73.5.244.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.245.43.5.245.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.245.543.5.245.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.245.623.5.245.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.246.1243.5.246.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.246.993.5.246.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
52.95.142.7252.95.142.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
52.95.143.5652.95.143.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
52.95.144.4452.95.144.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
52.95.148.17652.95.148.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
52.95.149.752.95.149.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
52.95.191.2452.95.191.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from help.patchwork.health.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "help.patchwork.health"})-[: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.