Hostname
ege.edu.tr
Last fetched
ege.edu.tr resolves to 1 IPv4 address operated by EGE-AS - Ege University in TR.
Nutrition Label
Resolution chain
ege.edu.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 |
|---|---|---|---|---|
| 155.223.2.2 | 155.223.0.0/16 | AS2592 | EGE-AS - Ege University | TR |
WHOIS identity
- Registrar
- —
- Organization
- ege universitesi
- Contact emails
Subdomains
29,615 observed subdomains of ege.edu.tr.
Showing 25 of 29,615. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ege.edu.tr in the public web crawl.
1,015 sites link to this hostname.
238 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ege.edu.tr.
| Mechanism | Target |
|---|---|
| SPF_MX | ege.edu.tr |
Related pages
Pivot deeper into the graph from ege.edu.tr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ege.edu.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.