Hostname
biggo.com
Last fetched
biggo.com resolves to 2 IPv4 addresses operated by HINET Data Communication Business Group in TW. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
biggo.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 |
|---|---|---|---|---|
| 220.130.250.80 | 220.130.0.0/16 | AS3462 | HINET Data Communication Business Group | TW |
| 220.130.250.81 | 220.130.0.0/16 | AS3462 | HINET Data Communication Business Group | TW |
WHOIS identity
- Registrar
- iana:146
- Organization
- namware.com, inc ( )
- Contact emails
Subdomains
24 observed subdomains of biggo.com.
Web-graph footprint
Distinct hostnames that link to or from biggo.com in the public web crawl.
47 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for biggo.com.
| Mechanism | Target |
|---|---|
| SPF_A | biggo.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 139.162.122.191 |
| SPF_IP | 210.61.148.60 |
| SPF_MX | biggo.com |
Related pages
Pivot deeper into the graph from biggo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "biggo.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.