Hostname
trotec.com
Last fetched
trotec.com resolves to 1 IPv4 address operated by AS47447 in DE. WHOIS lists iana:1408 as the registrar.
Nutrition Label
Resolution chain
trotec.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 |
|---|---|---|---|---|
| 194.6.209.147 | 194.6.208.0/22 | AS47447 | — | DE |
WHOIS identity
- Registrar
- iana:1408
- Organization
- trotec gmbh & co. kg
- Contact emails
Subdomains
306 observed subdomains of trotec.com.
Showing 25 of 306. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from trotec.com in the public web crawl.
74 sites link to this hostname.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for trotec.com.
| Mechanism | Target |
|---|---|
| SPF_A | bc-trotec.de |
| SPF_A | ds87-230-72-101.dedicated.hosteurope.de |
| SPF_A | mail.bc-trotec.de |
| SPF_A | relay-01.mx.cloud.trotec.com |
| SPF_A | trotec.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.heyrecruit.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.65.192.90 |
| SPF_IP | 195.252.129.10 |
| SPF_IP | 195.252.129.4 |
| SPF_IP | 195.252.129.8 |
| SPF_IP | 217.198.221.142 |
| SPF_IP | 217.237.187.170 |
| SPF_IP | 87.230.72.101 |
| SPF_MX | trotec.com |
Related pages
Pivot deeper into the graph from trotec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "trotec.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.