Skip to content

Hostname

starcos.ch

Last fetched

starcos.ch resolves to 2 IPv4 addresses operated by IWAY - Iway AG in CH.

Nutrition Label

WHISPER CANON · starcos.chRouting diversity2.4/10Peering density7.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/starcos.ch

Resolution chain

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

IPPrefixASNOperatorCountry
212.25.26.60212.25.0.0/19AS8758IWAY - Iway AGCH
213.133.121.54213.133.96.0/19AS24940HETZNER-AS - Hetzner Online GmbHDE

WHOIS identity

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

Subdomains

1 observed subdomain of starcos.ch.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for starcos.ch.

MechanismTarget
SPF_Astarcos.ch
SPF_MXstarcos.ch

Related pages

Pivot deeper into the graph from starcos.ch.

Cypher and MCP

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

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