Hostname
tecnodesign.com.co
Last fetched
tecnodesign.com.co resolves to 1 IPv4 address operated by AS16276 in US. WHOIS lists iana:1626 as the registrar.
Nutrition Label
Resolution chain
tecnodesign.com.co 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 |
|---|---|---|---|---|
| 51.81.90.175 | 51.81.0.0/17 | AS16276 | — | US |
WHOIS identity
- Registrar
- iana:1626
- Organization
- —
- Contact emails
- —
Subdomains
47 observed subdomains of tecnodesign.com.co.
Showing 25 of 47. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tecnodesign.com.co in the public web crawl.
11 sites link to this hostname.
24 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- tecnodesign.com.co
SPF policy
7 SPF mechanisms authorising senders for tecnodesign.com.co.
| Mechanism | Target |
|---|---|
| SPF_A | tecnodesign.com.co |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_IP | 147.135.68.66 |
| SPF_IP | 158.69.53.182/32 |
| SPF_IP | 167.114.131.220 |
| SPF_IP | 51.79.19.10 |
| SPF_MX | tecnodesign.com.co |
Related pages
Pivot deeper into the graph from tecnodesign.com.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tecnodesign.com.co"})-[: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.