Skip to content

Hostname

gnuwiz.com

Last fetched

gnuwiz.com resolves to 2 IPv4 addresses operated by SKB-AS SK Broadband Co Ltd in KR. WHOIS lists iana:1491 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
118.219.234.186118.219.0.0/16AS9318SKB-AS SK Broadband Co LtdKR
222.239.248.223222.232.0.0/13AS9318SKB-AS SK Broadband Co LtdKR

WHOIS identity

Registrar
iana:1491
Organization
connectwave (privacy_whois)
Contact emails

Subdomains

11 observed subdomains of gnuwiz.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for gnuwiz.com.

MechanismTarget
SPF_IP118.219.234.186
SPF_IP222.239.248.223

Related pages

Pivot deeper into the graph from gnuwiz.com.

Cypher and MCP

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

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