Skip to content

Hostname

capipedia.cap.gov

Last fetched

capipedia.cap.gov resolves to 2 IPv4 addresses operated by TELE2LV-AS in US.

Nutrition Label

WHISPER CANON · capipedia.cap.govRouting diversity1.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/capipedia.cap.gov

Resolution chain

capipedia.cap.gov resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.93.1.243185.93.1.0/24AS60068TELE2LV-ASUS
185.93.1.244185.93.1.0/24AS60068TELE2LV-ASUS

WHOIS identity

No WHOIS records are currently associated with capipedia.cap.gov in WhisperGraph.

Subdomains

1 observed subdomain of capipedia.cap.gov.

Web-graph footprint

Distinct hostnames that link to or from capipedia.cap.gov in the public web crawl.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from capipedia.cap.gov.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "capipedia.cap.gov"})-[: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.