Hostname
caofa.com.uy
Last fetched
caofa.com.uy resolves to 1 IPv4 address operated by SINGLEHOP-LLC - Internap Holding LLC in US.
Nutrition Label
Resolution chain
caofa.com.uy 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 |
|---|---|---|---|---|
| 67.208.35.228 | 67.208.32.0/21 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | US |
WHOIS identity
No WHOIS records are currently associated with caofa.com.uy in WhisperGraph.
Subdomains
3 observed subdomains of caofa.com.uy.
Web-graph footprint
Distinct hostnames that link to or from caofa.com.uy in the public web crawl.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- caofa.com.uy
SPF policy
8 SPF mechanisms authorising senders for caofa.com.uy.
| Mechanism | Target |
|---|---|
| SPF_A | caofa.com.uy |
| SPF_INCLUDE | spf.ipzmarketing.com |
| SPF_INCLUDE | spf.websitehostserver.net |
| SPF_IP | 108.163.217.86/24 |
| SPF_IP | 173.236.93.229 |
| SPF_IP | 184.154.215.142 |
| SPF_IP | 67.208.35.228 |
| SPF_MX | caofa.com.uy |
Related pages
Pivot deeper into the graph from caofa.com.uy.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "caofa.com.uy"})-[: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.