Skip to content

Hostname

hi.no

Last fetched

hi.no resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NO.

Nutrition Label

WHISPER CANON · hi.noRouting diversity2.4/10Peering density7.8/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/hi.no

Resolution chain

hi.no resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
4.235.115.74.224.0.0/12AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationNO
95.142.174.7895.142.160.0/20AS203476FR

WHOIS identity

No WHOIS records are currently associated with hi.no in WhisperGraph.

Subdomains

44 observed subdomains of hi.no.

Web-graph footprint

Distinct hostnames that link to or from hi.no in the public web crawl.

832 sites link to this hostname.

765 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for hi.no.

MechanismTarget
SPF_INCLUDE_spf.nanolearning.com
SPF_INCLUDEspf.flowmailer.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP158.37.28.120
SPF_IP2001:67c:714:a011:0:0:0:73
SPF_IP2603:10a6:102:2bb:0:0:0:8
SPF_MXhi.no

Related pages

Pivot deeper into the graph from hi.no.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "hi.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.