Hostname
enc.edu
Last fetched
enc.edu resolves to 1 IPv4 address operated by AS63949 in US.
Nutrition Label
Resolution chain
enc.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 |
|---|---|---|---|---|
| 104.200.20.186 | 104.200.16.0/21 | AS63949 | — | US |
WHOIS identity
- Registrar
- —
- Organization
- eastern nazarene college
- Contact emails
- —
Subdomains
76 observed subdomains of enc.edu.
Showing 25 of 76. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from enc.edu in the public web crawl.
247 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for enc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 22235947.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | azuresend.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.196.189.223 |
| SPF_IP | 38.106.32.22/32 |
| SPF_IP | 38.106.32.46/32 |
| SPF_IP | 50.226.43.70 |
| SPF_IP | 50.226.43.73 |
Related pages
Pivot deeper into the graph from enc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "enc.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.