Hostname
imr.no
Last fetched
imr.no resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NO.
Nutrition Label
Resolution chain
imr.no 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 |
|---|---|---|---|---|
| 4.235.115.7 | 4.224.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NO |
| 95.142.174.78 | 95.142.160.0/20 | AS203476 | — | FR |
WHOIS identity
- Registrar
- —
- Organization
- havforskningsinstituttet
- Contact emails
Subdomains
72 observed subdomains of imr.no.
Showing 25 of 72. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from imr.no in the public web crawl.
460 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for imr.no.
| Mechanism | Target |
|---|---|
| SPF_A | imr.no |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 158.37.28.120 |
| SPF_IP | 158.37.28.5 |
| SPF_IP | 2001:67c:714:a011:0:0:0:73 |
| SPF_MX | imr.no |
Related pages
Pivot deeper into the graph from imr.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "imr.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.