Hostname
kons.pagentus.cloud
Last fetched
kons.pagentus.cloud resolves to 8 IPv4 addresses operated by AS64073 in IN.
Nutrition Label
Resolution chain
kons.pagentus.cloud resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.2.35 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.38 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.7 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.78 | 0.0.0.0/0 | AS64073 | — | IN |
| 52.85.31.53 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.6 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.7 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.72 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with kons.pagentus.cloud in WhisperGraph.
Subdomains
1 observed subdomain of kons.pagentus.cloud.
| Subdomain |
|---|
| api.kons.pagentus.cloud |
Threat posture
History
Related pages
Pivot deeper into the graph from kons.pagentus.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kons.pagentus.cloud"})-[: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.