Hostname
antredecor.com
Last fetched
antredecor.com resolves to 2 IPv4 addresses operated by AS202048 in TR. WHOIS lists iana:1601 as the registrar.
Nutrition Label
Resolution chain
antredecor.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 |
|---|---|---|---|---|
| 46.28.232.214 | 46.28.232.0/24 | AS202048 | — | TR |
| 46.28.238.171 | 46.28.238.0/24 | AS3188 | — | TR |
WHOIS identity
- Registrar
- iana:1601
- Organization
- aleksandr kopyshev
- Contact emails
Subdomains
5 observed subdomains of antredecor.com.
Threat posture
History
Mail and authentication
MX records
- antredecor.com
SPF policy
4 SPF mechanisms authorising senders for antredecor.com.
| Mechanism | Target |
|---|---|
| SPF_A | antredecor.com |
| SPF_IP | 46.28.232.214 |
| SPF_IP | 46.28.238.171 |
| SPF_MX | antredecor.com |
Related pages
Pivot deeper into the graph from antredecor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "antredecor.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.