Skip to content

Hostname

billing.dev.ai-payable.com

Last fetched

billing.dev.ai-payable.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · billing.dev.ai-payable.comRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/billing.dev.ai-payable.com

Resolution chain

billing.dev.ai-payable.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.159.80.36108.159.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.80.5108.159.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.80.64108.159.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
108.159.80.99108.159.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.245.218.10718.245.216.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.218.318.245.216.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.218.8118.245.216.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
18.245.218.9918.245.216.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

No WHOIS records are currently associated with billing.dev.ai-payable.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from billing.dev.ai-payable.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "billing.dev.ai-payable.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.