Skip to content

Hostname

auth-dev.rev.ai

Last fetched

auth-dev.rev.ai resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · auth-dev.rev.aiRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/auth-dev.rev.ai

Resolution chain

auth-dev.rev.ai resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.23.50.202100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
16.144.194.21616.144.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.236.39.418.236.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
34.211.199.15634.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
35.161.107.4635.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
52.43.138.15852.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with auth-dev.rev.ai in WhisperGraph.

Subdomains

1 observed subdomain of auth-dev.rev.ai.

Threat posture

History

Related pages

Pivot deeper into the graph from auth-dev.rev.ai.

Cypher and MCP

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

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