Skip to content

Hostname

deer.ee

Last fetched

deer.ee resolves to 1 IPv4 address operated by AS59692 in BZ.

Nutrition Label

WHISPER CANON · deer.eeRouting diversity1.5/10Peering density7.8/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/deer.ee

Resolution chain

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

IPPrefixASNOperatorCountry
186.2.171.32186.3.108.0/24AS59692BZ

WHOIS identity

No WHOIS records are currently associated with deer.ee in WhisperGraph.

Subdomains

1,214 observed subdomains of deer.ee.

Web-graph footprint

Distinct hostnames that link to or from deer.ee in the public web crawl.

69 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for deer.ee.

MechanismTarget
SPF_INCLUDE_spf.mail.deer.ee
SPF_REDIRECT_spf.yandex.net

Related pages

Pivot deeper into the graph from deer.ee.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "deer.ee"})-[: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.