Hostname
baykoc.com
Last fetched
baykoc.com resolves to 2 IPv4 addresses operated by AS9121 in TR. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
baykoc.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 |
|---|---|---|---|---|
| 212.174.74.2 | 212.174.0.0/17 | AS9121 | — | TR |
| 93.113.63.99 | 93.113.63.0/24 | AS51559 | — | TR |
WHOIS identity
- Registrar
- iana:269
- Organization
- ayhan celik
- Contact emails
Subdomains
7 observed subdomains of baykoc.com.
Web-graph footprint
Distinct hostnames that link to or from baykoc.com in the public web crawl.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- baykoc.com
SPF policy
4 SPF mechanisms authorising senders for baykoc.com.
| Mechanism | Target |
|---|---|
| SPF_A | baykoc.com |
| SPF_IP | 212.174.74.2 |
| SPF_IP | 93.113.63.99 |
| SPF_MX | baykoc.com |
Related pages
Pivot deeper into the graph from baykoc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "baykoc.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.