Hostname
blinn.edu
Last fetched
blinn.edu resolves to 1 IPv4 address operated by BLINN-AS - Blinn College in US.
Nutrition Label
Resolution chain
blinn.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 |
|---|---|---|---|---|
| 64.92.176.84 | 64.92.176.0/21 | AS1044 | BLINN-AS - Blinn College | US |
WHOIS identity
- Registrar
- —
- Organization
- blinn college
- Contact emails
- —
Subdomains
149 observed subdomains of blinn.edu.
Showing 25 of 149. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from blinn.edu in the public web crawl.
508 sites link to this hostname.
572 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for blinn.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.explore-blue.com |
| SPF_INCLUDE | _spf1.mailgun.org |
| SPF_INCLUDE | _spf2.mailgun.org |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | quikpayasp.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.229.121.55/32 |
Related pages
Pivot deeper into the graph from blinn.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "blinn.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.