Hostname
codesa.com.co
Last fetched
codesa.com.co resolves to 1 IPv4 address operated by AS262191 in CO. WHOIS lists iana:21607 as the registrar.
Nutrition Label
Resolution chain
codesa.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 |
|---|---|---|---|---|
| 186.190.255.51 | 186.190.255.0/24 | AS262191 | — | CO |
WHOIS identity
- Registrar
- iana:21607
- Organization
- juan carlos belalcazar umana
- Contact emails
Subdomains
4 observed subdomains of codesa.com.co.
Web-graph footprint
Distinct hostnames that link to or from codesa.com.co in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for codesa.com.co.
| Mechanism | Target |
|---|---|
| SPF_A | codesa.com.co |
| SPF_INCLUDE | spf.fromdoppler.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.36.19.20 |
| SPF_IP | 190.131.224.104/29 |
| SPF_IP | 190.131.233.64/28 |
| SPF_IP | 190.145.30.184/28 |
| SPF_MX | codesa.com.co |
Related pages
Pivot deeper into the graph from codesa.com.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codesa.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.