Hostname
sinac.go.cr
Last fetched
sinac.go.cr resolves to 2 IPv4 addresses operated by AS11830 in CR.
Nutrition Label
Resolution chain
sinac.go.cr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 201.192.241.146 | 201.192.240.0/20 | AS11830 | — | CR |
| 201.207.5.14 | 201.207.0.0/20 | AS11830 | — | CR |
WHOIS identity
No WHOIS records are currently associated with sinac.go.cr in WhisperGraph.
Subdomains
18 observed subdomains of sinac.go.cr.
Showing 17 of 18. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sinac.go.cr in the public web crawl.
1,055 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for sinac.go.cr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 181.193.30.4 |
| SPF_IP | 201.192.241.146 |
| SPF_IP | 201.192.241.147 |
Related pages
Pivot deeper into the graph from sinac.go.cr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sinac.go.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.