Skip to content

Hostname

dev.caseys.com

Last fetched

dev.caseys.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · dev.caseys.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/dev.caseys.com

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.

IPPrefixASNOperatorCountry
104.18.34.61104.18.34.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.153.195172.64.153.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
208.91.112.55208.91.112.0/24AS40934TRIANGLE-COMMUNICATIONS - Triangle CommunicationsUS
208.91.112.55208.91.112.0/24AS40934TRIANGLE-COMMUNICATIONS - Triangle CommunicationsCA

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.

MechanismTarget
SPF_Adev.caseys.com
SPF_INCLUDE_spf.q4press.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf_c.oraclecloud.com
SPF_IP103.237.104.0/22
SPF_IP130.248.172.0/24
SPF_IP130.248.173.0/24
SPF_IP148.78.66.0/24
SPF_IP149.96.35.199
SPF_IP185.28.196.0/22
SPF_IP192.28.128.0/18
SPF_IP199.15.212.0/22
SPF_IP205.237.127.0/24
SPF_IP208.80.200.0/21
SPF_IP216.81.136.0/24
SPF_IP37.188.97.188/32
SPF_IP72.3.185.0/24
SPF_IP72.32.154.0/24
SPF_IP72.32.217.0/24
SPF_IP72.32.243.0/24
SPF_IP94.236.119.0/26
SPF_MXdev.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.