Skip to content

Hostname

ssb.ee

Last fetched

ssb.ee resolves to 1 IPv4 address operated by HETZNER-AS in FI.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
65.109.64.9565.109.0.0/16AS24940HETZNER-ASFI

WHOIS identity

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

Subdomains

40 observed subdomains of ssb.ee.

Web-graph footprint

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

681 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for ssb.ee.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP135.181.171.105
SPF_IP135.181.54.207
SPF_IP135.181.54.209
SPF_IP65.108.66.216
SPF_IP95.216.68.217
SPF_IP95.216.68.220
SPF_IP95.216.69.111
SPF_IP95.216.72.87
SPF_IP95.217.200.175
SPF_IP95.217.96.231

Related pages

Pivot deeper into the graph from ssb.ee.

Cypher and MCP

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

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