Hostname
eosc.edu
Last fetched
eosc.edu resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
eosc.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 |
|---|---|---|---|---|
| 20.36.217.47 | 20.36.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- —
- Organization
- eastern oklahoma state college
- Contact emails
- —
Subdomains
69 observed subdomains of eosc.edu.
Showing 25 of 69. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from eosc.edu in the public web crawl.
153 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
35 SPF mechanisms authorising senders for eosc.edu.
| Mechanism | Target |
|---|---|
| SPF_A | eosc.edu |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | eosc-edu.spf.smtp25.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_IP | 108.166.43.0/24 |
| SPF_IP | 146.20.161.0/25 |
| SPF_IP | 146.20.86.8/32 |
| SPF_IP | 149.72.0.0/16 |
| SPF_IP | 149.72.203.183 |
| SPF_IP | 156.110.192.16/28 |
| SPF_IP | 159.183.0.0/16 |
| SPF_IP | 161.47.34.7/32 |
| SPF_IP | 164.58.235.66 |
| SPF_IP | 164.58.253.0/24 |
| SPF_IP | 164.58.253.51 |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 167.89.16.8/32 |
| SPF_IP | 168.245.0.0/17 |
| SPF_IP | 173.203.187.0/25 |
| SPF_IP | 184.106.54.0/25 |
| SPF_IP | 192.254.112.0/20 |
| SPF_IP | 195.254.112.0/20 |
| SPF_IP | 198.21.0.0/21 |
| SPF_IP | 198.37.144.0/20 |
| SPF_IP | 20.36.217.47 |
| SPF_IP | 204.232.172.40/32 |
| SPF_IP | 208.117.48.0/20 |
| SPF_IP | 223.165.113.0/24 |
| SPF_IP | 223.165.115.0/24 |
| SPF_IP | 223.165.118.0/23 |
| SPF_IP | 223.165.120.0/23 |
| SPF_IP | 2600:1901:0101:0000:0000:0000:0000:0001/128 |
| SPF_IP | 2600:1901:101::/36 |
| SPF_IP | 50.31.32.0/19 |
| SPF_MX | eosc.edu |
Related pages
Pivot deeper into the graph from eosc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eosc.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.