Hostname
jcicorp.com
Last fetched
jcicorp.com resolves to 2 IPv4 addresses operated by AS210079 in RU. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
jcicorp.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 |
|---|---|---|---|---|
| 178.208.68.185 | 178.208.68.0/24 | AS210079 | — | RU |
| 5.8.63.188 | 5.8.63.0/24 | AS19437 | SS-ASH - SECURED SERVERS LLC | US |
WHOIS identity
- Registrar
- iana:472
- Organization
- evgeny kunshin
- Contact emails
Subdomains
1 observed subdomain of jcicorp.com.
| Subdomain |
|---|
| mail.jcicorp.com |
Threat posture
History
Mail and authentication
MX records
- jcicorp.com
- mail.jcicorp.com
SPF policy
5 SPF mechanisms authorising senders for jcicorp.com.
| Mechanism | Target |
|---|---|
| SPF_A | jcicorp.com |
| SPF_A | mail.tau.deserv.net |
| SPF_IP | 185.12.92.38 |
| SPF_IP | 5.8.63.7 |
| SPF_MX | jcicorp.com |
Related pages
Pivot deeper into the graph from jcicorp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jcicorp.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.