Skip to content

Hostname

04.gs

Last fetched

04.gs resolves to 2 IPv4 addresses operated by PEG-HK - PEG TECH INC in HK. WHOIS lists iana:1915 as the registrar.

Nutrition Label

WHISPER CANON · 04.gsRouting diversity2.4/10Peering density6.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint7.4/10canon.whisper.security/host/04.gs

Resolution chain

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

IPPrefixASNOperatorCountry
107.149.241.127107.149.240.0/22AS398478PEG-HK - PEG TECH INCHK
185.239.87.81185.239.87.0/24AS55933HK

WHOIS identity

Registrar
iana:1915
Organization
jia chun yan
Contact emails

Subdomains

5 observed subdomains of 04.gs.

Web-graph footprint

Distinct hostnames that link to or from 04.gs in the public web crawl.

646 sites link to this hostname.

432 sites linked to from this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from 04.gs.

Cypher and MCP

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

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