Hostname
contec.com
Last fetched
contec.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1485 as the registrar.
Nutrition Label
Resolution chain
contec.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1485
- Organization
- contec microelectronics
- Contact emails
Subdomains
15 observed subdomains of contec.com.
Web-graph footprint
Distinct hostnames that link to or from contec.com in the public web crawl.
377 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for contec.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | crmstyle.com |
| SPF_INCLUDE | spf.mta.hdems.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | webcas.net |
| SPF_IP | 20.89.228.117 |
| SPF_IP | 202.210.8.34 |
| SPF_IP | 202.226.36.35 |
| SPF_IP | 219.94.200.35 |
| SPF_IP | 2403:3a00:101:23:49:212:243:106 |
| SPF_IP | 40.74.90.4/32 |
| SPF_IP | 49.212.243.106 |
| SPF_IP | 60.248.109.209 |
| SPF_IP | 60.248.109.210 |
Related pages
Pivot deeper into the graph from contec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "contec.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.