Skip to content

Hostname

east.no

Last fetched

east.no resolves to 1 IPv4 address operated by AS49788 in NO.

Nutrition Label

WHISPER CANON · east.noRouting diversity1.5/10Peering density5.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/east.no

Resolution chain

east.no resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.114.57.23185.114.56.0/22AS49788NO

WHOIS identity

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

Subdomains

59 observed subdomains of east.no.

Web-graph footprint

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

20 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

15 SPF mechanisms authorising senders for east.no.

MechanismTarget
SPF_Amail.isp.as2116.net
SPF_IP195.159.144.141/32
SPF_IP195.204.187.10
SPF_IP195.204.187.12
SPF_IP195.204.187.14
SPF_IP195.204.187.15
SPF_IP195.204.187.16
SPF_IP195.204.187.21
SPF_IP195.204.187.23
SPF_IP195.204.187.30
SPF_IP195.204.187.4
SPF_IP195.204.187.5
SPF_IP195.204.187.6
SPF_IP77.106.185.210
SPF_MXeast.no

Related pages

Pivot deeper into the graph from east.no.

Cypher and MCP

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

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