Hostname
continent-eight.com
Last fetched
continent-eight.com resolves to 2 IPv4 addresses operated by AS55701 in ID. WHOIS lists iana:1636 as the registrar.
Nutrition Label
Resolution chain
continent-eight.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 |
|---|---|---|---|---|
| 103.31.235.5 | 103.31.235.0/24 | AS55701 | — | ID |
| 194.163.42.64 | 194.163.40.0/22 | AS47583 | — | SG |
WHOIS identity
- Registrar
- iana:1636
- Organization
- contact privacy inc. customer 0141777551
- Contact emails
Subdomains
8 observed subdomains of continent-eight.com.
Web-graph footprint
Distinct hostnames that link to or from continent-eight.com in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for continent-eight.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.163.160.51 |
| SPF_IP | 103.163.160.52 |
| SPF_IP | 103.163.160.53 |
| SPF_IP | 182.54.141.30 |
| SPF_IP | 52.77.151.251 |
Related pages
Pivot deeper into the graph from continent-eight.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "continent-eight.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.