Skip to content

Hostname

falken.vcp.sh

Last fetched

falken.vcp.sh resolves to 3 IPv4 addresses operated by netcup-AS - netcup GmbH in DE.

Nutrition Label

WHISPER CANON · falken.vcp.shRouting diversity3.0/10Peering density7.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/falken.vcp.sh

Resolution chain

falken.vcp.sh resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
202.61.224.140202.61.224.0/22AS197540netcup-AS - netcup GmbHDE
49.13.27.12349.13.0.0/16AS24940HETZNER-AS - Hetzner Online GmbHDE
94.16.110.22494.16.108.0/22AS197540netcup-AS - netcup GmbHDE

WHOIS identity

No WHOIS records are currently associated with falken.vcp.sh in WhisperGraph.

Subdomains

1 observed subdomain of falken.vcp.sh.

Threat posture

History

Related pages

Pivot deeper into the graph from falken.vcp.sh.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "falken.vcp.sh"})-[: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.