Skip to content

Hostname

agenty.in

Last fetched

agenty.in resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · agenty.inRouting diversity5.2/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/agenty.in

Resolution chain

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

IPPrefixASNOperatorCountry
3.227.162.2323.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.197.161.20734.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.202.184.2534.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.226.29.17334.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.175.132.7935.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
50.16.128.3650.16.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
52.207.189.17852.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.45.107.11152.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.45.217.21352.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.7.186.11452.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.71.94.2052.70.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.145.99.23154.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with agenty.in in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from agenty.in.

Cypher and MCP

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

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