Skip to content

Hostname

docs-staging.lecturo.no

Last fetched

docs-staging.lecturo.no resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · docs-staging.lecturo.noRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/docs-staging.lecturo.no

Resolution chain

docs-staging.lecturo.no resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.32.241.10113.33.13.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.10813.33.13.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.2613.33.13.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.5713.33.13.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.1718.160.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.3818.160.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.4818.160.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.46.9418.160.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with docs-staging.lecturo.no in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from docs-staging.lecturo.no.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "docs-staging.lecturo.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.