Hostname
casall.com
Last fetched
casall.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:73 as the registrar.
Nutrition Label
Resolution chain
casall.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:73
- Organization
- casall ab
- Contact emails
Subdomains
19 observed subdomains of casall.com.
Web-graph footprint
Distinct hostnames that link to or from casall.com in the public web crawl.
216 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for casall.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail3.litiumdrift.se |
| SPF_INCLUDE | _spf.c5mail.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.ventiro.se |
| SPF_IP | 185.117.104.196/30 |
| SPF_IP | 192.36.214.40/32 |
| SPF_IP | 195.99.130.96 |
| SPF_IP | 2a02:750:5:0:0:0:0:96 |
| SPF_IP | 31.192.230.130 |
| SPF_IP | 46.17.185.53 |
| SPF_IP | 94.140.51.1 |
Related pages
Pivot deeper into the graph from casall.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "casall.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.