Hostname
codabox.com
Last fetched
codabox.com resolves to 2 IPv4 addresses operated by QOSL-AS-AP Qovic Online Solutions LLP in US. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
codabox.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 |
|---|---|---|---|---|
| 34.36.211.33 | 34.32.0.0/11 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
| 45.152.250.15 | 45.152.250.0/24 | AS205876 | INTERNET-AS Yes India Communications Pvt. Ltd | NL |
WHOIS identity
- Registrar
- iana:1387
- Organization
- codabox
- Contact emails
- bfa8e8eb8b@codabox.com.whoistrustee.com
- 0lnpmpm6tifn5m3bvks9@p.o-w-o.info
- ooaw2h05pevnehudgjeq@x.o-w-o.info
- vk3am0muqck9474mu5jf@n.o-w-o.info
- 2dae4385ab4ea685e14ea2e545db418221e6f41ca5152e3d6cb7b08f8abc74eb@codabox.com.whoisproxy.org
- 3fe27a3db042d68d2a45a40b956e576f9d53177fcf44bb85a8e224e3ebb174f8@codabox.com.whoisproxy.org
- 55bf64fefcfcc262a793e27c307d6935de718e3b18a90f563f132053c6132ac1@codabox.com.whoisproxy.org
- 96c2cdc825bd4c67e0b5410ad647daf7a51c26394bd05ad6c9d3a293300d9b6a@codabox.com.whoisproxy.org
- dbdd953a6170dcc9e580eade0d0fabef47f894cb07ab9258dad2ccf2316e3c9a@codabox.com.whoisproxy.org
- e7f6b76d3262e29c221cf62d8cd97d88e41fd2c3b19090e6b038a03af20d8c07@codabox.com.whoisproxy.org
- eb9bfe3f896690552c47c015787f91317060ddf4721395825e8612e7350671e9@codabox.com.whoisproxy.org
Subdomains
72 observed subdomains of codabox.com.
Showing 25 of 72. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from codabox.com in the public web crawl.
119 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for codabox.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf1.mailgun.org |
| SPF_INCLUDE | _spf2.mailgun.org |
| SPF_INCLUDE | fdspfeuc.freshemail.io |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.flexmail.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 52.29.184.146/32 |
Related pages
Pivot deeper into the graph from codabox.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codabox.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.