Skip to content

Hostname

csvw.com

Last fetched

csvw.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:420 as the registrar.

Nutrition Label

WHISPER CANON · csvw.comRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/csvw.com

Resolution chain

csvw.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:420
Organization
lin ming ming
Contact emails

Subdomains

114 observed subdomains of csvw.com.

Web-graph footprint

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

109 sites link to this hostname.

3 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

13 SPF mechanisms authorising senders for csvw.com.

MechanismTarget
SPF_Acsvw.com
SPF_INCLUDEspf.protection.partner.outlook.cn
SPF_IP117.144.191.78
SPF_IP167.139.8.201
SPF_IP202.38.133.240
SPF_IP202.38.134.141
SPF_IP202.38.134.142
SPF_IP202.38.134.143
SPF_IP222.68.248.1
SPF_IP222.68.248.2
SPF_IP222.68.248.5
SPF_MXcsvw.com
SPF_MXmail1.csvw.com

Related pages

Pivot deeper into the graph from csvw.com.

Cypher and MCP

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

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