Skip to content

Hostname

live.w.tools

Last fetched

live.w.tools resolves to 3 IPv4 addresses operated by HOSTHATCH - HostHatch, LLC in SG.

Nutrition Label

WHISPER CANON · live.w.toolsRouting diversity3.0/10Peering density7.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/live.w.tools

Resolution chain

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

IPPrefixASNOperatorCountry
103.167.151.105103.167.151.0/24AS63473HOSTHATCH - HostHatch, LLCSG
103.73.66.254103.73.66.0/24AS63473HOSTHATCH - HostHatch, LLCHK
134.195.89.42134.195.88.0/23AS63473HOSTHATCH - HostHatch, LLCUS

WHOIS identity

No WHOIS records are currently associated with live.w.tools in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from live.w.tools in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from live.w.tools.

Cypher and MCP

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

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