Hostname
shbdn.com
Last fetched
shbdn.com resolves to 2 IPv4 addresses operated by AS34984 in TR. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
shbdn.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 |
|---|---|---|---|---|
| 85.153.138.111 | 85.153.138.0/24 | AS34984 | — | TR |
| 85.153.147.111 | 85.153.147.0/24 | AS34984 | — | TR |
WHOIS identity
- Registrar
- iana:470
- Organization
- sahibinden bilgi teknolojileri pazarlama ve ticaret a.s.
- Contact emails
Subdomains
14 observed subdomains of shbdn.com.
Web-graph footprint
Distinct hostnames that link to or from shbdn.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for shbdn.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.shbdn.com |
| SPF_INCLUDE | _spf2.shbdn.com |
| SPF_IP | 13.95.143.60 |
| SPF_IP | 34.77.136.148 |
| SPF_IP | 35.189.253.38 |
| SPF_IP | 35.205.14.40 |
| SPF_IP | 35.241.255.197 |
Related pages
Pivot deeper into the graph from shbdn.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shbdn.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.