Hostname
crealisgroup.com
Last fetched
crealisgroup.com resolves to 1 IPv4 address operated by AS29550 in GB. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
crealisgroup.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 |
|---|---|---|---|---|
| 217.112.93.45 | 217.112.80.0/20 | AS29550 | — | GB |
WHOIS identity
- Registrar
- iana:168
- Organization
- enoplastic spa
- Contact emails
- —
Subdomains
3 observed subdomains of crealisgroup.com.
Web-graph footprint
Distinct hostnames that link to or from crealisgroup.com in the public web crawl.
48 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for crealisgroup.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | smtp.efarm.promo.it |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.webapps.net |
| SPF_IP | 185.11.22.243 |
| SPF_IP | 185.146.128.59 |
| SPF_IP | 185.146.128.88 |
| SPF_IP | 195.103.0.5 |
| SPF_IP | 195.103.0.6 |
| SPF_IP | 81.88.54.73 |
| SPF_MX | crealisgroup.com |
Related pages
Pivot deeper into the graph from crealisgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "crealisgroup.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.