Hostname
ost.as
Last fetched
ost.as resolves to 2 IPv4 addresses operated by AS29695 in NO.
Nutrition Label
Resolution chain
ost.as 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 |
|---|---|---|---|---|
| 194.69.214.110 | 194.69.208.0/20 | AS29695 | — | NO |
| 217.171.192.197 | 217.171.192.0/20 | AS201577 | — | NO |
WHOIS identity
No WHOIS records are currently associated with ost.as in WhisperGraph.
Subdomains
3 observed subdomains of ost.as.
| Subdomain |
|---|
| karriere.ost.as |
| time.ost.as |
| www.ost.as |
Web-graph footprint
Distinct hostnames that link to or from ost.as in the public web crawl.
7 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ost.as.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-eu.ppe-hosted.com |
| SPF_A | mail.halden.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 176.11.203.68 |
| SPF_IP | 194.69.213.186 |
| SPF_IP | 194.69.213.60 |
| SPF_IP | 51.175.165.123 |
| SPF_IP | 85.255.41.68 |
| SPF_IP | 85.255.45.84 |
Related pages
Pivot deeper into the graph from ost.as.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ost.as"})-[: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.