Hostname
comef.com.uy
Last fetched
comef.com.uy resolves to 1 IPv4 address operated by AS20255 - Tecnowind S.A. in UY.
Nutrition Label
Resolution chain
comef.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 |
|---|---|---|---|---|
| 201.221.2.18 | 201.221.2.0/24 | AS20255 | AS20255 - Tecnowind S.A. | UY |
WHOIS identity
No WHOIS records are currently associated with comef.com.uy in WhisperGraph.
Subdomains
3 observed subdomains of comef.com.uy.
Web-graph footprint
Distinct hostnames that link to or from comef.com.uy in the public web crawl.
6 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for comef.com.uy.
| Mechanism | Target |
|---|---|
| SPF_A | mail.comef.com.uy |
| SPF_A | mail.tallstone.com |
| SPF_A | superiortel.com |
| SPF_INCLUDE | _spf.fepremi.com.uy |
| SPF_IP | 179.27.210.5 |
| SPF_IP | 190.0.145.110 |
| SPF_IP | 190.0.145.115 |
| SPF_IP | 200.58.145.213 |
| SPF_IP | 201.221.0.82 |
| SPF_MX | comef.com.uy |
Related pages
Pivot deeper into the graph from comef.com.uy.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comef.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.