Hostname
activeview.pl
Last fetched
activeview.pl resolves to 4 IPv4 addresses operated by AS9002 in LV. WHOIS lists registrar:markmonitor, inc. as the registrar.
Nutrition Label
Resolution chain
activeview.pl 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 |
|---|---|---|---|---|
| 139.45.207.32 | 139.45.192.0/19 | AS9002 | — | LV |
| 139.45.207.65 | 139.45.192.0/19 | AS9002 | — | LV |
| 2.21.239.15 | 2.21.239.0/24 | AS20940 | — | DE |
| 2.21.239.20 | 2.21.239.0/24 | AS20940 | — | DE |
WHOIS identity
- Registrar
- registrar:markmonitor, inc.
- Organization
- alarm_com
- Contact emails
- —
Subdomains
1 observed subdomain of activeview.pl.
| Subdomain |
|---|
| www.activeview.pl |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for activeview.pl.
| Mechanism | Target |
|---|---|
| SPF_IP | 85.128.190.74 |
Related pages
Pivot deeper into the graph from activeview.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "activeview.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.