Hostname
sadepazar.com
Last fetched
sadepazar.com resolves to 2 IPv4 addresses operated by AS206592 in TR. WHOIS lists iana:3826 as the registrar.
Nutrition Label
Resolution chain
sadepazar.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 |
|---|---|---|---|---|
| 45.131.2.70 | 45.131.2.0/24 | AS206592 | — | TR |
| 85.235.72.211 | 85.235.72.0/24 | AS206592 | — | TR |
WHOIS identity
- Registrar
- iana:3826
- Organization
- faruk gunindi
- Contact emails
Subdomains
3 observed subdomains of sadepazar.com.
Web-graph footprint
Distinct hostnames that link to or from sadepazar.com in the public web crawl.
11 sites link to this hostname.
24 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 sadepazar.com.
| Mechanism | Target |
|---|---|
| SPF_A | sadepazar.com |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | relay1-b.mailbaby.net |
| SPF_IP | 185.250.242.237 |
| SPF_MX | sadepazar.com |
| SPF_MX | smtp.mailchannels.net |
Related pages
Pivot deeper into the graph from sadepazar.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sadepazar.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.