Hostname
ccgm.com.mt
Last fetched
ccgm.com.mt resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ccgm.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.34.119 | 104.21.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.204.197 | 172.67.192.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with ccgm.com.mt in WhisperGraph.
Subdomains
2 observed subdomains of ccgm.com.mt.
| Subdomain |
|---|
| mail.ccgm.com.mt |
| www.ccgm.com.mt |
Web-graph footprint
Distinct hostnames that link to or from ccgm.com.mt in the public web crawl.
4 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for ccgm.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 ccgm.com.mt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccgm.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.