Hostname
dev.caseys.com
Last fetched
dev.caseys.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
dev.caseys.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.34.61 | 104.18.34.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.64.153.195 | 172.64.153.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | TRIANGLE-COMMUNICATIONS - Triangle Communications | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | TRIANGLE-COMMUNICATIONS - Triangle Communications | CA |
WHOIS identity
No WHOIS records are currently associated with dev.caseys.com in WhisperGraph.
Subdomains
4 observed subdomains of dev.caseys.com.
Threat posture
History
Mail and authentication
SPF policy
22 SPF mechanisms authorising senders for dev.caseys.com.
| Mechanism | Target |
|---|---|
| SPF_A | dev.caseys.com |
| SPF_INCLUDE | _spf.q4press.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_IP | 103.237.104.0/22 |
| SPF_IP | 130.248.172.0/24 |
| SPF_IP | 130.248.173.0/24 |
| SPF_IP | 148.78.66.0/24 |
| SPF_IP | 149.96.35.199 |
| SPF_IP | 185.28.196.0/22 |
| SPF_IP | 192.28.128.0/18 |
| SPF_IP | 199.15.212.0/22 |
| SPF_IP | 205.237.127.0/24 |
| SPF_IP | 208.80.200.0/21 |
| SPF_IP | 216.81.136.0/24 |
| SPF_IP | 37.188.97.188/32 |
| SPF_IP | 72.3.185.0/24 |
| SPF_IP | 72.32.154.0/24 |
| SPF_IP | 72.32.217.0/24 |
| SPF_IP | 72.32.243.0/24 |
| SPF_IP | 94.236.119.0/26 |
| SPF_MX | dev.caseys.com |
Related pages
Pivot deeper into the graph from dev.caseys.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.caseys.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.