Hostname
sts.edu
Last fetched
sts.edu resolves to 1 IPv4 address operated by AS35507 in CH.
Nutrition Label
Resolution chain
sts.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.88.196.98 | 194.88.196.0/23 | AS35507 | — | CH |
WHOIS identity
No WHOIS records are currently associated with sts.edu in WhisperGraph.
Subdomains
4 observed subdomains of sts.edu.
Web-graph footprint
Distinct hostnames that link to or from sts.edu in the public web crawl.
34 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for sts.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.hostedsolution.ch |
| SPF_IP | 156.67.11.154 |
| SPF_IP | 194.88.197.38/24 |
| SPF_IP | 77.59.245.23/32 |
Related pages
Pivot deeper into the graph from sts.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sts.edu"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.