Hostname
case-data.com
Last fetched
case-data.com resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in SG. WHOIS lists iana:886 as the registrar.
Nutrition Label
Resolution chain
case-data.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 101.100.255.114 | 101.100.254.0/23 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | SG |
| 203.117.96.177 | 203.117.0.0/16 | AS4657 | — | SG |
WHOIS identity
- Registrar
- iana:886
- Organization
- case-data (s) pte
- Contact emails
Subdomains
2 observed subdomains of case-data.com.
| Subdomain |
|---|
| mail.case-data.com |
| www.case-data.com |
Web-graph footprint
Distinct hostnames that link to or from case-data.com in the public web crawl.
6 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for case-data.com.
| Mechanism | Target |
|---|---|
| SPF_A | apple.advancehost.net |
| SPF_A | case-data.com |
| SPF_A | fish.advancehost.net |
| SPF_A | mailgate.advancehost.net |
| SPF_A | marimba.advancehost.net |
| SPF_A | timpani.advancehost.net |
| SPF_MX | case-data.com |
Related pages
Pivot deeper into the graph from case-data.com.
- IP · 101.100.255.114
- ASN · AS31898ORACLE-BMC-31898 - Oracle Corporation
- Registrar · iana:886
- Country · SG
- Email · sales@case-data.com
- TLD · .com
- Browse hostnames · ca…
- 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: "case-data.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.