Hostname
devrinim.com
Last fetched
devrinim.com resolves to 2 IPv4 addresses operated by AS47516 in TR. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
devrinim.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.136.206.70 | 185.137.52.0/23 | AS47516 | — | TR |
| 213.238.171.250 | 213.240.208.0/20 | AS200456 | — | TR |
WHOIS identity
- Registrar
- iana:82
- Organization
- demard istanbul
- Contact emails
Subdomains
1 observed subdomain of devrinim.com.
| Subdomain |
|---|
| www.devrinim.com |
Web-graph footprint
Distinct hostnames that link to or from devrinim.com in the public web crawl.
119 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from devrinim.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "devrinim.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.