Skip to content

Hostname

hacksg.com

Last fetched

hacksg.com resolves to 3 IPv4 addresses operated by FIBERSTATE - FiberState, LLC in US. WHOIS lists iana:4434 as the registrar.

Nutrition Label

WHISPER CANON · hacksg.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/hacksg.com

Resolution chain

hacksg.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
206.168.149.18206.168.149.0/24AS26042FIBERSTATE - FiberState, LLCUS
38.173.5.13638.173.0.0/18AS398478PEG-HK - PEG TECH INCUS
38.173.5.14138.173.0.0/18AS398478PEG-HK - PEG TECH INCUS

WHOIS identity

Registrar
iana:4434
Organization
wangzhen
Contact emails

Subdomains

8 observed subdomains of hacksg.com.

Web-graph footprint

Distinct hostnames that link to or from hacksg.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from hacksg.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "hacksg.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 20

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