Skip to content

Hostname

genubi.dev

Last fetched

genubi.dev resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · genubi.devRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/genubi.dev

Resolution chain

genubi.dev resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.155.107.3518.155.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.107.4718.155.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.107.8918.155.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.155.107.9318.155.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
3.164.28.1003.164.28.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
3.164.28.403.164.28.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
3.164.28.653.164.28.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
3.164.28.783.164.28.0/23AS16509AMAZON-02 - Amazon.com, Inc.BR
99.84.234.10399.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.1599.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.4899.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.7999.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
Contact emails

Subdomains

2 observed subdomains of genubi.dev.

Threat posture

History

Related pages

Pivot deeper into the graph from genubi.dev.

Cypher and MCP

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

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