Hostname
certex.ee
Last fetched
certex.ee resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
certex.ee resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 137.116.193.142 | 137.116.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
No WHOIS records are currently associated with certex.ee in WhisperGraph.
Subdomains
4 observed subdomains of certex.ee.
Web-graph footprint
Distinct hostnames that link to or from certex.ee in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for certex.ee.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 25380039.spf06.hubspotemail.net |
| SPF_INCLUDE | spf.divante.pl |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.29.113.144 |
| SPF_IP | 185.53.164.185 |
| SPF_IP | 193.108.2.20 |
| SPF_IP | 193.108.6.116 |
| SPF_IP | 5.135.219.252 |
| SPF_IP | 5.39.57.75 |
| SPF_IP | 62.20.6.128 |
| SPF_IP | 85.194.245.6 |
| SPF_IP | 88.131.97.144/32 |
Related pages
Pivot deeper into the graph from certex.ee.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "certex.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.