Skip to content

Hostname

icup.vn

Last fetched

icup.vn resolves to 2 IPv4 addresses operated by AS63760 in VN.

Nutrition Label

WHISPER CANON · icup.vnRouting diversity2.4/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/icup.vn

Resolution chain

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

IPPrefixASNOperatorCountry
103.221.223.13103.221.220.0/22AS63760VN
75.98.175.9275.98.175.0/24AS19905SECURITYSERVICES - Vercara, LLCUS

WHOIS identity

No WHOIS records are currently associated with icup.vn in WhisperGraph.

Subdomains

8 observed subdomains of icup.vn.

Web-graph footprint

Distinct hostnames that link to or from icup.vn in the public web crawl.

20 sites link to this hostname.

24 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

7 SPF mechanisms authorising senders for icup.vn.

MechanismTarget
SPF_Aicup.vn
SPF_INCLUDEspf.supercp.com
SPF_IP103.221.220.0/22
SPF_IP45.252.248.0/22
SPF_IP66.198.240.35
SPF_IP75.98.175.92
SPF_MXicup.vn

Related pages

Pivot deeper into the graph from icup.vn.

Cypher and MCP

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

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