Hostname
scandiroom.no
Last fetched
scandiroom.no resolves to 1 IPv4 address operated by AS48854 in DK.
Nutrition Label
Resolution chain
scandiroom.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 |
|---|---|---|---|---|
| 185.221.38.107 | 185.221.36.0/22 | AS48854 | — | DK |
WHOIS identity
No WHOIS records are currently associated with scandiroom.no in WhisperGraph.
Subdomains
1 observed subdomain of scandiroom.no.
| Subdomain |
|---|
| www.scandiroom.no |
Web-graph footprint
Distinct hostnames that link to or from scandiroom.no 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
6 SPF mechanisms authorising senders for scandiroom.no.
| Mechanism | Target |
|---|---|
| SPF_A | scandiroom.no |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail30.mydevil.net |
| SPF_INCLUDE | send.heyloyalty.com |
| SPF_INCLUDE | spf.shopfactory.io |
| SPF_MX | scandiroom.no |
Related pages
Pivot deeper into the graph from scandiroom.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scandiroom.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.