Hostname
creax.com
Last fetched
creax.com resolves to 1 IPv4 address operated by COMBELL-AS in BE. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
creax.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 |
|---|---|---|---|---|
| 77.241.85.229 | 77.241.80.0/20 | AS34762 | COMBELL-AS | BE |
WHOIS identity
- Registrar
- iana:106
- Organization
- creax projects
- Contact emails
Subdomains
18 observed subdomains of creax.com.
Web-graph footprint
Distinct hostnames that link to or from creax.com in the public web crawl.
57 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
30 SPF mechanisms authorising senders for creax.com.
| Mechanism | Target |
|---|---|
| SPF_A | creax.com |
| SPF_A | mail.creax.com |
| SPF_A | www.creax.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 176.62.168.242/31 |
| SPF_IP | 176.62.168.253/32 |
| SPF_IP | 176.62.168.254/32 |
| SPF_IP | 178.208.32.0/26 |
| SPF_IP | 178.208.36.0/26 |
| SPF_IP | 178.208.39.0/24 |
| SPF_IP | 178.208.39.128/26 |
| SPF_IP | 178.208.40.0/25 |
| SPF_IP | 178.208.43.64/26 |
| SPF_IP | 178.208.52.128/25 |
| SPF_IP | 185.78.181.75/32 |
| SPF_IP | 217.21.177.125/32 |
| SPF_IP | 217.21.190.0/26 |
| SPF_IP | 2a00:1c98:10:2::/64 |
| SPF_IP | 37.148.176.128/25 |
| SPF_IP | 77.241.82.64/27 |
| SPF_IP | 77.241.92.172/32 |
| SPF_IP | 77.241.92.173/32 |
| SPF_IP | 79.174.128.16/29 |
| SPF_IP | 83.217.72.64/26 |
| SPF_IP | 83.217.77.128/26 |
| SPF_IP | 94.198.164.28/30 |
| SPF_IP | 94.198.164.32/30 |
| SPF_MX | creax.com |
Related pages
Pivot deeper into the graph from creax.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "creax.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.