Skip to content

Hostname

atea.ee

Last fetched

atea.ee resolves to 1 IPv4 address operated by ASN-ATEA- in DK.

Nutrition Label

WHISPER CANON · atea.eeRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/atea.ee

Resolution chain

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

IPPrefixASNOperatorCountry
188.244.75.230188.244.64.0/20AS21060ASN-ATEA-DK

WHOIS identity

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

Subdomains

17 observed subdomains of atea.ee.

Web-graph footprint

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

47 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for atea.ee.

MechanismTarget
SPF_INCLUDE_spf1.atea.ee
SPF_IP148.105.8.0/21
SPF_IP185.250.238.195
SPF_IP198.2.128.0/18
SPF_IP205.201.128.0/20
SPF_IP213.180.4.188
SPF_IP37.98.232.99
SPF_IP54.229.87.39
SPF_IP91.195.58.128/25
SPF_IP91.195.58.250
SPF_IP91.236.44.15/32
SPF_IP92.62.128.153/32

Related pages

Pivot deeper into the graph from atea.ee.

Cypher and MCP

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

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