Hostname
bookyek.com
Last fetched
bookyek.com resolves to 2 IPv4 addresses operated by AS57230 in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
bookyek.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 |
|---|---|---|---|---|
| 87.236.210.77 | 87.236.210.0/24 | AS57230 | — | IR |
| 95.217.99.56 | 95.217.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:113
- Organization
- netafraz hosting
- Contact emails
Subdomains
2 observed subdomains of bookyek.com.
| Subdomain |
|---|
| mail.bookyek.com |
| www.bookyek.com |
Web-graph footprint
Distinct hostnames that link to or from bookyek.com in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- bookyek.com
SPF policy
6 SPF mechanisms authorising senders for bookyek.com.
| Mechanism | Target |
|---|---|
| SPF_A | bookyek.com |
| SPF_IP | 185.55.227.21 |
| SPF_IP | 185.55.227.22 |
| SPF_IP | 87.236.210.77 |
| SPF_IP | 95.217.99.56 |
| SPF_MX | bookyek.com |
Related pages
Pivot deeper into the graph from bookyek.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bookyek.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.