Hostname
aykilicboya.com
Last fetched
aykilicboya.com resolves to 2 IPv4 addresses operated by AS201520 in TR.
Nutrition Label
Resolution chain
aykilicboya.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 |
|---|---|---|---|---|
| 185.15.196.168 | 185.15.196.0/24 | AS201520 | — | TR |
| 185.162.147.99 | 185.162.147.0/24 | AS60721 | — | TR |
WHOIS identity
No WHOIS records are currently associated with aykilicboya.com in WhisperGraph.
Subdomains
1 observed subdomain of aykilicboya.com.
| Subdomain |
|---|
| www.aykilicboya.com |
Threat posture
History
Mail and authentication
MX records
- aykilicboya.com
SPF policy
4 SPF mechanisms authorising senders for aykilicboya.com.
| Mechanism | Target |
|---|---|
| SPF_A | aykilicboya.com |
| SPF_IP | 185.15.196.168 |
| SPF_IP | 185.162.147.99 |
| SPF_MX | aykilicboya.com |
Related pages
Pivot deeper into the graph from aykilicboya.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aykilicboya.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.