Hostname
dimtec.com
Last fetched
dimtec.com resolves to 4 IPv4 addresses operated by AS3462 in TW. WHOIS lists iana:1705 as the registrar.
Nutrition Label
Resolution chain
dimtec.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 203.74.95.147 | 203.74.0.0/16 | AS3462 | — | TW |
| 203.74.95.193 | 203.74.0.0/16 | AS3462 | — | TW |
| 23.38.111.38 | 23.38.111.0/24 | AS20940 | — | US |
| 23.38.111.47 | 23.38.111.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:1705
- Organization
- digital media technologies s.a.p.i. de c.v.
- Contact emails
Subdomains
24 observed subdomains of dimtec.com.
Web-graph footprint
Distinct hostnames that link to or from dimtec.com in the public web crawl.
14 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for dimtec.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spfblock.salesforce.com |
| SPF_INCLUDE | _spfblock1.salesforce.com |
| SPF_INCLUDE | email.freshservice.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from dimtec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dimtec.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.