Hostname
ejer.com.tr
Last fetched
ejer.com.tr resolves to 1 IPv4 address operated by NAMECHEAP-NET - Namecheap, Inc. in US.
Nutrition Label
Resolution chain
ejer.com.tr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 209.74.72.112 | 209.74.72.0/24 | AS22612 | NAMECHEAP-NET - Namecheap, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with ejer.com.tr in WhisperGraph.
Subdomains
2 observed subdomains of ejer.com.tr.
| Subdomain |
|---|
| mail.ejer.com.tr |
| www.ejer.com.tr |
Web-graph footprint
Distinct hostnames that link to or from ejer.com.tr in the public web crawl.
246 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ejer.com.tr.
| Mechanism | Target |
|---|---|
| SPF_A | ejer.com.tr |
| SPF_INCLUDE | spf.web-hosting.com |
| SPF_IP | 162.0.235.68 |
| SPF_IP | 198.187.30.68 |
| SPF_IP | 209.74.72.112 |
| SPF_MX | ejer.com.tr |
Related pages
Pivot deeper into the graph from ejer.com.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ejer.com.tr"})-[: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.