Skip to content

Hostname

grid.a1bbs.com

Last fetched

grid.a1bbs.com resolves to 2 IPv4 addresses operated by POWERVIS-AS-KR LG POWERCOMM in KR.

Nutrition Label

WHISPER CANON · grid.a1bbs.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/grid.a1bbs.com

Resolution chain

grid.a1bbs.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
125.177.183.214125.176.0.0/14AS17858POWERVIS-AS-KR LG POWERCOMMKR
182.215.33.72182.212.0.0/14AS17858POWERVIS-AS-KR LG POWERCOMMKR

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from grid.a1bbs.com in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from grid.a1bbs.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "grid.a1bbs.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.