Skip to content

Hostname

webtoons.com

Last fetched

webtoons.com resolves to 4 IPv4 addresses operated by NHN-AS-KR NAVER Cloud Corp. in KR.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
110.93.151.133110.93.148.0/22AS23576NHN-AS-KR NAVER Cloud Corp.KR
110.93.151.163110.93.148.0/22AS23576NHN-AS-KR NAVER Cloud Corp.KR
210.89.168.51210.89.168.0/21AS23576NHN-AS-KR NAVER Cloud Corp.KR
210.89.168.77210.89.168.0/21AS23576NHN-AS-KR NAVER Cloud Corp.KR

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for webtoons.com.

MechanismTarget
SPF_Awebtoons.com
SPF_INCLUDEnavercorp.com
SPF_MXwebtoons.com

Related pages

Pivot deeper into the graph from webtoons.com.

Cypher and MCP

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

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