Hostname
big.one
Last fetched
big.one resolves to 11 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
big.one 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 |
|---|---|---|---|---|
| 104.126.37.171 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.176 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 203.251.233.19 | 203.251.233.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 203.251.233.83 | 203.251.233.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.212.110.35 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.48 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.36.162.196 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.200 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.215 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 49.44.141.177 | 49.44.128.0/17 | AS55836 | RELIANCEJIO-IN Reliance Jio Infocomm Limited | IN |
| 49.44.141.234 | 49.44.128.0/17 | AS55836 | RELIANCEJIO-IN Reliance Jio Infocomm Limited | IN |
WHOIS identity
- Registrar
- iana:625
- Organization
- domain protection services,
- Contact emails
Subdomains
7 observed subdomains of big.one.
Web-graph footprint
Distinct hostnames that link to or from big.one in the public web crawl.
249 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from big.one.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "big.one"})-[: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.