Hostname
magicbricks.com
Last fetched
magicbricks.com resolves to 11 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
magicbricks.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.100.193 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.242 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.196.3.134 | 23.196.3.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.196.3.160 | 23.196.3.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.212.110.18 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.65 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.217.55.168 | 23.217.55.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.217.55.197 | 23.217.55.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.36.162.140 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.142 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.145 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from magicbricks.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for magicbricks.com.
| Mechanism | Target |
|---|---|
| SPF_A | magicbricks.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_IP | 103.18.143.0/24 |
| SPF_IP | 103.225.60.0/24 |
| SPF_IP | 114.129.34.0/24 |
| SPF_IP | 161.248.141.0/24 |
| SPF_IP | 45.124.109.0/24 |
| SPF_IP | 74.125.83.44 |
Related pages
Pivot deeper into the graph from magicbricks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "magicbricks.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.