Hostname
gonuldendile.com
Last fetched
gonuldendile.com resolves to 2 IPv4 addresses operated by WIDE-NET-AS in TR. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
gonuldendile.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 |
|---|---|---|---|---|
| 217.195.202.9 | 217.195.202.0/24 | AS48660 | WIDE-NET-AS | TR |
| 78.111.111.157 | 78.111.111.0/24 | AS48660 | WIDE-NET-AS | TR |
WHOIS identity
- Registrar
- iana:303
- Organization
- zafer babal
- Contact emails
Subdomains
5 observed subdomains of gonuldendile.com.
Web-graph footprint
Distinct hostnames that link to or from gonuldendile.com in the public web crawl.
13 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- gonuldendile.com
SPF policy
7 SPF mechanisms authorising senders for gonuldendile.com.
| Mechanism | Target |
|---|---|
| SPF_A | gonuldendile.com |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 213.238.181.2 |
| SPF_IP | 217.195.202.9 |
| SPF_IP | 78.111.111.157 |
| SPF_MX | gonuldendile.com |
Related pages
Pivot deeper into the graph from gonuldendile.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gonuldendile.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.