Hostname
aastra.pl
Last fetched
aastra.pl resolves to 2 IPv4 addresses operated by BACOM - Bell Canada in CA. WHOIS lists registrar:markmonitor, inc. as the registrar.
Nutrition Label
Resolution chain
aastra.pl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 206.47.197.8 | 206.47.0.0/16 | AS577 | BACOM - Bell Canada | CA |
| 212.243.189.217 | 212.243.0.0/16 | AS3303 | — | CH |
WHOIS identity
- Registrar
- registrar:markmonitor, inc.
- Organization
- domain administrator
- Contact emails
- —
Subdomains
1 observed subdomain of aastra.pl.
| Subdomain |
|---|
| www.aastra.pl |
Threat posture
History
Related pages
Pivot deeper into the graph from aastra.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aastra.pl"})-[: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.