Hostname
agenty.com
Last fetched
agenty.com resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
agenty.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.239.105.118 | 18.239.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.105.19 | 18.239.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.105.68 | 18.239.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.105.69 | 18.239.104.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 3.227.162.232 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.197.161.207 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 50.16.128.36 | 50.16.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.45.107.111 | 52.44.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.7.186.114 | 52.4.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.71.94.20 | 52.70.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- v and p technology pvt.
- Contact emails
Subdomains
5 observed subdomains of agenty.com.
Web-graph footprint
Distinct hostnames that link to or from agenty.com in the public web crawl.
59 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for agenty.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from agenty.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "agenty.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.