Skip to content

Hostname

ourhelm.co

Last fetched

ourhelm.co resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.

Nutrition Label

WHISPER CANON · ourhelm.coRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/ourhelm.co

Resolution chain

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

IPPrefixASNOperatorCountry
3.5.244.513.5.244.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.245.153.5.245.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.245.273.5.245.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.245.83.5.245.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
3.5.246.1243.5.246.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
52.95.142.8852.95.142.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
52.95.148.13152.95.148.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB
52.95.149.1952.95.149.0/24AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

No WHOIS records are currently associated with ourhelm.co in WhisperGraph.

Subdomains

1 observed subdomain of ourhelm.co.

Threat posture

History

Related pages

Pivot deeper into the graph from ourhelm.co.

Cypher and MCP

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

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