Hostname
setefa.co.cr
Last fetched
setefa.co.cr resolves to 1 IPv4 address operated by AS198432 in ES.
Nutrition Label
Resolution chain
setefa.co.cr 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 |
|---|---|---|---|---|
| 5.2.89.18 | 5.2.89.0/24 | AS198432 | — | ES |
WHOIS identity
No WHOIS records are currently associated with setefa.co.cr in WhisperGraph.
Subdomains
14 observed subdomains of setefa.co.cr.
Web-graph footprint
Distinct hostnames that link to or from setefa.co.cr in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for setefa.co.cr.
| Mechanism | Target |
|---|---|
| SPF_A | setefa.co.cr |
| SPF_IP | 158.69.170.192 |
| SPF_IP | 167.114.208.144 |
| SPF_IP | 192.158.237.109 |
| SPF_IP | 192.158.237.98 |
| SPF_IP | 199.58.186.58 |
| SPF_IP | 5.2.88.91 |
| SPF_MX | setefa.co.cr |
Related pages
Pivot deeper into the graph from setefa.co.cr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "setefa.co.cr"})-[: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.