Hostname
krn-api-a.qa.bpsgameserver.com
Last fetched
krn-api-a.qa.bpsgameserver.com resolves to 12 IPv4 addresses operated by DCPL-IN DEV COLLECTION PRIVATE LIMITED in US.
Nutrition Label
Resolution chain
krn-api-a.qa.bpsgameserver.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.224.214.47 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | US |
| 13.224.214.67 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | US |
| 13.224.214.71 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | US |
| 13.224.214.95 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | US |
| 143.204.106.108 | 143.204.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | OM |
| 143.204.106.125 | 143.204.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | OM |
| 143.204.106.26 | 143.204.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | OM |
| 143.204.106.81 | 143.204.106.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | OM |
| 3.174.180.123 | 3.174.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.174.180.55 | 3.174.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.174.180.74 | 3.174.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.174.180.95 | 3.174.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with krn-api-a.qa.bpsgameserver.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from krn-api-a.qa.bpsgameserver.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "krn-api-a.qa.bpsgameserver.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.