Hostname
bsdterminal.pl
Last fetched
bsdterminal.pl resolves to 2 IPv4 addresses operated by OVH - OVH SAS in PL. WHOIS lists registrar:consulting service sp. z o.o. as the registrar.
Nutrition Label
Resolution chain
bsdterminal.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 |
|---|---|---|---|---|
| 178.32.201.117 | 178.32.0.0/15 | AS16276 | OVH - OVH SAS | PL |
| 188.165.22.237 | 188.165.0.0/16 | AS16276 | OVH - OVH SAS | FR |
WHOIS identity
- Registrar
- registrar:consulting service sp. z o.o.
- Organization
- —
- Contact emails
- —
Subdomains
14 observed subdomains of bsdterminal.pl.
Web-graph footprint
Distinct hostnames that link to or from bsdterminal.pl in the public web crawl.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for bsdterminal.pl.
| Mechanism | Target |
|---|---|
| SPF_A | bsdterminal.pl |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_IP | 157.25.154.106 |
| SPF_IP | 178.32.201.117 |
| SPF_IP | 178.32.207.198 |
| SPF_IP | 94.23.155.135 |
| SPF_MX | bsdterminal.pl |
Related pages
Pivot deeper into the graph from bsdterminal.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bsdterminal.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.