Hostname
bravida.dk
Last fetched
bravida.dk resolves to 1 IPv4 address operated by DOMENESHOP Oslo, Norway in NO.
Nutrition Label
Resolution chain
bravida.dk 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 |
|---|---|---|---|---|
| 194.63.248.52 | 194.63.248.0/24 | AS12996 | DOMENESHOP Oslo, Norway | NO |
WHOIS identity
- Registrar
- —
- Organization
- bravida danmark a/s
- Contact emails
Subdomains
3 observed subdomains of bravida.dk.
Web-graph footprint
Distinct hostnames that link to or from bravida.dk in the public web crawl.
170 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for bravida.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.telecomputing.se |
| SPF_IP | 148.122.49.201/32 |
| SPF_IP | 148.122.49.203/32 |
| SPF_IP | 84.17.195.11/32 |
| SPF_IP | 84.17.195.116/32 |
| SPF_IP | 84.17.195.12/32 |
| SPF_IP | 84.17.195.13/32 |
| SPF_IP | 84.17.195.14/32 |
| SPF_IP | 84.17.195.5/32 |
| SPF_IP | 84.17.210.89/32 |
| SPF_IP | 84.17.210.90/32 |
| SPF_IP | 84.17.210.91/32 |
| SPF_IP | 84.17.210.92/32 |
| SPF_IP | 84.17.219.43/32 |
| SPF_IP | 84.17.219.44/32 |
| SPF_IP | 84.17.219.45/32 |
Related pages
Pivot deeper into the graph from bravida.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bravida.dk"})-[: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.