Hostname
2big.cc
Last fetched
2big.cc resolves to 2 IPv4 addresses operated by AS215013 in IL. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
2big.cc 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 |
|---|---|---|---|---|
| 188.72.103.3 | 188.72.103.0/24 | AS215013 | — | IL |
| 188.72.111.51 | 188.72.111.0/24 | AS215013 | — | UA |
WHOIS identity
- Registrar
- iana:1479
- Organization
- domain administrator
- Contact emails
Subdomains
22 observed subdomains of 2big.cc.
Showing 17 of 22. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from 2big.cc.
- IP · 188.72.103.3
- ASN · AS215013
- Registrar · iana:1479
- Country · IL
- Email · pw-db122afe094a6d3f37af8617e4e47c62@privacyguardian.org
- TLD · .cc
- Browse hostnames · 2b…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2big.cc"})-[: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.