Skip to content

Hostname

aswo.ch

Last fetched

aswo.ch resolves to 1 IPv4 address operated by AS3320 in DE.

Nutrition Label

WHISPER CANON · aswo.chRouting diversity1.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/aswo.ch

Resolution chain

aswo.ch resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
217.89.79.77217.80.0.0/12AS3320DE

WHOIS identity

No WHOIS records are currently associated with aswo.ch in WhisperGraph.

Subdomains

1 observed subdomain of aswo.ch.

Subdomain
www.aswo.ch

Threat posture

History

Mail and authentication

MX records

SPF policy

5 SPF mechanisms authorising senders for aswo.ch.

MechanismTarget
SPF_Asys0099n1.aswo.com
SPF_IP217.89.79.102/32
SPF_IP217.89.79.145/32
SPF_IP217.89.79.146/32
SPF_MXaswo.ch

Related pages

Pivot deeper into the graph from aswo.ch.

Cypher and MCP

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

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