Hostname
eotec.ch
Last fetched
eotec.ch resolves to 1 IPv4 address operated by NOVATREND-AS in CH.
Nutrition Label
Resolution chain
eotec.ch 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 |
|---|---|---|---|---|
| 194.150.248.68 | 194.150.248.0/23 | AS35206 | NOVATREND-AS | CH |
WHOIS identity
- Registrar
- —
- Organization
- eotec
- Contact emails
- —
Subdomains
19 observed subdomains of eotec.ch.
Web-graph footprint
Distinct hostnames that link to or from eotec.ch in the public web crawl.
29 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for eotec.ch.
| Mechanism | Target |
|---|---|
| SPF_A | mail.eotec.ch |
| SPF_INCLUDE | _spf.senders.scnem.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 176.127.33.148 |
| SPF_IP | 194.150.248.68 |
| SPF_IP | 206.191.224.0/19 |
| SPF_IP | 212.103.71.210/32 |
| SPF_IP | 212.120.32.150/32 |
| SPF_IP | 212.120.33.3/28 |
| SPF_IP | 212.71.111.45/32 |
| SPF_IP | 23.103.224.0/19 |
| SPF_IP | 2a01:111:f403:c213:0:0:0:2/51 |
| SPF_IP | 31.11.2.128/28 |
| SPF_IP | 40.103.0.0/16 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 81.63.185.104/29 |
| SPF_IP | 91.212.152.0/24 |
| SPF_IP | 91.212.152.31 |
| SPF_MX | eotec.ch |
Related pages
Pivot deeper into the graph from eotec.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eotec.ch"})-[: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.