Hostname
snes.edu
Last fetched
snes.edu resolves to 1 IPv4 address operated by AS16276 in FR.
Nutrition Label
Resolution chain
snes.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 |
|---|---|---|---|---|
| 149.202.109.134 | 149.202.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- —
- Organization
- snes
- Contact emails
- —
Subdomains
230 observed subdomains of snes.edu.
Showing 25 of 230. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from snes.edu in the public web crawl.
529 sites link to this hostname.
105 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for snes.edu.
| Mechanism | Target |
|---|---|
| SPF_A | snes.edu |
| SPF_IP | 213.41.103.10 |
| SPF_IP | 213.41.103.11 |
| SPF_IP | 213.41.103.132 |
| SPF_IP | 213.41.103.133 |
| SPF_IP | 213.41.103.137 |
| SPF_IP | 213.41.103.138 |
| SPF_IP | 213.41.103.139 |
| SPF_IP | 213.41.103.170 |
| SPF_IP | 213.41.103.212 |
| SPF_IP | 213.41.103.3 |
| SPF_MX | snes.edu |
Related pages
Pivot deeper into the graph from snes.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "snes.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.