Hostname
sanaclis.com
Last fetched
sanaclis.com resolves to 2 IPv4 addresses operated by AS209242 in US. WHOIS lists iana:1505 as the registrar.
Nutrition Label
Resolution chain
sanaclis.com 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 |
|---|---|---|---|---|
| 199.60.103.163 | 199.60.103.0/24 | AS209242 | — | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- iana:1505
- Organization
- juraj fecanin sanaclis s.r.o.
- Contact emails
Subdomains
7 observed subdomains of sanaclis.com.
Web-graph footprint
Distinct hostnames that link to or from sanaclis.com in the public web crawl.
25 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for sanaclis.com.
| Mechanism | Target |
|---|---|
| SPF_A | sanaclis.com |
| SPF_INCLUDE | 25549262.spf06.hubspotemail.net |
| SPF_INCLUDE | sanaclisqms.my.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 78.47.179.134 |
| SPF_IP | 78.47.41.133 |
| SPF_IP | 92.205.171.212 |
| SPF_MX | sanaclis.com |
Related pages
Pivot deeper into the graph from sanaclis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sanaclis.com"})-[: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.