Hostname
clickpay.com
Last fetched
clickpay.com resolves to 11 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
clickpay.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.128 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.136 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 121.254.136.120 | 121.254.128.0/17 | AS3786 | LGDACOM LG DACOM Corporation | KR |
| 121.254.136.97 | 121.254.128.0/17 | AS3786 | LGDACOM LG DACOM Corporation | KR |
| 190.98.160.147 | 190.98.160.0/24 | AS20940 | AKAMAI-ASN1 | AR |
| 190.98.160.160 | 190.98.160.0/24 | AS20940 | AKAMAI-ASN1 | AR |
| 23.212.110.48 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.51 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.36.162.213 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.215 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.219 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
22 observed subdomains of clickpay.com.
Web-graph footprint
Distinct hostnames that link to or from clickpay.com in the public web crawl.
349 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for clickpay.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf3.clickpay.com |
| SPF_INCLUDE | _spf4.clickpay.com |
| SPF_INCLUDE | et._spf.pardot.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp2go.com |
Related pages
Pivot deeper into the graph from clickpay.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "clickpay.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.