Hostname
tecmate.com
Last fetched
tecmate.com resolves to 1 IPv4 address operated by AS44806 in BE. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
tecmate.com 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 |
|---|---|---|---|---|
| 93.94.105.53 | 93.94.104.0/22 | AS44806 | — | BE |
WHOIS identity
- Registrar
- iana:1068
- Organization
- emmanuel donati
- Contact emails
- ed@tecmate-int.com
- 8199e5487b4d4bd2b84146bac393b29b.protect@whoisguard.com
- 2102ffbab898417592ebb6f550c2feb9.protect@withheldforprivacy.com
- 81d5878721b740a394d553362d1e6bd0.protect@withheldforprivacy.com
- d34a258244e441d095b1cebb44a3188b.protect@withheldforprivacy.com
- fee3cf06a1ba4629b674e7f7ae4462ed.protect@withheldforprivacy.com
Subdomains
2 observed subdomains of tecmate.com.
| Subdomain |
|---|
| cpanel.tecmate.com |
| www.tecmate.com |
Web-graph footprint
Distinct hostnames that link to or from tecmate.com in the public web crawl.
96 sites link to this hostname.
132 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for tecmate.com.
| Mechanism | Target |
|---|---|
| SPF_A | tecmate.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 67.225.140.30 |
| SPF_IP | 93.94.105.53 |
| SPF_MX | tecmate.com |
Related pages
Pivot deeper into the graph from tecmate.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tecmate.com"})-[: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.