Hostname
ccfunds.com.mt
Last fetched
ccfunds.com.mt resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ccfunds.com.mt 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 |
|---|---|---|---|---|
| 104.21.4.198 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.132.97 | 172.67.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with ccfunds.com.mt in WhisperGraph.
Subdomains
1 observed subdomain of ccfunds.com.mt.
| Subdomain |
|---|
| www.ccfunds.com.mt |
Web-graph footprint
Distinct hostnames that link to or from ccfunds.com.mt in the public web crawl.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for ccfunds.com.mt.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 168.245.104.162/32 |
| SPF_IP | 18.132.217.214 |
| SPF_IP | 18.132.241.208 |
| SPF_IP | 18.157.213.95 |
| SPF_IP | 18.157.248.6 |
| SPF_IP | 192.254.120.51/32 |
| SPF_IP | 213.165.177.116/32 |
| SPF_IP | 35.174.145.124/32 |
| SPF_IP | 78.133.115.96/28 |
| SPF_IP | 78.133.126.176/28 |
Related pages
Pivot deeper into the graph from ccfunds.com.mt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccfunds.com.mt"})-[: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.