Hostname
studsvik.com
Last fetched
studsvik.com resolves to 1 IPv4 address operated by AS50304 in NO. WHOIS lists iana:73 as the registrar.
Nutrition Label
Resolution chain
studsvik.com 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 |
|---|---|---|---|---|
| 185.91.67.251 | 185.91.64.0/22 | AS50304 | — | NO |
WHOIS identity
- Registrar
- iana:73
- Organization
- niclas ottenklev
- Contact emails
Subdomains
11 observed subdomains of studsvik.com.
Web-graph footprint
Distinct hostnames that link to or from studsvik.com in the public web crawl.
139 sites link to this hostname.
32 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for studsvik.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.studsvikscandpower.com |
| SPF_A | relay.episerverhotell.net |
| SPF_INCLUDE | 46577930.spf07.hubspotemail.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.154.228.59 |
| SPF_IP | 52.16.190.81/32 |
| SPF_IP | 52.17.45.98/32 |
| SPF_IP | 52.30.130.201/32 |
| SPF_IP | 54.229.2.165/32 |
| SPF_IP | 84.46.103.112/28 |
Related pages
Pivot deeper into the graph from studsvik.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "studsvik.com"})-[: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.