Hostname
alfred.edu
Last fetched
alfred.edu resolves to 1 IPv4 address operated by ALFRED-UNIVERSITY - Alfred University in US.
Nutrition Label
Resolution chain
alfred.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.84.235.23 | 149.84.0.0/16 | AS13513 | ALFRED-UNIVERSITY - Alfred University | US |
WHOIS identity
- Registrar
- —
- Organization
- alfred university
- Contact emails
- —
Subdomains
269 observed subdomains of alfred.edu.
Showing 25 of 269. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from alfred.edu in the public web crawl.
831 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for alfred.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | et._spf.pardot.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | slatemx.alfred.edu |
| SPF_INCLUDE | spf.alfred.edu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | terradottamx.alfred.edu |
| SPF_IP | 149.84.147.141 |
| SPF_IP | 149.84.147.146 |
| SPF_MX | alfred.edu |
Related pages
Pivot deeper into the graph from alfred.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alfred.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.