Skip to content

Hostname

ca-store.baps.dev

Last fetched

ca-store.baps.dev resolves to 2 IPv4 addresses operated by LIGHTPATH - Cablevision Lightpath LLC in US.

Nutrition Label

WHISPER CANON · ca-store.baps.devRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/ca-store.baps.dev

Resolution chain

ca-store.baps.dev resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
65.51.15.14365.51.0.0/20AS54004LIGHTPATH - Cablevision Lightpath LLCUS
71.168.153.22171.168.128.0/17AS701UUNET - Verizon BusinessUS

WHOIS identity

No WHOIS records are currently associated with ca-store.baps.dev in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ca-store.baps.dev.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ca-store.baps.dev"})-[: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.