Hostname
clickar.com
Last fetched
clickar.com resolves to 1 IPv4 address operated by AS8968 in IT. WHOIS lists iana:10007 as the registrar.
Nutrition Label
Resolution chain
clickar.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 |
|---|---|---|---|---|
| 151.88.111.69 | 151.88.111.0/24 | AS8968 | — | IT |
WHOIS identity
- Registrar
- iana:10007
- Organization
- ciaomotori s.p.a.
- Contact emails
Subdomains
1 observed subdomain of clickar.com.
| Subdomain |
|---|
| www.clickar.com |
Web-graph footprint
Distinct hostnames that link to or from clickar.com in the public web crawl.
7 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for clickar.com.
| Mechanism | Target |
|---|---|
| SPF_A | clickar.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | smtp.fiatgroup.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 129.35.112.0/21 |
| SPF_IP | 129.35.123.160/27 |
| SPF_MX | clickar.com |
| SPF_MX | smtp1.leasys.com |
| SPF_MX | smtp2.leasys.com |
Related pages
Pivot deeper into the graph from clickar.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "clickar.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.