Hostname
clickaval.com
Last fetched
clickaval.com resolves to 2 IPv4 addresses operated by AS59623 in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
clickaval.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 |
|---|---|---|---|---|
| 195.214.235.180 | 195.214.235.0/24 | AS59623 | — | IR |
| 5.144.130.116 | 5.144.130.0/24 | AS59441 | — | IR |
WHOIS identity
- Registrar
- iana:113
- Organization
- aisanweb
- Contact emails
Subdomains
24 observed subdomains of clickaval.com.
Showing 16 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from clickaval.com in the public web crawl.
26 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- clickaval.com
SPF policy
7 SPF mechanisms authorising senders for clickaval.com.
| Mechanism | Target |
|---|---|
| SPF_A | clickaval.com |
| SPF_INCLUDE | _spf.smtp.mailtrap.live |
| SPF_IP | 195.214.235.179 |
| SPF_IP | 46.245.76.52 |
| SPF_IP | 46.245.76.53 |
| SPF_IP | 77.238.120.101 |
| SPF_MX | clickaval.com |
Related pages
Pivot deeper into the graph from clickaval.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "clickaval.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.