Skip to content

Hostname

app-api6.podbbang.com

Last fetched

app-api6.podbbang.com resolves to 8 IPv4 addresses operated by KINXIDC-AS-KR KINX in KR.

Nutrition Label

WHISPER CANON · app-api6.podbbang.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/app-api6.podbbang.com

Resolution chain

app-api6.podbbang.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
14.129.200.2314.129.200.0/24AS9286KINXIDC-AS-KR KINXKR
14.129.200.2414.129.200.0/24AS9286KINXIDC-AS-KR KINXKR
14.129.200.2614.129.200.0/24AS9286KINXIDC-AS-KR KINXKR
14.129.200.2814.129.200.0/24AS9286KINXIDC-AS-KR KINXKR
14.129.200.2914.129.200.0/24AS9286KINXIDC-AS-KR KINXKR
14.129.200.3014.129.200.0/24AS9286KINXIDC-AS-KR KINXKR
14.129.200.6214.129.200.0/24AS9286KINXIDC-AS-KR KINXKR
14.129.200.6314.129.200.0/24AS9286KINXIDC-AS-KR KINXKR

WHOIS identity

No WHOIS records are currently associated with app-api6.podbbang.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from app-api6.podbbang.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "app-api6.podbbang.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.