Skip to content

Hostname

developer.oslo.kommune.no

Last fetched

developer.oslo.kommune.no resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

WHISPER CANON · developer.oslo.kommune.noRouting diversity3.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/developer.oslo.kommune.no

Resolution chain

developer.oslo.kommune.no resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.251.104.16034.248.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.16.29.5452.16.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.17.171.11752.16.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.212.211.14852.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.50.185.11652.48.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE
52.51.243.5552.48.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with developer.oslo.kommune.no in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from developer.oslo.kommune.no in the public web crawl.

6 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from developer.oslo.kommune.no.

Cypher and MCP

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

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

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