Skip to content

Hostname

pc-assets.ea.com

Last fetched

pc-assets.ea.com resolves to 4 IPv4 addresses operated by SEJONGTELECOM-AS-KR SEJONG NETWORKS in KR.

Nutrition Label

WHISPER CANON · pc-assets.ea.comRouting diversity2.4/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/pc-assets.ea.com

Resolution chain

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

IPPrefixASNOperatorCountry
211.239.236.11211.239.236.0/24AS9848SEJONGTELECOM-AS-KR SEJONG NETWORKSKR
211.239.236.16211.239.236.0/24AS9848SEJONGTELECOM-AS-KR SEJONG NETWORKSKR
23.33.46.2823.33.46.0/24AS20940AKAMAI-ASN1US
23.33.46.2923.33.46.0/24AS20940AKAMAI-ASN1US

WHOIS identity

No WHOIS records are currently associated with pc-assets.ea.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from pc-assets.ea.com.

Cypher and MCP

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

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