Hostname
cis-solutions.com
Last fetched
cis-solutions.com resolves to 1 IPv4 address operated by AS3790 in CR. WHOIS lists iana:86 as the registrar.
Nutrition Label
Resolution chain
cis-solutions.com 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 |
|---|---|---|---|---|
| 190.241.119.215 | 190.241.119.0/24 | AS3790 | — | CR |
WHOIS identity
- Registrar
- iana:86
- Organization
- johan loria
- Contact emails
Subdomains
8 observed subdomains of cis-solutions.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for cis-solutions.com.
| Mechanism | Target |
|---|---|
| SPF_A | cis-solutions.com |
| SPF_IP | 200.122.147.238 |
| SPF_IP | 201.193.44.200 |
| SPF_IP | 201.193.44.201 |
| SPF_IP | 201.201.150.180 |
| SPF_MX | cis-solutions.com |
| SPF_MX | mail4.cisasp.com |
| SPF_MX | pop3.cisasp.com |
| SPF_MX | pop3bk.cisasp.com |
| SPF_MX | smtp.cisasp.com |
| SPF_MX | smtpbk.cisasp.com |
Related pages
Pivot deeper into the graph from cis-solutions.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cis-solutions.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.