Skip to content

Hostname

tk2fa.cc

Last fetched

tk2fa.cc resolves to 2 IPv4 addresses operated by MULTA-ASN1 - MULTACOM CORPORATION in US.

Nutrition Label

WHISPER CANON · tk2fa.ccRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/tk2fa.cc

Resolution chain

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

IPPrefixASNOperatorCountry
142.171.231.2142.171.128.0/17AS35916MULTA-ASN1 - MULTACOM CORPORATIONUS
172.98.22.209172.98.22.0/24AS154321CCSB-AS-AP CORENET CLOUD SDN. BHD.HK

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 tk2fa.cc in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from tk2fa.cc.

Cypher and MCP

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

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