Hostname
cridum.com
Last fetched
cridum.com resolves to 1 IPv4 address operated by AS205677 in PL. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
cridum.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 |
|---|---|---|---|---|
| 89.31.64.6 | 89.31.64.0/24 | AS205677 | — | PL |
WHOIS identity
- Registrar
- iana:433
- Organization
- c/o whoisproxy.com
- Contact emails
Subdomains
2 observed subdomains of cridum.com.
| Subdomain |
|---|
| mail.cridum.com |
| www.cridum.com |
Web-graph footprint
Distinct hostnames that link to or from cridum.com in the public web crawl.
3 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for cridum.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 89.31.64.15 |
| SPF_MX | cridum.com |
Related pages
Pivot deeper into the graph from cridum.com.
- IP · 89.31.64.6
- ASN · AS205677
- Registrar · iana:433
- Country · PL
- Email · 458171ed70b2de73a37e653fe3e879acf7718d4e35ce95c95adb26b8ecb1b3b2@cridum.com.whoisproxy.org
- TLD · .com
- Browse hostnames · cr…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cridum.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.