Skip to content

Hostname

6wind.com

Last fetched

6wind.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · 6wind.comRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/6wind.com

Resolution chain

6wind.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:81
Organization
6wind
Contact emails

Subdomains

25 observed subdomains of 6wind.com.

Web-graph footprint

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

201 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for 6wind.com.

MechanismTarget
SPF_INCLUDE_spf.atlassian.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.mx.cloudflare.net
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP141.136.38.0/24
SPF_IP141.136.40.0/24
SPF_IP185.13.181.2
SPF_IP185.3.229.125
SPF_IP185.3.229.126
SPF_IP185.3.229.127
SPF_IP185.3.229.128/27
SPF_IP195.191.140.0/24
SPF_IP195.191.176.0/24

Related pages

Pivot deeper into the graph from 6wind.com.

Cypher and MCP

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

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