Hostname
cotec.pt
Last fetched
cotec.pt resolves to 2 IPv4 addresses operated by AS1897 in PT.
Nutrition Label
Resolution chain
cotec.pt resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.23.238.90 | 195.23.0.0/16 | AS1897 | — | PT |
| 62.48.168.90 | 62.48.128.0/17 | AS15525 | — | PT |
WHOIS identity
- Registrar
- —
- Organization
- cotec portugal - associacao empresarial para a inovacao
- Contact emails
- —
Subdomains
60 observed subdomains of cotec.pt.
Showing 25 of 60. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cotec.pt in the public web crawl.
26 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for cotec.pt.
| Mechanism | Target |
|---|---|
| SPF_A | cotec.pt |
| SPF_INCLUDE | _spf.firebasemail.com |
| SPF_INCLUDE | _spf.kmitd.com |
| SPF_INCLUDE | _spf.ptasp.com |
| SPF_INCLUDE | _spfrlo.altice-empresas.pt |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | einvoice.yetspace.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 94.46.171.29 |
| SPF_MX | cotec.pt |
Related pages
Pivot deeper into the graph from cotec.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cotec.pt"})-[: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.