Skip to content

Hostname

leads.githubuniverse.com

Last fetched

leads.githubuniverse.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
35.160.34.5335.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.224.230.13544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.232.27.13444.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.245.240.4544.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.254.153.12244.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
50.112.40.22450.112.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
52.36.193.21152.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.88.187.13552.88.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

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 leads.githubuniverse.com.

Cypher and MCP

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

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