Hostname
bridge.aypro.com
Last fetched
bridge.aypro.com resolves to 2 IPv4 addresses operated by AS34619 in TR.
Nutrition Label
Resolution chain
bridge.aypro.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 94.73.165.3 | 94.73.165.0/24 | AS34619 | — | TR |
| 94.73.165.4 | 94.73.165.0/24 | AS34619 | — | TR |
WHOIS identity
No WHOIS records are currently associated with bridge.aypro.com in WhisperGraph.
Subdomains
1 observed subdomain of bridge.aypro.com.
| Subdomain |
|---|
| www.bridge.aypro.com |
Threat posture
History
Related pages
Pivot deeper into the graph from bridge.aypro.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bridge.aypro.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.