Hostname
siena.edu
Last fetched
siena.edu resolves to 1 IPv4 address operated by SIENA-COLLEGE - Siena University in US.
Nutrition Label
Resolution chain
siena.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 |
|---|---|---|---|---|
| 199.223.246.136 | 199.223.240.0/21 | AS46379 | SIENA-COLLEGE - Siena University | US |
WHOIS identity
- Registrar
- —
- Organization
- siena college
- Contact emails
- —
Subdomains
103 observed subdomains of siena.edu.
Showing 25 of 103. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from siena.edu in the public web crawl.
1,069 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for siena.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | ne16.com |
| SPF_IP | 148.59.100.16 |
| SPF_IP | 199.223.246.94 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 38.106.32.22/32 |
| SPF_IP | 38.106.32.46/32 |
| SPF_IP | 44.229.121.55/32 |
Related pages
Pivot deeper into the graph from siena.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "siena.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.