Hostname
bien.no
Last fetched
bien.no resolves to 1 IPv4 address operated by AS2119 in NO.
Nutrition Label
Resolution chain
bien.no 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 |
|---|---|---|---|---|
| 62.92.136.16 | 62.92.0.0/16 | AS2119 | — | NO |
WHOIS identity
- Registrar
- —
- Organization
- bien sparebank as
- Contact emails
Subdomains
4 observed subdomains of bien.no.
Web-graph footprint
Distinct hostnames that link to or from bien.no in the public web crawl.
51 sites link to this hostname.
115 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for bien.no.
| Mechanism | Target |
|---|---|
| SPF_A | bien.no |
| SPF_INCLUDE | _spf.papirfly.no |
| SPF_INCLUDE | _spf.sndr.no |
| SPF_INCLUDE | spf-00727601.pphosted.com |
| SPF_INCLUDE | spf.hatteland.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 139.111.201.0/29 |
| SPF_IP | 139.116.71.0/24 |
| SPF_IP | 139.116.71.0/25 |
| SPF_IP | 146.192.49.0/24 |
| SPF_IP | 193.162.109.0/24 |
| SPF_IP | 195.159.29.211 |
| SPF_IP | 212.18.128.0/24 |
| SPF_IP | 2a02:9c8:0:1001::/64 |
| SPF_MX | bien.no |
Related pages
Pivot deeper into the graph from bien.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bien.no"})-[: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.