Hostname
lsue.edu
Last fetched
lsue.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
lsue.edu has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- louisiana state university at eunice
- Contact emails
- —
Subdomains
21 observed subdomains of lsue.edu.
Showing 17 of 21. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lsue.edu in the public web crawl.
266 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for lsue.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 165.193.85.0/24 |
| SPF_IP | 198.137.167.12 |
| SPF_IP | 198.137.167.41 |
| SPF_IP | 198.21.1.32/32 |
| SPF_IP | 34.195.222.109 |
| SPF_IP | 76.165.214.129 |
| SPF_IP | 76.165.214.138 |
Related pages
Pivot deeper into the graph from lsue.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lsue.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.