Hostname
cisma.art
Last fetched
cisma.art resolves to 2 IPv4 addresses operated by AS50926 in ES. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
cisma.art 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 |
|---|---|---|---|---|
| 188.164.199.92 | 188.164.192.0/21 | AS50926 | — | ES |
| 94.143.137.123 | 94.143.136.0/21 | AS8560 | — | ES |
WHOIS identity
- Registrar
- iana:433
- Organization
- gianfranco spada
- Contact emails
- —
Subdomains
3 observed subdomains of cisma.art.
Web-graph footprint
Distinct hostnames that link to or from cisma.art in the public web crawl.
13 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- cisma.art
- mail.cisma.art
SPF policy
5 SPF mechanisms authorising senders for cisma.art.
| Mechanism | Target |
|---|---|
| SPF_A | mail.cisma.art |
| SPF_INCLUDE | mx.ovh.com |
| SPF_IP | 188.164.199.92 |
| SPF_IP | 94.143.137.123 |
| SPF_MX | cisma.art |
Related pages
Pivot deeper into the graph from cisma.art.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cisma.art"})-[: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.