Skip to content

Hostname

alb.dev.redfrog.info

Last fetched

alb.dev.redfrog.info resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · alb.dev.redfrog.infoRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/alb.dev.redfrog.info

Resolution chain

alb.dev.redfrog.info resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.158.191.12918.156.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
18.194.73.6518.194.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
3.123.59.2123.120.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
3.127.124.1123.124.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
52.29.8.21652.29.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.DE
63.181.154.7163.180.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with alb.dev.redfrog.info in WhisperGraph.

Subdomains

6 observed subdomains of alb.dev.redfrog.info.

Threat posture

History

Related pages

Pivot deeper into the graph from alb.dev.redfrog.info.

Cypher and MCP

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

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