Skip to content

Hostname

sa8888.net

Last fetched

sa8888.net resolves to 2 IPv4 addresses operated by PEG-HK - PEG TECH INC in HK. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · sa8888.netRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/sa8888.net

Resolution chain

sa8888.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
107.148.49.19107.148.48.0/21AS398478PEG-HK - PEG TECH INCHK
172.65.235.97172.65.224.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

9 observed subdomains of sa8888.net.

Web-graph footprint

Distinct hostnames that link to or from sa8888.net in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from sa8888.net.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "sa8888.net"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.