Hostname
batikseattle.activebuilding.com
Last fetched
batikseattle.activebuilding.com resolves to 4 IPv4 addresses operated by AS6762 in GR.
Nutrition Label
Resolution chain
batikseattle.activebuilding.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.19.122 | 2.16.19.0/24 | AS6762 | — | GR |
| 2.16.19.138 | 2.16.19.0/24 | AS6762 | — | GR |
| 23.55.244.184 | 23.55.244.0/22 | AS20940 | — | IN |
| 23.55.244.185 | 23.55.244.0/22 | AS20940 | — | IN |
WHOIS identity
No WHOIS records are currently associated with batikseattle.activebuilding.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from batikseattle.activebuilding.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from batikseattle.activebuilding.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "batikseattle.activebuilding.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.