Hostname
bbbedits.ge
Last fetched
bbbedits.ge resolves to 3 IPv4 addresses operated by MagticomAS - Magticom Ltd. in GE.
Nutrition Label
Resolution chain
bbbedits.ge resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.72.131.30 | 212.72.131.0/24 | AS16010 | MagticomAS - Magticom Ltd. | GE |
| 213.131.54.182 | 213.131.32.0/19 | AS35805 | SILKNET-AS - SILKNET-AS | GE |
| 92.241.66.210 | 92.241.64.0/19 | AS35805 | SILKNET-AS - SILKNET-AS | GE |
WHOIS identity
No WHOIS records are currently associated with bbbedits.ge in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from bbbedits.ge.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bbbedits.ge"})-[: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.