Hostname
biggo.jp
Last fetched
biggo.jp resolves to 2 IPv4 addresses operated by AS3462 in TW.
Nutrition Label
Resolution chain
biggo.jp 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 |
|---|---|---|---|---|
| 220.130.250.81 | 220.130.0.0/16 | AS3462 | — | TW |
| 61.216.58.143 | 61.216.0.0/16 | AS3462 | — | TW |
WHOIS identity
- Registrar
- —
- Organization
- vicky tu
- Contact emails
Subdomains
1 observed subdomain of biggo.jp.
| Subdomain |
|---|
| finance.biggo.jp |
Web-graph footprint
Distinct hostnames that link to or from biggo.jp in the public web crawl.
51 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from biggo.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "biggo.jp"})-[: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.