Hostname
heim.kommune.no
Last fetched
heim.kommune.no resolves to 1 IPv4 address operated by SITEVISION-ASN - SiteVision AB in SE.
Nutrition Label
Resolution chain
heim.kommune.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.84.52.162 | 185.84.52.0/23 | AS41174 | SITEVISION-ASN - SiteVision AB | SE |
WHOIS identity
No WHOIS records are currently associated with heim.kommune.no in WhisperGraph.
Subdomains
3 observed subdomains of heim.kommune.no.
Web-graph footprint
Distinct hostnames that link to or from heim.kommune.no in the public web crawl.
52 sites link to this hostname.
165 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for heim.kommune.no.
| Mechanism | Target |
|---|---|
| SPF_A | mail1.axiell-uk.net |
| SPF_INCLUDE | _se_net.axiell.com |
| SPF_INCLUDE | _spf.easycruit.com |
| SPF_INCLUDE | _spf.sndr.no |
| SPF_INCLUDE | msg-out._spf.onevoice.no |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 46.227.198.226 |
Related pages
Pivot deeper into the graph from heim.kommune.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "heim.kommune.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.