Hostname
cabells.com
Last fetched
cabells.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
cabells.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 |
|---|---|---|---|---|
| 13.85.31.243 | 13.64.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- cabell publishing
- Contact emails
Subdomains
28 observed subdomains of cabells.com.
Showing 25 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cabells.com in the public web crawl.
261 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for cabells.com.
| Mechanism | Target |
|---|---|
| SPF_A | cabells.com |
| SPF_INCLUDE | m.msgbman.com |
| SPF_INCLUDE | mail.zohoanalytics.com |
| SPF_INCLUDE | messagereach.com |
| SPF_INCLUDE | sender.zohoinvoice.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.responsegenius.com |
| SPF_INCLUDE | transmail.net |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 24.173.221.221 |
| SPF_MX | cabells.com |
Related pages
Pivot deeper into the graph from cabells.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cabells.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.