Hostname
bosta.ps
Last fetched
bosta.ps resolves to 1 IPv4 address operated by COGENT-174 - Cogent Communications, LLC in US. WHOIS lists registrar:start technology as the registrar.
Nutrition Label
Resolution chain
bosta.ps resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 208.67.20.45 | 208.67.16.0/21 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
WHOIS identity
- Registrar
- registrar:start technology
- Organization
- start technology
- Contact emails
Subdomains
2 observed subdomains of bosta.ps.
| Subdomain |
|---|
| e.bosta.ps |
| mail.bosta.ps |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for bosta.ps.
| Mechanism | Target |
|---|---|
| SPF_A | bosta.ps |
| SPF_IP | 208.67.21.40 |
| SPF_IP | 208.67.21.41 |
| SPF_MX | bosta.ps |
Related pages
Pivot deeper into the graph from bosta.ps.
- IP · 208.67.20.45
- ASN · AS174COGENT-174 - Cogent Communications, LLC
- Registrar · registrar:start technology
- Country · US
- Email · info@start.ps
- TLD · .ps
- Browse hostnames · bo…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bosta.ps"})-[: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.